Skip to content

Commit

Permalink
test: new core changes for nut
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 4, 2023
1 parent 55b7dc0 commit d47cdd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"license": "BSD-3-Clause",
"resolutions": {
"@salesforce/core": "^6.2.2-qa.0"
"@salesforce/core": "^6.2.3-qa.0"
},
"oclif": {
"commands": "./lib/commands",
Expand Down
28 changes: 2 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -927,31 +927,7 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.1"

"@salesforce/core@^5.3.20", "@salesforce/core@^6.1.0", "@salesforce/core@^6.2.0", "@salesforce/core@^6.2.2-qa.0":
version "6.2.2-qa.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.2-qa.0.tgz#ccd9d0ca0a43bc4290bfb2eab2dca2acf1994419"
integrity sha512-4seIDFkkZFzQwC21FyEh8RXoEx8U/pHbsvjEuCuw5VHLcxrNZ70QMvvw6c82kJLvW4ZxlozD5G9eo8aUr5iK2Q==
dependencies:
"@salesforce/kit" "^3.0.15"
"@salesforce/schemas" "^1.6.1"
"@salesforce/ts-types" "^2.0.9"
"@types/semver" "^7.5.6"
ajv "^8.12.0"
change-case "^4.1.2"
faye "^1.4.0"
form-data "^4.0.0"
js2xmlparser "^4.0.1"
jsforce "^2.0.0-beta.28"
jsonwebtoken "9.0.2"
jszip "3.10.1"
pino "^8.16.2"
pino-abstract-transport "^1.1.0"
pino-pretty "^10.2.3"
proper-lockfile "^4.1.2"
semver "^7.5.4"
ts-retry-promise "^0.7.1"

"@salesforce/core@^6.2.3-qa.0":
"@salesforce/core@^5.3.20", "@salesforce/core@^6.1.0", "@salesforce/core@^6.2.0", "@salesforce/core@^6.2.3-qa.0":
version "6.2.3-qa.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.3-qa.0.tgz#e73c9162aa7de77e07569f1d398ad85231b30dc5"
integrity sha512-WiTPVEzAD7XE1OzlTFAEQH/tSf7OkMHOJmBzJLdH6k/plX9qvbeShUbpeo4MiKfG7l4m0DFiwK1OcLfB0Yg4yA==
Expand Down Expand Up @@ -4386,7 +4362,7 @@ jsesc@~0.5.0:
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==

jsforce@^2.0.0-beta.28, jsforce@^2.0.0-beta.29:
jsforce@^2.0.0-beta.29:
version "2.0.0-beta.29"
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
Expand Down

0 comments on commit d47cdd2

Please sign in to comment.