Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions .pnp.cjs

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@cp-utils/eslint-config": "^0.0.7",
"@cp-utils/gitversion": "^0.0.49",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/node": "^22.3.0",
"@yarnpkg/types": "^4.0.0",
"eslint": "^8",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/aws-custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.138",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/node": "^22.3.0",
"esbuild": "^0.21.5",
"jest": "^29.7.0",
"ts-jest": "^29.2.4",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/node": "^22.3.0",
"esbuild": "^0.21.5",
"aws-cdk": "2.151.0",
"jest": "^29.7.0",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1513,12 +1513,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.2":
version: 20.14.2
resolution: "@types/node@npm:20.14.2"
"@types/node@npm:^22.3.0":
version: 22.3.0
resolution: "@types/node@npm:22.3.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/2d86e5f2227aaa42212e82ea0affe72799111b888ff900916376450b02b09b963ca888b20d9c332d8d2b833ed4781987867a38eaa2e4863fa8439071468b0a6f
undici-types: "npm:~6.18.2"
checksum: 10c0/855be3b97f4262a84818f889ff898e147dcef4f72b866e3551a8367380cdb63a45cf3929f09d9a0647f62706f8d4772e91a1ecd1bd7c6a80d6744c2b0cbca608
languageName: node
linkType: hard

Expand Down Expand Up @@ -2654,7 +2654,7 @@ __metadata:
"@cp-utils/eslint-config": "npm:^0.0.7"
"@cp-utils/gitversion": "npm:^0.0.49"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.14.2"
"@types/node": "npm:^22.3.0"
"@yarnpkg/types": "npm:^4.0.0"
eslint: "npm:^8"
jest: "npm:^29.7.0"
Expand All @@ -2669,7 +2669,7 @@ __metadata:
dependencies:
"@types/aws-lambda": "npm:^8.10.138"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.14.2"
"@types/node": "npm:^22.3.0"
aws-lambda: "npm:^1.0.7"
esbuild: "npm:^0.21.5"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -7608,7 +7608,7 @@ __metadata:
resolution: "test@workspace:workspaces/e2e"
dependencies:
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.14.2"
"@types/node": "npm:^22.3.0"
aws-cdk: "npm:2.151.0"
aws-cdk-lib: "npm:2.151.0"
aws-custom-resources: "workspace:^"
Expand Down Expand Up @@ -7927,6 +7927,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.18.2":
version: 6.18.2
resolution: "undici-types@npm:6.18.2"
checksum: 10c0/dea28163891a5af7624c120107dc07a74c369ee94c6dd1d0de29af061ee129fac4846f97130589f4436b85f6102c73d30328ca908be02626dd8ab9fec5642aba
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down