From c99be784ea77f5920f22ff9c30b3f2a407b16a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:14:20 +0000 Subject: [PATCH] chore(deps): bump @types/lodash from 4.17.10 to 4.17.13 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.10 to 4.17.13. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f26207866..d65a3b0a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@testing-library/jest-dom": "^6.5.0", "@testing-library/user-event": "^14.4.3", "@types/dompurify": "^3.0.5", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.13", "@types/node": "^22.7.2", "@types/qs": "^6.9.16", "@types/react": "^17.0.43", @@ -4738,10 +4738,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", - "license": "MIT" + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==" }, "node_modules/@types/lodash.isempty": { "version": "4.4.9", diff --git a/package.json b/package.json index ca494b3ae..b9c7da9b8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@testing-library/jest-dom": "^6.5.0", "@testing-library/user-event": "^14.4.3", "@types/dompurify": "^3.0.5", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.13", "@types/node": "^22.7.2", "@types/qs": "^6.9.16", "@types/react": "^17.0.43",