From c2a91780e066c1c474a212bc84b21704bd6be478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:50:01 +0200 Subject: [PATCH] chore(deps-dev): bump @types/lodash from 4.17.5 to 4.17.6 (#2027) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.5 to 4.17.6. - [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> --- packages/contentful--app-scripts/package-lock.json | 14 +++++++------- packages/contentful--app-scripts/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/contentful--app-scripts/package-lock.json b/packages/contentful--app-scripts/package-lock.json index d7bcf0b8c..eff55f9a7 100644 --- a/packages/contentful--app-scripts/package-lock.json +++ b/packages/contentful--app-scripts/package-lock.json @@ -31,7 +31,7 @@ "@types/analytics-node": "3.1.14", "@types/chai": "4.3.16", "@types/inquirer": "8.2.1", - "@types/lodash": "4.17.5", + "@types/lodash": "4.17.6", "@types/mocha": "10.0.7", "@types/proxyquire": "1.3.31", "@types/sinon": "17.0.3", @@ -276,9 +276,9 @@ "optional": true }, "node_modules/@types/lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", + "version": "4.17.6", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz", + "integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==", "dev": true }, "node_modules/@types/mocha": { @@ -2590,9 +2590,9 @@ "optional": true }, "@types/lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", + "version": "4.17.6", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz", + "integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==", "dev": true }, "@types/mocha": { diff --git a/packages/contentful--app-scripts/package.json b/packages/contentful--app-scripts/package.json index e1aefb16e..fa41699be 100644 --- a/packages/contentful--app-scripts/package.json +++ b/packages/contentful--app-scripts/package.json @@ -67,7 +67,7 @@ "@types/analytics-node": "3.1.14", "@types/chai": "4.3.16", "@types/inquirer": "8.2.1", - "@types/lodash": "4.17.5", + "@types/lodash": "4.17.6", "@types/mocha": "10.0.7", "@types/proxyquire": "1.3.31", "@types/sinon": "17.0.3",