diff --git a/package-lock.json b/package-lock.json index 4c4ecea6d..2dd767d5f 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.182", + "@types/lodash": "4.14.192", "@types/node": "18.15.11", "@types/npm-license-crawler": "0.2.1", "@typescript-eslint/eslint-plugin": "5.30.6", @@ -5782,9 +5782,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==" + "version": "4.14.192", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.192.tgz", + "integrity": "sha512-km+Vyn3BYm5ytMO13k9KTp27O75rbQ0NFw+U//g+PX7VZyjCioXaRFisqSIJRECljcTv73G3i6BpglNGHgUQ5A==" }, "node_modules/@types/lodash.mergewith": { "version": "4.6.7", @@ -23813,7 +23813,7 @@ "@types/jest": "27.4.1", "@types/js-yaml": "4.0.5", "@types/jsonfile": "6.1.1", - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.192", "@types/luxon": "3.2.0", "@types/mime": "2.0.3", "@types/module-alias": "2.0.1", @@ -25571,7 +25571,7 @@ "devDependencies": { "@types/fs-extra": "11.0.1", "@types/jest": "27.4.1", - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.192", "@types/node": "18.15.11", "@types/parsimmon": "1.10.6", "jest": "27.5.1", @@ -28858,7 +28858,7 @@ "@types/jest": "27.4.1", "@types/js-yaml": "4.0.5", "@types/jsonfile": "6.1.1", - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.192", "@types/luxon": "3.2.0", "@types/mime": "2.0.3", "@types/module-alias": "2.0.1", @@ -30195,7 +30195,7 @@ "@aws-sdk/client-s3": "3.292.0", "@types/fs-extra": "11.0.1", "@types/jest": "27.4.1", - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.192", "@types/node": "18.15.11", "@types/parsimmon": "1.10.6", "fs-extra": "11.1.1", @@ -31675,9 +31675,9 @@ } }, "@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==" + "version": "4.14.192", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.192.tgz", + "integrity": "sha512-km+Vyn3BYm5ytMO13k9KTp27O75rbQ0NFw+U//g+PX7VZyjCioXaRFisqSIJRECljcTv73G3i6BpglNGHgUQ5A==" }, "@types/lodash.mergewith": { "version": "4.6.7", diff --git a/package.json b/package.json index f8e6fe1b5..e21bc4de1 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.182", + "@types/lodash": "4.14.192", "@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 4b0f7e637..98cf3b4bb 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.1", - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.192", "@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 5a5c99923..5c8afb29a 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.182", + "@types/lodash": "4.14.192", "@types/node": "18.15.11", "@types/parsimmon": "1.10.6", "jest": "27.5.1",