Skip to content

Commit

Permalink
Bump the npm_and_yarn group across 2 directories with 5 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 4 updates in the / directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib), [axios](https://github.com/axios/axios), [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) and [follow-redirects](https://github.com/follow-redirects/follow-redirects).
Bumps the npm_and_yarn group with 1 update in the /packages/prerender-fargate directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib).


Updates `aws-cdk-lib` from 2.113.0 to 2.133.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.133.0/packages/aws-cdk-lib)

Updates `axios` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.5.1...v1.6.0)

Updates `@babel/traverse` from 7.23.0 to 7.24.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-traverse)

Updates `follow-redirects` from 1.15.3 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.6)

Updates `aws-cdk-lib` from 2.30.0 to 2.133.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.133.0/packages/aws-cdk-lib)

Updates `semver` from 7.3.7 to 7.6.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.3.7...v7.6.0)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: aws-cdk-lib
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent 65390d6 commit be5c0f1
Show file tree
Hide file tree
Showing 13 changed files with 4,140 additions and 284 deletions.
162 changes: 100 additions & 62 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@aligent/cdk-esbuild": "^2.0",
"aws-cdk-lib": "2.113.0",
"aws-cdk-lib": "2.133.0",
"constructs": "^10.3.0",
"esbuild": "^0.17.0",
"source-map-support": "^0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudfront-security-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@aligent/cdk-esbuild": "^2.0",
"aws-cdk-lib": "2.113.0",
"aws-cdk-lib": "2.133.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "~5.3.2"
},
"dependencies": {
"aws-cdk-lib": "2.113.0",
"aws-cdk-lib": "2.133.0",
"constructs": "^10.3.0",
"esbuild": "^0.17.0",
"source-map-support": "^0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/geoip-redirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@aligent/cdk-esbuild": "^2.0",
"aws-cdk-lib": "2.113.0",
"aws-cdk-lib": "2.133.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-mesh-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.515.0",
"@aws-sdk/client-sns": "^3.465.0",
"aws-cdk-lib": "2.113.0",
"aws-cdk-lib": "2.133.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21",
"yaml": "^2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-at-edge-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"dependencies": {
"source-map-support": "^0.5.21",
"axios": "^1.5.1"
"axios": "^1.6.0"
}
}
Loading

0 comments on commit be5c0f1

Please sign in to comment.