Skip to content

Commit

Permalink
Merge pull request #433 from salesforcecli/dependabot-npm_and_yarn-sa…
Browse files Browse the repository at this point in the history
…lesforce-core-8.0.3

fix(deps): bump @salesforce/core from 8.0.1 to 8.0.3
  • Loading branch information
svc-cli-bot committed Jun 22, 2024
2 parents 77962b9 + fb306c3 commit f610f4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"repository": "salesforcecli/eslint-plugin-sf-plugin",
"dependencies": {
"@salesforce/core": "^8.0.1",
"@salesforce/core": "^8.0.3",
"@typescript-eslint/utils": "^6.17.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -652,16 +652,16 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@salesforce/core@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.1.tgz#863b527e5c60a32c2928b4d36dc070aaa159722d"
integrity sha512-r7fmBtqy/Wjxt6RpKh+uJ30kHlHZ7Hx5Estsg2n/65nDU6nLwpXGs12OgRgObjtOv0ob/Sgh08ZQENpGXWIUJw==
"@salesforce/core@^8.0.3":
version "8.0.3"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.3.tgz#8b25ce46100baef0a8e731b42d373edf508ab144"
integrity sha512-HirswUFGQIF5Ipaa+5l3kulBOf3L25Z3fzf5QqEI4vOxgBKN2bEdKHCA/PROufi3/ejFstiXcn9/jfgyjDdBqA==
dependencies:
"@jsforce/jsforce-node" "^3.2.0"
"@salesforce/kit" "^3.1.6"
"@salesforce/schemas" "^1.9.0"
"@salesforce/ts-types" "^2.0.10"
ajv "^8.15.0"
ajv "^8.16.0"
change-case "^4.1.2"
fast-levenshtein "^3.0.0"
faye "^1.4.0"
Expand Down Expand Up @@ -1073,7 +1073,7 @@ ajv@^6.10.0, ajv@^6.12.4:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

ajv@^8.11.2, ajv@^8.15.0:
ajv@^8.11.2, ajv@^8.16.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
Expand Down

0 comments on commit f610f4a

Please sign in to comment.