Skip to content

Commit ccdeff6

Browse files
authored
Merge pull request #320 from salesforcecli/dependabot-npm_and_yarn-types-shelljs-0.8.12
chore(dev-deps): bump @types/shelljs from 0.8.11 to 0.8.12
2 parents 3e5c72d + 8aa487e commit ccdeff6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@semantic-release/changelog": "^5.0.0",
2424
"@semantic-release/git": "^9.0.1",
2525
"@swc/core": "^1.3.44",
26-
"@types/shelljs": "^0.8.11",
26+
"@types/shelljs": "^0.8.12",
2727
"@typescript-eslint/eslint-plugin": "^5.45.0",
2828
"@typescript-eslint/parser": "^5.57.1",
2929
"chai": "^4.3.7",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@
15231523
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
15241524
integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==
15251525

1526-
"@types/glob@*", "@types/glob@^7.1.1":
1526+
"@types/glob@^7.1.1", "@types/glob@~7.2.0":
15271527
version "7.2.0"
15281528
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
15291529
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
@@ -1634,12 +1634,12 @@
16341634
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
16351635
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
16361636

1637-
"@types/shelljs@^0.8.11":
1638-
version "0.8.11"
1639-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.11.tgz#17a5696c825974e96828e96e89585d685646fcb8"
1640-
integrity sha512-x9yaMvEh5BEaZKeVQC4vp3l+QoFj3BXcd4aYfuKSzIIyihjdVARAadYy3SMNIz0WCCdS2vB9JL/U6GQk5PaxQw==
1637+
"@types/shelljs@^0.8.12":
1638+
version "0.8.12"
1639+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.12.tgz#79dc9632af7d5ca1b5afb65a6bfc1422d79b5fa0"
1640+
integrity sha512-ZA8U81/gldY+rR5zl/7HSHrG2KDfEb3lzG6uCUDhW1DTQE9yC/VBQ45fXnXq8f3CgInfhZmjtdu/WOUlrXRQUg==
16411641
dependencies:
1642-
"@types/glob" "*"
1642+
"@types/glob" "~7.2.0"
16431643
"@types/node" "*"
16441644

16451645
"@types/sinon@*":

0 commit comments

Comments
 (0)