Skip to content

Commit

Permalink
fix(deps): bump @salesforce/packaging from 3.0.0 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [@salesforce/packaging](https://github.com/forcedotcom/packaging) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/forcedotcom/packaging/releases)
- [Changelog](https://github.com/forcedotcom/packaging/blob/main/CHANGELOG.md)
- [Commits](forcedotcom/packaging@3.0.0...3.0.2)

---
updated-dependencies:
- dependency-name: "@salesforce/packaging"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2023
1 parent 8076048 commit ca4b429
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@oclif/core": "^3.11.0",
"@salesforce/core": "^6.1.3",
"@salesforce/kit": "^3.0.15",
"@salesforce/packaging": "^3.0.0",
"@salesforce/packaging": "^3.0.2",
"@salesforce/sf-plugins-core": "^5.0.3",
"chalk": "^4.1.2",
"tslib": "^2"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1010,10 +1010,10 @@
semver "^7.5.4"
ts-retry-promise "^0.7.1"

"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.2", "@salesforce/core@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.3.tgz#32e71846cad033e0d2b369ecf0fafb4f76d63ad7"
integrity sha512-M7EQ4+LSXU4ZqD4R5ttY4RqSaYNaNBGDG0KC51IdDfpGtL4kJXeQHdr5HfMfgyCyYNM9LqqfBS7zQTBY1rf+Yg==
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.0.tgz#9bac72c0b48c733cf1d32d19f9775c34d895f207"
integrity sha512-HuggjBCLA18yXYHChnsrPDGbM+fAPx+9NeS7Dkx3/o1VhJ2hok5BUkvdaeoAVex/0Oc2J+KcvX/gqrjY51iOhQ==
dependencies:
"@salesforce/kit" "^3.0.15"
"@salesforce/schemas" "^1.6.1"
Expand All @@ -1027,7 +1027,7 @@
jsforce "^2.0.0-beta.28"
jsonwebtoken "9.0.2"
jszip "3.10.1"
pino "^8.16.1"
pino "^8.16.2"
pino-abstract-transport "^1.1.0"
pino-pretty "^10.2.3"
proper-lockfile "^4.1.2"
Expand Down Expand Up @@ -1078,13 +1078,13 @@
"@salesforce/ts-types" "^2.0.9"
tslib "^2.6.2"

"@salesforce/packaging@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@salesforce/packaging/-/packaging-3.0.0.tgz#324558fe68f6224f78c91f5c132b248db4f815d5"
integrity sha512-fw7amIrSXSN/qTkGF1yx6ThPMGYc5DhXRUBkTXo+Mfr3TUBHPKJxdIb2AJgunaBwEgjtcQFl3upjIFCtllcLKw==
"@salesforce/packaging@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@salesforce/packaging/-/packaging-3.0.2.tgz#b5399125ce016f73bbdffeaad1ccb5b54fc9d71b"
integrity sha512-PxrD+4XugWB05dTPPazH6Hq8uPOcLaDoJ/XTNwjimfSVKTHpLivcQq9M6N55ABVJw4eE2gER5RJ048/RMF3jxQ==
dependencies:
"@oclif/core" "^2.15.0"
"@salesforce/core" "^6.1.2"
"@salesforce/core" "^6.2.0"
"@salesforce/kit" "^3.0.15"
"@salesforce/schemas" "^1.6.1"
"@salesforce/source-deploy-retrieve" "^10.0.0"
Expand Down Expand Up @@ -6430,7 +6430,7 @@ pino-std-serializers@^6.0.0:
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==

pino@^8.16.0, pino@^8.16.1:
pino@^8.16.0, pino@^8.16.2:
version "8.16.2"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
Expand Down

0 comments on commit ca4b429

Please sign in to comment.