From d57fb5051dedae00403ebdebe7cab6acc62a56a3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Oct 2022 19:47:25 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18.11.8 --- actions/installer/package-lock.json | 14 +++++++------- actions/installer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/actions/installer/package-lock.json b/actions/installer/package-lock.json index 1c0b66bba..bea6af096 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 cb06accc3..44974d524 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",