Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1612)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 28, 2024
1 parent 3332d60 commit 466bcda
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion e2e/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@pulumi/aws": "6.50.1",
"@pulumi/awsx": "0.40.1",
"@pulumi/pulumi": "3.130.0",
"@types/aws-lambda": "8.10.144",
"@types/aws-lambda": "8.10.145",
"esbuild": "0.23.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@e2e/shared-server": "0.0.109",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"bun-types": "1.1.26"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/shared-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@pulumi/pulumi": "3.130.0",
"@types/node": "22.5.0"
"@types/node": "22.5.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@changesets/cli": "2.27.7",
"@theguild/prettier-config": "2.0.7",
"@types/jest": "29.5.12",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"express": "4.19.2",
"fastify": "4.28.1",
"react": "0.0.0-experimental-e5205658f-20230913",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2612,10 +2612,10 @@
"@tufjs/canonical-json" "2.0.0"
minimatch "^9.0.4"

"@types/aws-lambda@8.10.144":
version "8.10.144"
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.144.tgz#4c9dfed39a41bf92eea0b8ad7bb087dcc0b5864b"
integrity sha512-zRN25EUlALZsDlFfFCFEkQYXWj2WWu69pDBTycrsoFE+cS0XEs8vpFlSrq/L8OoJsrMW12LZtpvDHIGwGkQ2yg==
"@types/aws-lambda@8.10.145":
version "8.10.145"
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.145.tgz#b2d31a987f4888e5553ff1819f57cafa475594d9"
integrity sha512-dtByW6WiFk5W5Jfgz1VM+YPA21xMXTuSFoLYIDY0L44jDLLflVPtZkYuu3/YxpGcvjzKFBZLU+GyKjR0HOYtyw==

"@types/aws-lambda@8.10.93":
version "8.10.93"
Expand Down Expand Up @@ -2785,10 +2785,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@22.5.0", "@types/node@>=13.7.0":
version "22.5.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.0.tgz#10f01fe9465166b4cab72e75f60d8b99d019f958"
integrity sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==
"@types/node@*", "@types/node@22.5.1", "@types/node@>=13.7.0":
version "22.5.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.1.tgz#de01dce265f6b99ed32b295962045d10b5b99560"
integrity sha512-KkHsxej0j9IW1KKOOAA/XBA0z08UFSrRQHErzEfA3Vgq57eXIMYboIlHJuYIfd+lwCQjtKqUu3UnmKbtUc9yRw==
dependencies:
undici-types "~6.19.2"

Expand Down

0 comments on commit 466bcda

Please sign in to comment.