diff --git a/package-lock.json b/package-lock.json index 1d71f3f..6ff18ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@docusaurus/types": "^3.4.0", "@types/ejs": "^3.1.5", "@types/jsonpath": "^0.2.4", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "camelcase": "^8.0.0", "ejs": "^3.1.10", "jsonpath": "^1.1.1", @@ -6872,10 +6872,11 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==", - "dev": true + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==", + "dev": true, + "license": "MIT" }, "node_modules/@types/luxon": { "version": "3.4.2", diff --git a/package.json b/package.json index f5a059c..e94db0c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@docusaurus/types": "^3.4.0", "@types/ejs": "^3.1.5", "@types/jsonpath": "^0.2.4", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "camelcase": "^8.0.0", "ejs": "^3.1.10", "jsonpath": "^1.1.1",