diff options
-rw-r--r-- | FrontEnd/package-lock.json | 28 | ||||
-rw-r--r-- | FrontEnd/package.json | 4 |
2 files changed, 16 insertions, 16 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index dde0c066..35e7f9dd 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -17,7 +17,7 @@ "i18next": "^19.8.9", "i18next-browser-languagedetector": "^6.0.1", "localforage": "^1.9.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "pepjs": "^0.5.3", "react": "^17.0.1", "react-bootstrap": "^1.5.0", @@ -75,7 +75,7 @@ "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "5.1.0", + "html-webpack-plugin": "5.2.0", "http-server": "^0.12.3", "mini-css-extract-plugin": "^1.3.8", "postcss": "^8.2.6", @@ -7268,9 +7268,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.1.0.tgz", - "integrity": "sha512-2axkp+2NHmvHUWrKe1dY4LyM3WatQEdFChr42OY7R/Ad7f0AQzaKscGCcqN/FtQBxo8rdfJP7M3RMFDttqok3g==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.2.0.tgz", + "integrity": "sha512-0wkVlJKq7edCN793gdLgdAm5m196qI2vb5SGXy4AtGOFB/lYKyS10+3Vkhe6Bo0acddAW3QVw+0ysgWoko/IEQ==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^5.0.0", @@ -8508,9 +8508,9 @@ } }, "node_modules/lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash-es": { "version": "4.17.20", @@ -21726,9 +21726,9 @@ } }, "html-webpack-plugin": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.1.0.tgz", - "integrity": "sha512-2axkp+2NHmvHUWrKe1dY4LyM3WatQEdFChr42OY7R/Ad7f0AQzaKscGCcqN/FtQBxo8rdfJP7M3RMFDttqok3g==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.2.0.tgz", + "integrity": "sha512-0wkVlJKq7edCN793gdLgdAm5m196qI2vb5SGXy4AtGOFB/lYKyS10+3Vkhe6Bo0acddAW3QVw+0ysgWoko/IEQ==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", @@ -22686,9 +22686,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash-es": { "version": "4.17.20", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index d3a869e7..d618bc9f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -15,7 +15,7 @@ "i18next": "^19.8.9",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
- "lodash": "^4.17.20",
+ "lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
"react-bootstrap": "^1.5.0",
@@ -90,7 +90,7 @@ "eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
- "html-webpack-plugin": "5.1.0",
+ "html-webpack-plugin": "5.2.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.8",
"postcss": "^8.2.6",
|