Skip to content

Commit f0b8d23

Browse files
Update dependency node to v22
1 parent 9cafbef commit f0b8d23

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Use Node 12
1212
uses: actions/setup-node@v2
1313
with:
14-
node-version: 12.x
14+
node-version: 22.x
1515

1616
- name: Use cached node_modules
1717
uses: actions/cache@v2

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"author": "Simon Knott",
2929
"module": "dist/secure-webhooks.esm.js",
3030
"devDependencies": {
31-
"@types/node": "16.11.1",
31+
"@types/node": "22.14.1",
3232
"husky": "7.0.2",
3333
"tsdx": "0.14.1",
3434
"tslib": "2.3.1",

Diff for: yarn.lock

+13-1
Original file line numberDiff line numberDiff line change
@@ -1320,11 +1320,18 @@
13201320
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
13211321
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
13221322

1323-
"@types/node@*", "@types/[email protected]":
1323+
"@types/node@*":
13241324
version "16.11.1"
13251325
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.1.tgz#2e50a649a50fc403433a14f829eface1a3443e97"
13261326
integrity sha512-PYGcJHL9mwl1Ek3PLiYgyEKtwTMmkMw4vbiyz/ps3pfdRYLVv+SN7qHVAImrjdAXxgluDEw6Ph4lyv+m9UpRmA==
13271327

1328+
1329+
version "22.14.1"
1330+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f"
1331+
integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==
1332+
dependencies:
1333+
undici-types "~6.21.0"
1334+
13281335
"@types/normalize-package-data@^2.4.0":
13291336
version "2.4.0"
13301337
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -5982,6 +5989,11 @@ typescript@^3.7.3:
59825989
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
59835990
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
59845991

5992+
undici-types@~6.21.0:
5993+
version "6.21.0"
5994+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5995+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5996+
59855997
unicode-canonical-property-names-ecmascript@^1.0.4:
59865998
version "1.0.4"
59875999
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)