Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 4eaca2e

Browse files
chore(webhook): bump @types/node from 18.15.3 to 18.15.11 in /modules/webhook/lambdas/webhook (#3152)
chore(webhook): bump @types/node in /modules/webhook/lambdas/webhook Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.3 to 18.15.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec51969 commit 4eaca2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/aws-lambda": "^8.10.111",
2323
"@types/express": "^4.17.17",
2424
"@types/jest": "^29.4.0",
25-
"@types/node": "^18.15.3",
25+
"@types/node": "^18.15.11",
2626
"@typescript-eslint/eslint-plugin": "^5.57.0",
2727
"@typescript-eslint/parser": "^5.57.1",
2828
"@vercel/ncc": "0.36.1",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2332,10 +2332,10 @@
23322332
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
23332333
integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==
23342334

2335-
"@types/node@*", "@types/node@^18.15.3":
2336-
version "18.15.3"
2337-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
2338-
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
2335+
"@types/node@*", "@types/node@^18.15.11":
2336+
version "18.15.11"
2337+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
2338+
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
23392339

23402340
"@types/prettier@^2.1.5":
23412341
version "2.7.1"

0 commit comments

Comments
 (0)