Skip to content

Commit 38ec7b3

Browse files
chore(deps): update all non-major dependencies
1 parent f89f69b commit 38ec7b3

File tree

3 files changed

+94
-94
lines changed

3 files changed

+94
-94
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dist"
3030
],
3131
"engines": {
32-
"node": ">=20.13.1"
32+
"node": ">=20.16.0"
3333
},
3434
"scripts": {
3535
"start": "NODE_ENV=dev tsx src/index.ts",
@@ -48,7 +48,7 @@
4848
"prepublishOnly": "pnpm run build"
4949
},
5050
"dependencies": {
51-
"@aws-sdk/client-lambda": "^3.616.0",
51+
"@aws-sdk/client-lambda": "^3.620.0",
5252
"@namesmt/utils": ">=0.5.0",
5353
"@types/aws-lambda": "^8.10.142",
5454
"consola": "^3.2.3",
@@ -70,8 +70,8 @@
7070
},
7171
"pnpm": {
7272
"overrides": {
73-
"hasown": "npm:@nolyfill/hasown@^1",
74-
"is-core-module": "npm:@nolyfill/is-core-module@^1"
73+
"hasown": "npm:@nolyfill/hasown@^1.0.29",
74+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39"
7575
}
7676
},
7777
"simple-git-hooks": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@namesmt/utils-lambda": "workspace:^",
1010
"nodemon": "^3.1.4",
11-
"vite": "^5.3.4",
11+
"vite": "^5.3.5",
1212
"vite-plugin-inspect": "^0.8.5"
1313
}
1414
}

0 commit comments

Comments
 (0)