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",