Skip to content

Commit f49fde5

Browse files
committed
Upgrade node to 22.14.0
1 parent 580b661 commit f49fde5

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
22.14.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
]
4343
},
4444
"engines": {
45-
"node": ">=20.11.1",
46-
"npm": ">=10.2.4",
45+
"node": ">=22.14.0",
46+
"npm": ">=10.9.2",
4747
"yarn": "^1.22.5"
4848
}
4949
}

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/chrome": "^0.0.315",
5151
"@types/crypto-js": "^4.2.1",
5252
"@types/jest": "^29.5.14",
53-
"@types/node": "^20.11.5",
53+
"@types/node": "^22.14.1",
5454
"@types/prismjs": "^1.26.5",
5555
"@types/react": "^19.1.2",
5656
"@types/react-dom": "^19.1.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,12 +1926,12 @@
19261926
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67"
19271927
integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==
19281928

1929-
"@types/node@^20.11.5":
1930-
version "20.17.30"
1931-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.30.tgz#1d93f656d3b869dbef7b796568ac457606ba58d0"
1932-
integrity sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==
1929+
"@types/node@^22.14.1":
1930+
version "22.14.1"
1931+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f"
1932+
integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==
19331933
dependencies:
1934-
undici-types "~6.19.2"
1934+
undici-types "~6.21.0"
19351935

19361936
"@types/parse-json@^4.0.0":
19371937
version "4.0.2"
@@ -9267,10 +9267,10 @@ undici-types@~5.26.4:
92679267
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
92689268
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
92699269

9270-
undici-types@~6.19.2:
9271-
version "6.19.8"
9272-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
9273-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
9270+
undici-types@~6.21.0:
9271+
version "6.21.0"
9272+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
9273+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
92749274

92759275
universalify@^0.2.0:
92769276
version "0.2.0"

0 commit comments

Comments
 (0)