From bc458f188bb19c68bdf71ec998301f2945d7eb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 09:57:13 +0000 Subject: [PATCH] build(deps-dev): bump @types/lodash from 4.17.16 to 4.17.17 in /backend (#8585) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.16 to 4.17.17. - [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.17 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> --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index d1d0aa10e..26cb2c815 100644 --- a/backend/package.json +++ b/backend/package.json @@ -96,7 +96,7 @@ "@faker-js/faker": "9.8.0", "@types/email-templates": "^10.0.4", "@types/jest": "^29.5.14", - "@types/lodash": "^4.17.16", + "@types/lodash": "^4.17.17", "@types/node": "^22.15.21", "@types/slug": "^5.0.9", "@types/uuid": "~9.0.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index 7bc446624..2d108fa08 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -2522,10 +2522,10 @@ "@types/koa-compose" "*" "@types/node" "*" -"@types/lodash@^4.17.16": - version "4.17.16" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.16.tgz#94ae78fab4a38d73086e962d0b65c30d816bfb0a" - integrity sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g== +"@types/lodash@^4.17.17": + version "4.17.17" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.17.tgz#fb85a04f47e9e4da888384feead0de05f7070355" + integrity sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ== "@types/long@^4.0.0": version "4.0.1"