From 6d09cbe6ffba8fc6e5f3e88de65da6678caedee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 19:57:49 +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 | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0609f74..fd1bc82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "climate-by-location", - "version": "3.0.2", + "version": "3.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.2", + "version": "3.2.2", + "license": "UNLICENSED", "dependencies": { "core-js": "^3.6.5", "core-js-bundle": "^3.6.5", @@ -24,7 +25,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", @@ -3305,9 +3306,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": { @@ -7832,9 +7833,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",