diff --git a/oeq-ts-rest-api/package-lock.json b/oeq-ts-rest-api/package-lock.json index 022e2b6cf0f..086c03f81ed 100644 --- a/oeq-ts-rest-api/package-lock.json +++ b/oeq-ts-rest-api/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/jest": "26.0.24", - "@types/lodash": "4.14.171", + "@types/lodash": "4.14.172", "@types/tough-cookie": "^4.0.0", "@typescript-eslint/eslint-plugin": "4.28.5", "@typescript-eslint/parser": "4.28.5", @@ -1461,9 +1461,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.14.171", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.171.tgz", - "integrity": "sha512-7eQ2xYLLI/LsicL2nejW9Wyko3lcpN6O/z0ZLHrEQsg280zIdCv1t/0m6UtBjUHokCGBQ3gYTbHzDkZ1xOBwwg==", + "version": "4.14.172", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.172.tgz", + "integrity": "sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==", "dev": true }, "node_modules/@types/node": { @@ -8097,9 +8097,9 @@ "dev": true }, "@types/lodash": { - "version": "4.14.171", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.171.tgz", - "integrity": "sha512-7eQ2xYLLI/LsicL2nejW9Wyko3lcpN6O/z0ZLHrEQsg280zIdCv1t/0m6UtBjUHokCGBQ3gYTbHzDkZ1xOBwwg==", + "version": "4.14.172", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.172.tgz", + "integrity": "sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==", "dev": true }, "@types/node": { diff --git a/oeq-ts-rest-api/package.json b/oeq-ts-rest-api/package.json index 4d6369203aa..25be89f82b5 100644 --- a/oeq-ts-rest-api/package.json +++ b/oeq-ts-rest-api/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@types/jest": "26.0.24", - "@types/lodash": "4.14.171", + "@types/lodash": "4.14.172", "@types/tough-cookie": "^4.0.0", "@typescript-eslint/eslint-plugin": "4.28.5", "@typescript-eslint/parser": "4.28.5", diff --git a/react-front-end/package.json b/react-front-end/package.json index 86d40b18000..1bfcfdf4d92 100644 --- a/react-front-end/package.json +++ b/react-front-end/package.json @@ -80,7 +80,7 @@ "@testing-library/react": "12.0.0", "@testing-library/user-event": "13.2.1", "@types/jest": "26.0.24", - "@types/lodash": "4.14.171", + "@types/lodash": "4.14.172", "@types/luxon": "1.27.1", "@types/node": "16.4.10", "@types/react": "17.0.15",