From: Jérôme Benoit Date: Thu, 14 Oct 2021 19:51:31 +0000 (+0200) Subject: Apply dependencies update X-Git-Tag: v1.1.31~16 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2f79b4478e28ed922581029adf341210da6149b4;p=e-mobility-charging-stations-simulator.git Apply dependencies update Signed-off-by: Jérôme Benoit --- diff --git a/package-lock.json b/package-lock.json index 069d6d13..1b4ca438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5055,9 +5055,9 @@ } }, "@types/node": { - "version": "14.17.26", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.26.tgz", - "integrity": "sha512-eSTNkK/nfmnC7IKpOJZixDgG0W2/eHz1qyFN7o/rwwwIHsVRp+G9nbh4BrQ77kbQ2zPu286AQRxkuRLPcR3gXw==" + "version": "14.17.27", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.27.tgz", + "integrity": "sha512-94+Ahf9IcaDuJTle/2b+wzvjmutxXAEXU6O81JHblYXUg2BDG+dnBy7VxIPHKAyEEDHzCMQydTJuWvrE+Aanzw==" }, "@types/object-path": { "version": "0.11.1", diff --git a/package.json b/package.json index 0ae28c5a..44a56170 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@rollup/plugin-json": "^4.1.0", "@types/mocha": "^9.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^14.17.26", + "@types/node": "^14.17.27", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^4.0.5", "@types/uuid": "^8.3.1",