Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 2b16e4c commit a53c1fd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
33 changes: 24 additions & 9 deletions k8s/package-lock.json

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

8 changes: 4 additions & 4 deletions k8s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"prettier": "prettier --write ."
},
"dependencies": {
"cdk8s": "^2.6.36",
"cdk8s-plus-27": "^2.6.0",
"constructs": "^10.1.194",
"cdk8s": "2.64.2",
"cdk8s-plus-27": "2.7.0",
"constructs": "10.2.70",
"prettier": "3.3.3",
"ts-node": "10.9.1",
"utility-types": "3.10.0"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "18.18.4",
"cdk8s-cli": "^2.1.144",
"cdk8s-cli": "2.70.0",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.6.2"
Expand Down

0 comments on commit a53c1fd

Please sign in to comment.