From adc6c06ddadd966d6a9a8314cfda407fe6a2792f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:02:48 +0000 Subject: [PATCH] Bump lodash-es from 4.17.15 to 4.17.21 Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash-es dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f55562..74f0d3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "climate-by-location", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "climate-by-location", - "version": "3.2.1", + "version": "3.2.2", "license": "UNLICENSED", "dependencies": { "core-js": "^3.6.5", @@ -26,7 +26,7 @@ "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-node-resolve": "^9.0.0", "babel-polyfill": "^6.26.0", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.21", "node-static": "~0.7.11", "nodemon": "^2.0.4", "rollup": "^2.23.0", @@ -3307,9 +3307,9 @@ "dev": true }, "node_modules/lodash-es": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", "dev": true }, "node_modules/lowercase-keys": { @@ -7834,9 +7834,9 @@ "dev": true }, "lodash-es": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", "dev": true }, "lowercase-keys": { diff --git a/package.json b/package.json index a499e76..3000e2d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-node-resolve": "^9.0.0", "babel-polyfill": "^6.26.0", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.21", "node-static": "~0.7.11", "nodemon": "^2.0.4", "rollup": "^2.23.0",