Skip to content

Commit

Permalink
fix(deps): bump aws-sdk from 2.1535.0 to 2.1545.0
Browse files Browse the repository at this point in the history
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1535.0 to 2.1545.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1535.0...v2.1545.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2024
1 parent 49a43c2 commit 05ded12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@salesforce/plugin-trust": "^3.3.2",
"@salesforce/sf-plugins-core": "^7.1.4",
"@salesforce/ts-types": "^2.0.9",
"aws-sdk": "^2.1535.0",
"aws-sdk": "^2.1545.0",
"chalk": "^5.3.0",
"fast-glob": "^3.3.2",
"got": "^13",
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3436,10 +3436,10 @@ aws-sdk-mock@^5.8.0:
sinon "^14.0.1"
traverse "^0.6.6"

aws-sdk@^2.1231.0, aws-sdk@^2.1535.0:
version "2.1535.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1535.0.tgz#9188e8d529984590c38844d75f0cafe8da8b49a4"
integrity sha512-Ah9prS7ZX4rIMPBeXmBD1NV6tIHoJoryrCe1Zr/Zk4PdEM743jezpfIyM9bMhzKi/Z0CmBkqtHx54uPAghsp7A==
aws-sdk@^2.1231.0, aws-sdk@^2.1545.0:
version "2.1545.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1545.0.tgz#8678ae8117a426d4a6602408e7f47f176356d7ca"
integrity sha512-iDUv6ksG7lTA0l/HlOgYdO6vfYFA1D2/JzAEXSdgKY0C901WgJqBtfs2CncOkCgDe2CjmlMuqciBzAfxCIiKFA==
dependencies:
buffer "4.9.2"
events "1.1.1"
Expand All @@ -3450,7 +3450,7 @@ aws-sdk@^2.1231.0, aws-sdk@^2.1535.0:
url "0.10.3"
util "^0.12.4"
uuid "8.0.0"
xml2js "0.5.0"
xml2js "0.6.2"

balanced-match@^1.0.0:
version "1.0.2"
Expand Down Expand Up @@ -10772,7 +10772,15 @@ write-file-atomic@^5.0.0, write-file-atomic@^5.0.1:
imurmurhash "^0.1.4"
signal-exit "^4.0.1"

[email protected], xml2js@^0.5.0:
[email protected]:
version "0.6.2"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
dependencies:
sax ">=0.6.0"
xmlbuilder "~11.0.0"

xml2js@^0.5.0:
version "0.5.0"
resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz"
integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
Expand Down

0 comments on commit 05ded12

Please sign in to comment.