Skip to content

Commit e0badbe

Browse files
chore(deps): update dependency node to v20
1 parent bdf5357 commit e0badbe

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.19.1
1+
20.11.1

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/algolia/algoliasearch-crawler-github-actions/issues"
3737
},
3838
"engines": {
39-
"node": "^16.14.2"
39+
"node": "^20.0.0"
4040
},
4141
"homepage": "https://github.com/algolia/algoliasearch-crawler-github-actions#readme",
4242
"devDependencies": {
@@ -46,7 +46,7 @@
4646
"@semantic-release/npm": "9.0.1",
4747
"@types/cheerio": "0.22.35",
4848
"@types/jest": "27.5.2",
49-
"@types/node": "16.18.16",
49+
"@types/node": "20.11.24",
5050
"@types/node-fetch": "2.6.2",
5151
"@typescript-eslint/eslint-plugin": "5.44.0",
5252
"@typescript-eslint/parser": "5.44.0",

Diff for: yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1235,10 +1235,12 @@
12351235
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.10.tgz#616f16e9d3a2a3d618136b1be244315d95bd7cab"
12361236
integrity sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==
12371237

1238-
1239-
version "16.18.16"
1240-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.16.tgz#09ff98b144abae2d7cce3e9fe9040ab2bf73222c"
1241-
integrity sha512-ZOzvDRWp8dCVBmgnkIqYCArgdFOO9YzocZp8Ra25N/RStKiWvMOXHMz+GjSeVNe5TstaTmTWPucGJkDw0XXJWA==
1238+
1239+
version "20.11.24"
1240+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.24.tgz#cc207511104694e84e9fb17f9a0c4c42d4517792"
1241+
integrity sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==
1242+
dependencies:
1243+
undici-types "~5.26.4"
12421244

12431245
"@types/normalize-package-data@^2.4.0":
12441246
version "2.4.1"
@@ -6245,6 +6247,11 @@ unbox-primitive@^1.0.1:
62456247
has-symbols "^1.0.2"
62466248
which-boxed-primitive "^1.0.2"
62476249

6250+
undici-types@~5.26.4:
6251+
version "5.26.5"
6252+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6253+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6254+
62486255
unique-filename@^1.1.1:
62496256
version "1.1.1"
62506257
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"

0 commit comments

Comments
 (0)