Bump Node version to v18.18.2

This commit is contained in:
github-actions[bot]
2024-04-05 12:25:06 +00:00
parent 351bc648ef
commit 03c8748981
3 changed files with 18 additions and 9 deletions

View File

@@ -1 +1 @@
v18.17.1
v18.18.2

View File

@@ -81,7 +81,7 @@
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.6",
"@types/nanoid": "^3.0.0",
"@types/node": "18.17.*",
"@types/node": "18.18.*",
"@types/node-fetch": "^2.5.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.2.18",
@@ -141,7 +141,7 @@
"vite": "^5.2.6"
},
"engines": {
"node": "^18.17.1",
"node": "^18.18.2",
"npm": ">=7.20.6",
"vscode": "^1.82.0"
}
@@ -7038,10 +7038,13 @@
}
},
"node_modules/@types/node": {
"version": "18.17.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.19.tgz",
"integrity": "sha512-+pMhShR3Or5GR0/sp4Da7FnhVmTalWm81M6MkEldbwjETSaPalw138Z4KdpQaistvqQxLB7Cy4xwYdxpbSOs9Q==",
"dev": true
"version": "18.18.14",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.14.tgz",
"integrity": "sha512-iSOeNeXYNYNLLOMDSVPvIFojclvMZ/HDY2dU17kUlcsOsSQETbWIslJbYLZgA+ox8g2XQwSHKTkght1a5X26lQ==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/node-fetch": {
"version": "2.6.9",
@@ -27137,6 +27140,12 @@
"integrity": "sha512-Ia0sQNrMPXXkqVFt6w6M1n1oKo3NfKs+mvaV811Jwir7vAk9a6PVV9VPYf6X3BU97QiLEmuW3uXH9u87zDFfdw==",
"dev": true
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
},
"node_modules/unicode-canonical-property-names-ecmascript": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",

View File

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