From 59d4cad120721fb4fa803e0edaebc6508a884942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:38:08 +0000 Subject: [PATCH] chore(deps): bump @types/lodash from 4.14.192 to 4.14.202 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.192 to 4.14.202. - [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 | 22 +++++++++++----------- package.json | 2 +- packages/backend/package.json | 2 +- packages/shared/package.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f2189fab..fe69175a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@graphql-codegen/typescript-operations": "2.4.2", "@types/fs-extra": "11.0.1", "@types/jest": "27.4.1", - "@types/lodash": "4.14.192", + "@types/lodash": "4.14.202", "@types/node": "18.15.11", "@types/npm-license-crawler": "0.2.1", "@typescript-eslint/eslint-plugin": "5.30.6", @@ -7068,9 +7068,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.14.192", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.192.tgz", - "integrity": "sha512-km+Vyn3BYm5ytMO13k9KTp27O75rbQ0NFw+U//g+PX7VZyjCioXaRFisqSIJRECljcTv73G3i6BpglNGHgUQ5A==" + "version": "4.14.202", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz", + "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==" }, "node_modules/@types/lodash.mergewith": { "version": "4.6.7", @@ -25276,7 +25276,7 @@ "@types/jest": "27.4.1", "@types/js-yaml": "4.0.5", "@types/jsonfile": "6.1.4", - "@types/lodash": "4.14.192", + "@types/lodash": "4.14.202", "@types/luxon": "3.2.0", "@types/mime": "2.0.3", "@types/module-alias": "2.0.1", @@ -27034,7 +27034,7 @@ "devDependencies": { "@types/fs-extra": "11.0.1", "@types/jest": "27.4.1", - "@types/lodash": "4.14.192", + "@types/lodash": "4.14.202", "@types/node": "18.15.11", "@types/parsimmon": "1.10.6", "jest": "27.5.1", @@ -31250,7 +31250,7 @@ "@types/jest": "27.4.1", "@types/js-yaml": "4.0.5", "@types/jsonfile": "6.1.4", - "@types/lodash": "4.14.192", + "@types/lodash": "4.14.202", "@types/luxon": "3.2.0", "@types/mime": "2.0.3", "@types/module-alias": "2.0.1", @@ -32587,7 +32587,7 @@ "@aws-sdk/client-s3": "3.292.0", "@types/fs-extra": "11.0.1", "@types/jest": "27.4.1", - "@types/lodash": "4.14.192", + "@types/lodash": "4.14.202", "@types/node": "18.15.11", "@types/parsimmon": "1.10.6", "fs-extra": "11.1.1", @@ -34045,9 +34045,9 @@ } }, "@types/lodash": { - "version": "4.14.192", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.192.tgz", - "integrity": "sha512-km+Vyn3BYm5ytMO13k9KTp27O75rbQ0NFw+U//g+PX7VZyjCioXaRFisqSIJRECljcTv73G3i6BpglNGHgUQ5A==" + "version": "4.14.202", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz", + "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==" }, "@types/lodash.mergewith": { "version": "4.6.7", diff --git a/package.json b/package.json index ed9c6ef85..a8a8f5c86 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@graphql-codegen/typescript-operations": "2.4.2", "@types/fs-extra": "11.0.1", "@types/jest": "27.4.1", - "@types/lodash": "4.14.192", + "@types/lodash": "4.14.202", "@types/node": "18.15.11", "@types/npm-license-crawler": "0.2.1", "@typescript-eslint/eslint-plugin": "5.30.6", diff --git a/packages/backend/package.json b/packages/backend/package.json index 89aecd31f..a24bada75 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -89,7 +89,7 @@ "@types/jest": "27.4.1", "@types/js-yaml": "4.0.5", "@types/jsonfile": "6.1.4", - "@types/lodash": "4.14.192", + "@types/lodash": "4.14.202", "@types/luxon": "3.2.0", "@types/mime": "2.0.3", "@types/module-alias": "2.0.1", diff --git a/packages/shared/package.json b/packages/shared/package.json index 5c8afb29a..bb6f50764 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@types/fs-extra": "11.0.1", "@types/jest": "27.4.1", - "@types/lodash": "4.14.192", + "@types/lodash": "4.14.202", "@types/node": "18.15.11", "@types/parsimmon": "1.10.6", "jest": "27.5.1",