Skip to content

Commit

Permalink
fix: cdk/package.json & cdk/package-lock.json to reduce vulnerabiliti…
Browse files Browse the repository at this point in the history
…es (#1239)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AWSCDKLIB-8647962

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Carolina Cobo <58437550+CarolinaCobo@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 12, 2025
1 parent e75f791 commit 787ecd4
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 67 deletions.
131 changes: 65 additions & 66 deletions cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "^5.5.3"
},
"dependencies": {
"aws-cdk-lib": "^2.148.0",
"aws-cdk-lib": "^2.177.0",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21"
}
Expand Down

0 comments on commit 787ecd4

Please sign in to comment.