From 75c415b8263ee40b34bc8ff9cf13fa009e32a3fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 05:20:01 +0000 Subject: [PATCH] chore(deps-dev): bump @types/lodash from 4.17.14 to 4.17.15 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.14 to 4.17.15. - [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] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26be284..92bed49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@docusaurus/types": "^3.4.0", "@types/ejs": "^3.1.5", "@types/jsonpath": "^0.2.4", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "camelcase": "^8.0.0", "ejs": "^3.1.10", "jsonpath": "^1.1.1", @@ -6872,10 +6872,11 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==", - "dev": true + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==", + "dev": true, + "license": "MIT" }, "node_modules/@types/luxon": { "version": "3.4.2", diff --git a/package.json b/package.json index 70e772a..f0ed854 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@docusaurus/types": "^3.4.0", "@types/ejs": "^3.1.5", "@types/jsonpath": "^0.2.4", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "camelcase": "^8.0.0", "ejs": "^3.1.10", "jsonpath": "^1.1.1",