Skip to content

Commit c6b7c2c

Browse files
chore(deps): update dependency node to v22
1 parent 9c23571 commit c6b7c2c

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.67",
35+
"@types/node": "22.13.13",
3636
"@types/svgo": "2.6.4",
3737
"browser-sync": "2.29.3",
3838
"browser-sync-webpack-plugin": "2.3.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,12 +1135,12 @@
11351135
dependencies:
11361136
undici-types "~5.26.4"
11371137

1138-
"@types/node@18.19.67":
1139-
version "18.19.67"
1140-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.67.tgz#77c4b01641a1e3e1509aff7e10d39e4afd5ae06d"
1141-
integrity sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ==
1138+
"@types/node@22.13.13":
1139+
version "22.13.13"
1140+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.13.tgz#5e7d110fb509b0d4a43fbf48fa9d6e0f83e1b1e7"
1141+
integrity sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==
11421142
dependencies:
1143-
undici-types "~5.26.4"
1143+
undici-types "~6.20.0"
11441144

11451145
"@types/node@>=10.0.0":
11461146
version "17.0.21"
@@ -8243,6 +8243,11 @@ undici-types@~5.26.4:
82438243
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
82448244
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
82458245

8246+
undici-types@~6.20.0:
8247+
version "6.20.0"
8248+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
8249+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
8250+
82468251
universalify@^0.1.0:
82478252
version "0.1.2"
82488253
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)