Skip to content

Commit

Permalink
chore(deps): Bump the aws group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the aws group with 2 updates: [aws-sdk](https://github.com/aws/aws-sdk-js) and [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda).


Updates `aws-sdk` from 2.1565.0 to 2.1579.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1565.0...v2.1579.0)

Updates `@types/aws-lambda` from 8.10.134 to 8.10.136
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@types/aws-lambda"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent bdf8a9b commit 1577bb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions posts/api/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"compile": "tsc"
},
"dependencies": {
"aws-sdk": "^2.1565.0",
"aws-sdk": "^2.1579.0",
"dynamodb-toolbox": "^0.7.0",
"lodash": "^4.17.21",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.134",
"@types/aws-lambda": "^8.10.136",
"@types/lodash": "^4.14.202",
"@types/uuid": "^9.0.8",
"typescript": "^5.3.3"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2661,10 +2661,10 @@
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.4.tgz#1a31c3d378850d2778dabb6374d036dcba4ba708"
integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==

"@types/aws-lambda@^8.10.134":
version "8.10.134"
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.134.tgz#8f65d86736839889194f7892b7bec6b8a7ec6fc3"
integrity sha512-cfv422ivDMO+EeA3N4YcshbTHBL+5lLXe+Uz+4HXvIcsCuWvqNFpOs28ZprL8NA3qRCzt95ETiNAJDn4IcC/PA==
"@types/aws-lambda@^8.10.136":
version "8.10.136"
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.136.tgz#12a2af86b9123f4e4549992b27e1bf0dcf60d9f9"
integrity sha512-cmmgqxdVGhxYK9lZMYYXYRJk6twBo53ivtXjIUEFZxfxe4TkZTZBK3RRWrY2HjJcUIix0mdifn15yjOAat5lTA==

"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
version "7.20.5"
Expand Down Expand Up @@ -3757,10 +3757,10 @@ available-typed-arrays@^1.0.6, available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

aws-sdk@^2.1565.0:
version "2.1565.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1565.0.tgz#a8eb27473015e5a1cc94b92aa37e19f24c6e80b9"
integrity sha512-5+qkIUd6GfzybqWP43RCMqCNL5Ry3ztCWcC5d9Mq0O9cqQQM9eoUfktdgiu1eFc3zAM01dFNUR6fZfXnmZgkuQ==
aws-sdk@^2.1579.0:
version "2.1579.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1579.0.tgz#7114c06b3c2a60fc4c47eff37397f96679ccd3ec"
integrity sha512-TYv/bK2kVT/dfrpjAPL6sEhku4uH9EB18gRa6p9gi0fPtmhe49HrYoN2xmPNSqLPj4/CtSXmZhg91Ny1DhG8/Q==
dependencies:
buffer "4.9.2"
events "1.1.1"
Expand Down

0 comments on commit 1577bb8

Please sign in to comment.