From 08dc659bb0c062915f8bb8c99de628e7b6ec8f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 02:48:42 +0000 Subject: [PATCH] Bump @types/lodash from 4.17.7 to 4.17.20 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.7 to 4.17.20. - [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-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a31240a..369554a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/express": "^4.17.15", "@types/jest": "^29.2.5", "@types/jsonwebtoken": "^9.0.7", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.20", "@types/node": "^22.7.6", "@types/sequelize": "^4.28.14", "@typescript-eslint/eslint-plugin": "^5.48.1", diff --git a/yarn.lock b/yarn.lock index 595cb42..bd3bb5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -894,10 +894,10 @@ dependencies: "@types/node" "*" -"@types/lodash@*", "@types/lodash@^4.17.7": - version "4.17.7" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.7.tgz#2f776bcb53adc9e13b2c0dfd493dfcbd7de43612" - integrity sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA== +"@types/lodash@*", "@types/lodash@^4.17.20": + version "4.17.20" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.20.tgz#1ca77361d7363432d29f5e55950d9ec1e1c6ea93" + integrity sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA== "@types/mime@*": version "3.0.4"