From cbc580748013c056627fd1ea9995122cd6f7234e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:31:14 +0000 Subject: [PATCH] build(deps-dev): bump @types/lodash from 4.17.4 to 4.17.5 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.4 to 4.17.5. - [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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae3e082495..a777797511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/flat": "5.0.5", "@types/jquery": "3.5.30", "@types/jqueryui": "1.12.22", - "@types/lodash": "4.17.4", + "@types/lodash": "4.17.5", "@types/lowdb": "1.0.11", "@types/mocha": "10.0.6", "@types/mustache": "4.2.5", @@ -2814,9 +2814,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==", + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", "dev": true }, "node_modules/@types/lowdb": { diff --git a/package.json b/package.json index 42370ff155..435932a810 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/flat": "5.0.5", "@types/jquery": "3.5.30", "@types/jqueryui": "1.12.22", - "@types/lodash": "4.17.4", + "@types/lodash": "4.17.5", "@types/lowdb": "1.0.11", "@types/mocha": "10.0.6", "@types/mustache": "4.2.5",