diff --git a/package-lock.json b/package-lock.json index 6084610..96cfcf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dropzone": "^5.9.3", "enumify": "^2.0.0", "jquery": "^3.7.1", - "lodash": "4.17.21", + "lodash": "4.17.23", "reveal.js": "^5.2.1", "simple-masonry": "1.0.5", "whatwg-fetch": "^3.6.20" @@ -3605,6 +3605,7 @@ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=10" }, @@ -4356,9 +4357,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", diff --git a/package.json b/package.json index 7c07cee..ee76391 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dropzone": "^5.9.3", "enumify": "^2.0.0", "jquery": "^3.7.1", - "lodash": "4.17.21", + "lodash": "4.17.23", "reveal.js": "^5.2.1", "simple-masonry": "1.0.5", "whatwg-fetch": "^3.6.20"