Skip to content

Commit ecaf1b1

Browse files
chore(deps): update dependency node to v22
1 parent aafb6b0 commit ecaf1b1

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node
4545
uses: actions/setup-node@v3
4646
with:
47-
node-version: "16"
47+
node-version: "22"
4848
cache: ${{ steps.detect-package-manager.outputs.manager }}
4949
- name: Restore cache
5050
uses: actions/cache@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/browser-sync-webpack-plugin": "2.2.5",
3333
"@types/jest": "29.5.14",
3434
"@types/jsdom": "20.0.1",
35-
"@types/node": "18.19.123",
35+
"@types/node": "22.18.5",
3636
"@types/svgo": "2.6.4",
3737
"browser-sync": "2.29.3",
3838
"browser-sync-webpack-plugin": "2.4.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,12 +1140,12 @@
11401140
dependencies:
11411141
undici-types "~5.26.4"
11421142

1143-
"@types/node@18.19.123":
1144-
version "18.19.123"
1145-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.123.tgz#08a3e4f5e0c73b8840c677b7635ce59d5dc1f76d"
1146-
integrity sha512-K7DIaHnh0mzVxreCR9qwgNxp3MH9dltPNIEddW9MYUlcKAzm+3grKNSTe2vCJHI1FaLpvpL5JGJrz1UZDKYvDg==
1143+
"@types/node@22.18.5":
1144+
version "22.18.5"
1145+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.5.tgz#6b90a0087660cce4e956c3932c7f4357ef06bccf"
1146+
integrity sha512-g9BpPfJvxYBXUWI9bV37j6d6LTMNQ88hPwdWWUeYZnMhlo66FIg9gCc1/DZb15QylJSKwOZjwrckvOTWpOiChg==
11471147
dependencies:
1148-
undici-types "~5.26.4"
1148+
undici-types "~6.21.0"
11491149

11501150
"@types/node@>=10.0.0":
11511151
version "17.0.21"
@@ -8261,6 +8261,11 @@ undici-types@~5.26.4:
82618261
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
82628262
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
82638263

8264+
undici-types@~6.21.0:
8265+
version "6.21.0"
8266+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
8267+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
8268+
82648269
universalify@^0.1.0:
82658270
version "0.1.2"
82668271
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)