Skip to content

Commit 9c3f2c3

Browse files
authored
Merge pull request #530 from salesforcecli/dependabot-npm_and_yarn-salesforce-cli-plugins-testkit-5.0.5
chore(dev-deps): bump @salesforce/cli-plugins-testkit from 5.0.4 to 5.0.5
2 parents 34c2236 + 2b9cb7c commit 9c3f2c3

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@oclif/plugin-command-snapshot": "^5.0.2",
15-
"@salesforce/cli-plugins-testkit": "^5.0.4",
15+
"@salesforce/cli-plugins-testkit": "^5.0.5",
1616
"@salesforce/dev-scripts": "^7.1.1",
1717
"@salesforce/plugin-command-reference": "^3.0.46",
1818
"eslint-plugin-sf-plugin": "^1.16.15",

yarn.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -901,14 +901,14 @@
901901
dependencies:
902902
"@octokit/openapi-types" "^12.11.0"
903903

904-
"@salesforce/cli-plugins-testkit@^5.0.4":
905-
version "5.0.4"
906-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.4.tgz#523c459f43822d7b24bff5117aeda7f77ed5e26c"
907-
integrity sha512-8pquViVBCd5sF6nBXgLgwymEBE6pSAS376R9qq7rxuV+PSFCC5bnzQaKm2ugY+s5vXKNcV6WcmBHNCQnGv+M7Q==
904+
"@salesforce/cli-plugins-testkit@^5.0.5":
905+
version "5.0.5"
906+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.5.tgz#54a4ec57a10b10b3e3040cfb754972666a3ec100"
907+
integrity sha512-TketFUfimWg7T0LJGaXtfelvp6Zy3i2sYwuULSBYiyPceqUTZJXPXNzbHC987b6E3OcT4K6mIxLiVbF//kzvMQ==
908908
dependencies:
909-
"@salesforce/core" "^5.3.20"
909+
"@salesforce/core" "^6.2.0"
910910
"@salesforce/kit" "^3.0.15"
911-
"@salesforce/ts-types" "^2.0.6"
911+
"@salesforce/ts-types" "^2.0.9"
912912
"@types/shelljs" "^0.8.15"
913913
debug "^4.3.1"
914914
jszip "^3.10.1"
@@ -940,15 +940,15 @@
940940
semver "^7.5.4"
941941
ts-retry-promise "^0.7.1"
942942

943-
"@salesforce/core@^6.1.3":
944-
version "6.1.3"
945-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.3.tgz#32e71846cad033e0d2b369ecf0fafb4f76d63ad7"
946-
integrity sha512-M7EQ4+LSXU4ZqD4R5ttY4RqSaYNaNBGDG0KC51IdDfpGtL4kJXeQHdr5HfMfgyCyYNM9LqqfBS7zQTBY1rf+Yg==
943+
"@salesforce/core@^6.1.3", "@salesforce/core@^6.2.0":
944+
version "6.2.1"
945+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.1.tgz#a0b639ae154263292184dcde3f2f88845d5aadaa"
946+
integrity sha512-oXwM1C/CoEGtS8mzmVzk5LV85c5Co5miu0NLBOUGDf8GGlF121SR3bkXoAG05vQA2Ifelb9xXp4FU1BXsCKr3w==
947947
dependencies:
948948
"@salesforce/kit" "^3.0.15"
949949
"@salesforce/schemas" "^1.6.1"
950950
"@salesforce/ts-types" "^2.0.9"
951-
"@types/semver" "^7.5.4"
951+
"@types/semver" "^7.5.6"
952952
ajv "^8.12.0"
953953
change-case "^4.1.2"
954954
faye "^1.4.0"
@@ -957,7 +957,7 @@
957957
jsforce "^2.0.0-beta.28"
958958
jsonwebtoken "9.0.2"
959959
jszip "3.10.1"
960-
pino "^8.16.1"
960+
pino "^8.16.2"
961961
pino-abstract-transport "^1.1.0"
962962
pino-pretty "^10.2.3"
963963
proper-lockfile "^4.1.2"
@@ -1057,7 +1057,7 @@
10571057
chalk "^4"
10581058
inquirer "^8.2.5"
10591059

1060-
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.9":
1060+
"@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.9":
10611061
version "2.0.9"
10621062
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
10631063
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
@@ -1270,6 +1270,11 @@
12701270
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
12711271
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
12721272

1273+
"@types/semver@^7.5.6":
1274+
version "7.5.6"
1275+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
1276+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
1277+
12731278
"@types/shelljs@^0.8.15":
12741279
version "0.8.15"
12751280
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
@@ -5799,7 +5804,7 @@ pino-std-serializers@^6.0.0:
57995804
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
58005805
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
58015806

5802-
pino@^8.16.0, pino@^8.16.1:
5807+
pino@^8.16.0, pino@^8.16.2:
58035808
version "8.16.2"
58045809
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
58055810
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==

0 commit comments

Comments
 (0)