From 3afcf3c0e97e4a94dc70388eb65303fbea474bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 19:42:19 +0100 Subject: [PATCH] chore(deps-dev): bump @types/lodash from 4.14.177 to 4.14.178 (#3900) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.177 to 4.14.178. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 213d9c3b..fc0b6fa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/cordova": "0.0.34", "@types/fs-extra": "^9.0.12", "@types/jest": "^27.0.3", - "@types/lodash": "^4.14.177", + "@types/lodash": "^4.14.178", "@types/node": "^16.11.12", "@types/rimraf": "^3.0.2", "@types/webpack": "^5.28.0", @@ -1998,9 +1998,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.14.177", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.177.tgz", - "integrity": "sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==", + "version": "4.14.178", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.178.tgz", + "integrity": "sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==", "dev": true }, "node_modules/@types/minimatch": { @@ -18296,9 +18296,9 @@ "dev": true }, "@types/lodash": { - "version": "4.14.177", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.177.tgz", - "integrity": "sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==", + "version": "4.14.178", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.178.tgz", + "integrity": "sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==", "dev": true }, "@types/minimatch": { diff --git a/package.json b/package.json index 3a6c9876..a1132368 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/cordova": "0.0.34", "@types/fs-extra": "^9.0.12", "@types/jest": "^27.0.3", - "@types/lodash": "^4.14.177", + "@types/lodash": "^4.14.178", "@types/node": "^16.11.12", "@types/rimraf": "^3.0.2", "@types/webpack": "^5.28.0",