8000 test: update core deps to check nut auth · salesforcecli/plugin-user@c300d18 · GitHub
[go: up one dir, main page]

Skip to content

Commit c300d18

Browse files
committed
test: update core deps to check nut auth
1 parent 7575623 commit c300d18

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
88
"dependencies": {
9-
"@oclif/core": "^2.6.2",
10-
"@salesforce/core": "^3.33.5",
9+
"@oclif/core": "^2.6.4",
10+
"@salesforce/core": "^3.34.1",
1111
"@salesforce/kit": "^1.9.0",
1212
"@salesforce/sf-plugins-core": "^2.2.4",
1313
"@salesforce/ts-types": "^1.7.3",
@@ -242,4 +242,4 @@
242242
"output": []
243243
}
244244
}
245-
}
245+
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,10 @@
690690
supports-color "^8.1.1"
691691
tslib "^2"
692692

693-
"@oclif/core@^2.0.7", "@oclif/core@^2.1.7", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1", "@oclif/core@^2.4.0", "@oclif/core@^2.6.2":
694-
version "2.6.2"
695-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.2.tgz#6ec15faf0c1e0e01e3c13c1c33827c12baaf0c88"
696-
integrity sha512-roxcBLr4BuoOEDEkMQk4Yy0Tolr39n6i+A63qPLa19vrgxjZZJygh2HpThsn69/UPuEzMq051FnvJ9tNln3Y5g==
693+
"@oclif/core@^2.0.7", "@oclif/core@^2.1.7", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1", "@oclif/core@^2.4.0", "@oclif/core@^2.6.4":
694+
version "2.6.4"
695+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b"
696+
integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA==
697697
dependencies:
698698
"@types/cli-progress" "^3.11.0"
699699
ansi-escapes "^4.3.2"
@@ -896,18 +896,18 @@
896896
strip-ansi "6.0.1"
897897
ts-retry-promise "^0.7.0"
898898

899-
"@salesforce/core@^3.32.12", "@salesforce/core@^3.33.5", "@salesforce/core@^3.33.6":
900-
version "3.33.6"
901-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.33.6.tgz#48a3e8c708f4a0ed153e5e2d43c343fd5bf2c923"
902-
integrity sha512-HxA0OIt6NSMdZwu2X7wIru8OJN8x8XxNiazXpLNW5MUi9rBupBAWYNROjDMPilxBgnoiBcJ5I84xdl+jWD3vqA==
899+
"@salesforce/core@^3.32.12", "@salesforce/core@^3.33.5", "@salesforce/core@^3.33.6", "@salesforce/core@^3.34.1":
900+
version "3.34.1"
901+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.34.1.tgz#dd52254cc63143ebad58d53bb80c00a76b303868"
902+
integrity sha512-mhq7pBU3aTaXdBeheIfsBa3/TxHW0ccLhTZ4pMHawViO+tubXvcU7oa7yWCwI9sQP3S1ZsXwlUPWasbbBEXKHw==
903903
dependencies:
904904
"@salesforce/bunyan" "^2.0.0"
905-
"@salesforce/kit" "^1.9.0"
905+
"@salesforce/kit" "^1.9.2"
906906
"@salesforce/schemas" "^1.5.0"
907907
"@salesforce/ts-types" "^1.7.2"
908908
"@types/graceful-fs" "^4.1.6"
909909
"@types/semver" "^7.3.13"
910-
ajv "^8.11.2"
910+
ajv "^8.12.0"
911911
archiver "^5.3.0"
912912
change-case "^4.1.2"
913913
debug "^3.2.7"
@@ -1543,7 +1543,7 @@ ajv@^6.10.0, ajv@^6.12.4:
15431543
json-schema-traverse "^0.4.1"
15441544
uri-js "^4.2.2"
15451545

1546-
ajv@^8.11.0, ajv@^8.11.2:
1546+
ajv@^8.11.0, ajv@^8.12.0:
15471547
version "8.12.0"
15481548
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
15491549
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==

0 commit comments

Comments
 (0)
0