From 01973609ffa8e4ee037b4ef29d65b490fc985fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 18:55:16 +0200 Subject: [PATCH] Bump @types/node from 18.8.2 to 18.8.3 (#214) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 992323c6..2e187a09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@rollup/plugin-json": "^4.1.0", "@types/mocha": "^10.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.8.2", + "@types/node": "^18.8.3", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.3", "@types/uuid": "^8.3.4", @@ -1888,9 +1888,9 @@ } }, "node_modules/@types/node": { - "version": "18.8.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.2.tgz", - "integrity": "sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA==" + "version": "18.8.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.3.tgz", + "integrity": "sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w==" }, "node_modules/@types/object-path": { "version": "0.11.1", @@ -18808,9 +18808,9 @@ } }, "@types/node": { - "version": "18.8.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.2.tgz", - "integrity": "sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA==" + "version": "18.8.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.3.tgz", + "integrity": "sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w==" }, "@types/object-path": { "version": "0.11.1", diff --git a/package.json b/package.json index 54115405..96de504b 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "@rollup/plugin-json": "^4.1.0", "@types/mocha": "^10.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.8.2", + "@types/node": "^18.8.3", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.3", "@types/uuid": "^8.3.4", -- 2.34.1