Skip to content

Commit 09f40b5

Browse files
chore(webhook): bump @types/node from 18.11.18 to 18.14.2 in /modules/webhook/lambdas/webhook (#3002)
chore(webhook): bump @types/node in /modules/webhook/lambdas/webhook Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.18 to 18.14.2. - [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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de01d03 commit 09f40b5

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/aws-lambda": "^8.10.110",
2323
"@types/express": "^4.17.17",
2424
"@types/jest": "^29.4.0",
25-
"@types/node": "^18.11.18",
25+
"@types/node": "^18.14.2",
2626
"@typescript-eslint/eslint-plugin": "^5.54.0",
2727
"@typescript-eslint/parser": "^5.48.1",
2828
"@vercel/ncc": "0.36.1",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,15 +1973,10 @@
19731973
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
19741974
integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==
19751975

1976-
"@types/node@*":
1977-
version "18.11.12"
1978-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.12.tgz#89e7f8aa8c88abf432f9bd594888144d7dba10aa"
1979-
integrity sha512-FgD3NtTAKvyMmD44T07zz2fEf+OKwutgBCEVM8GcvMGVGaDktiLNTDvPwC/LUe3PinMW+X6CuLOF2Ui1mAlSXg==
1980-
1981-
"@types/node@^18.11.18":
1982-
version "18.11.18"
1983-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
1984-
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
1976+
"@types/node@*", "@types/node@^18.14.2":
1977+
version "18.14.2"
1978+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.2.tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1"
1979+
integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==
19851980

19861981
"@types/prettier@^2.1.5":
19871982
version "2.7.1"

0 commit comments

Comments
 (0)