Skip to content

Commit

Permalink
chore(deps): bump the npm_and_yarn group across 1 directory with 4 up…
Browse files Browse the repository at this point in the history
…dates

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).


Updates `aws-cdk-lib` from 2.113.0 to 2.141.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.141.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.5
- [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.5/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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 9, 2024
1 parent 2bbb21a commit 416d067
Show file tree
Hide file tree
Showing 13 changed files with 149 additions and 168 deletions.
291 changes: 136 additions & 155 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.141.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.141.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.141.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.141.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.141.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"
}
}
2 changes: 1 addition & 1 deletion packages/prerender-fargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@aws-cdk/aws-apigatewayv2-alpha": "2.30.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.30.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.30.0-alpha.0",
"aws-cdk-lib": "^2.113.0"
"aws-cdk-lib": "^2.141.0"
}
}
4 changes: 2 additions & 2 deletions packages/prerender-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"dependencies": {
"@aligent/cdk-esbuild": "^2.0",
"aws-cdk-lib": "2.113.0",
"axios": "^1.5.1",
"aws-cdk-lib": "2.141.0",
"axios": "^1.6.0",
"constructs": "^10.3.0",
"esbuild": "^0.17.0",
"source-map-support": "^0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/rabbitmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "~5.3.2"
},
"dependencies": {
"aws-cdk-lib": "2.113.0",
"aws-cdk-lib": "2.141.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-vpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "~5.3.2"
},
"dependencies": {
"aws-cdk-lib": "2.113.0",
"aws-cdk-lib": "2.141.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/static-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@aligent/cdk-esbuild": "^2.0",
"aws-cdk-lib": "2.113.0",
"aws-cdk-lib": "2.141.0",
"constructs": "^10.3.0",
"esbuild": "^0.17.0",
"source-map-support": "^0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/waf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "~5.3.2"
},
"dependencies": {
"aws-cdk-lib": "2.113.0",
"aws-cdk-lib": "2.141.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
Expand Down

0 comments on commit 416d067

Please sign in to comment.