diff --git a/package-lock.json b/package-lock.json index 2a56985b..243ae93b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "highlight.js": "^11.11.1", "inline-source": "^8.0.2", "jsdom": "^22.1.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mjml": "^4.15.3", "nightwind": "^1.1.13", "perl-regex": "^1.0.4", @@ -1258,7 +1258,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001726", "electron-to-chromium": "^1.5.173", @@ -3844,9 +3843,9 @@ } }, "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.sortby": { @@ -5323,7 +5322,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -5680,7 +5678,6 @@ "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", "license": "Apache-2.0", - "peer": true, "dependencies": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", @@ -6671,7 +6668,6 @@ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "license": "MIT", - "peer": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index f54f97c2..d5e20f48 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "highlight.js": "^11.11.1", "inline-source": "^8.0.2", "jsdom": "^22.1.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mjml": "^4.15.3", "nightwind": "^1.1.13", "perl-regex": "^1.0.4",