Merge pull request #3313 from github/github-action/bump-node-version

Bump Node version to v18.17.1
This commit is contained in:
Koen Vlaswinkel
2024-02-02 16:30:11 +01:00
committed by GitHub
3 changed files with 8 additions and 8 deletions

View File

@@ -1 +1 @@
v18.15.0
v18.17.1

View File

@@ -79,7 +79,7 @@
"@types/jest": "^29.0.2",
"@types/js-yaml": "^4.0.6",
"@types/nanoid": "^3.0.0",
"@types/node": "18.15.*",
"@types/node": "18.17.*",
"@types/node-fetch": "^2.5.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.2.18",
@@ -143,7 +143,7 @@
"typescript": "^5.0.2"
},
"engines": {
"node": "^18.15.0",
"node": "^18.17.1",
"npm": ">=7.20.6",
"vscode": "^1.82.0"
}
@@ -9605,9 +9605,9 @@
}
},
"node_modules/@types/node": {
"version": "18.15.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.13.tgz",
"integrity": "sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==",
"version": "18.17.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.19.tgz",
"integrity": "sha512-+pMhShR3Or5GR0/sp4Da7FnhVmTalWm81M6MkEldbwjETSaPalw138Z4KdpQaistvqQxLB7Cy4xwYdxpbSOs9Q==",
"dev": true
},
"node_modules/@types/node-fetch": {

View File

@@ -14,7 +14,7 @@
},
"engines": {
"vscode": "^1.82.0",
"node": "^18.15.0",
"node": "^18.17.1",
"npm": ">=7.20.6"
},
"categories": [
@@ -1997,7 +1997,7 @@
"@types/jest": "^29.0.2",
"@types/js-yaml": "^4.0.6",
"@types/nanoid": "^3.0.0",
"@types/node": "18.15.*",
"@types/node": "18.17.*",
"@types/node-fetch": "^2.5.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.2.18",