From 5f12ef2cbc7131eceafc43fae6b7a9f6baf025e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:35:55 -0500 Subject: [PATCH] chore(deps): update node.js to v18.18.0 (#1175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- npm-shrinkwrap.json | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 79325fda64..42f057191c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -26,7 +26,7 @@ "@types/js-yaml": "4.0.5", "@types/micromatch": "4.0.2", "@types/mock-fs": "4.13.1", - "@types/node": "18.17.17", + "@types/node": "18.17.19", "@types/validator": "13.11.1", "@types/yargs": "17.0.24", "@typescript-eslint/eslint-plugin": "6.7.2", @@ -1652,9 +1652,9 @@ } }, "node_modules/@types/node": { - "version": "18.17.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.17.tgz", - "integrity": "sha512-cOxcXsQ2sxiwkykdJqvyFS+MLQPLvIdwh5l6gNg8qF6s+C7XSkEWOZjK+XhUZd+mYvHV/180g2cnCcIl4l06Pw==", + "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/normalize-package-data": { @@ -10443,9 +10443,9 @@ } }, "@types/node": { - "version": "18.17.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.17.tgz", - "integrity": "sha512-cOxcXsQ2sxiwkykdJqvyFS+MLQPLvIdwh5l6gNg8qF6s+C7XSkEWOZjK+XhUZd+mYvHV/180g2cnCcIl4l06Pw==", + "version": "18.17.19", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.19.tgz", + "integrity": "sha512-+pMhShR3Or5GR0/sp4Da7FnhVmTalWm81M6MkEldbwjETSaPalw138Z4KdpQaistvqQxLB7Cy4xwYdxpbSOs9Q==", "dev": true }, "@types/normalize-package-data": { diff --git a/package.json b/package.json index 2a45c96db1..9701d49d23 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/js-yaml": "4.0.5", "@types/micromatch": "4.0.2", "@types/mock-fs": "4.13.1", - "@types/node": "18.17.17", + "@types/node": "18.17.19", "@types/validator": "13.11.1", "@types/yargs": "17.0.24", "@typescript-eslint/eslint-plugin": "6.7.2", @@ -78,6 +78,6 @@ ] }, "volta": { - "node": "18.17.1" + "node": "18.18.0" } }