From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:31:32 +0000 (+0200) Subject: Bump @types/node from 18.8.2 to 18.8.3 in /src/ui/web (#215) X-Git-Tag: v1.1.82~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6c85bb3b27a7e4381b9cd21cbd9c13921e06200a;p=e-mobility-charging-stations-simulator.git Bump @types/node from 18.8.2 to 18.8.3 in /src/ui/web (#215) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/src/ui/web/package-lock.json b/src/ui/web/package-lock.json index beee8f02..7ee6c5fd 100644 --- a/src/ui/web/package-lock.json +++ b/src/ui/web/package-lock.json @@ -19,7 +19,7 @@ "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^10.0.0", - "@types/node": "^18.8.2", + "@types/node": "^18.8.3", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", @@ -2876,9 +2876,9 @@ "dev": true }, "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==", "dev": true }, "node_modules/@types/normalize-package-data": { @@ -21457,9 +21457,9 @@ "dev": true }, "@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==", "dev": true }, "@types/normalize-package-data": { diff --git a/src/ui/web/package.json b/src/ui/web/package.json index dd7848b3..1877d64b 100644 --- a/src/ui/web/package.json +++ b/src/ui/web/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^10.0.0", - "@types/node": "^18.8.2", + "@types/node": "^18.8.3", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0",