diff --git a/actions/installer/package-lock.json b/actions/installer/package-lock.json index 0fb679e9d..c3737752a 100644 --- a/actions/installer/package-lock.json +++ b/actions/installer/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/jasmine": "4.3.0", - "@types/node": "18.7.13", + "@types/node": "18.11.8", "@vercel/ncc": "0.34.0", "eslint": "8.26.0", "eslint-plugin-github": "4.4.0", @@ -331,9 +331,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.7.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz", - "integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==", + "version": "18.11.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.8.tgz", + "integrity": "sha512-uGwPWlE0Hj972KkHtCDVwZ8O39GmyjfMane1Z3GUBGGnkZ2USDq7SxLpVIiIHpweY9DS0QTDH0Nw7RNBsAAZ5A==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -3367,9 +3367,9 @@ "dev": true }, "@types/node": { - "version": "18.7.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz", - "integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==", + "version": "18.11.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.8.tgz", + "integrity": "sha512-uGwPWlE0Hj972KkHtCDVwZ8O39GmyjfMane1Z3GUBGGnkZ2USDq7SxLpVIiIHpweY9DS0QTDH0Nw7RNBsAAZ5A==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/actions/installer/package.json b/actions/installer/package.json index 74fd3dbf8..c6a05bf42 100644 --- a/actions/installer/package.json +++ b/actions/installer/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@types/jasmine": "4.3.0", - "@types/node": "18.7.13", + "@types/node": "18.11.8", "@vercel/ncc": "0.34.0", "eslint": "8.26.0", "eslint-plugin-github": "4.4.0",