diff --git a/package-lock.json b/package-lock.json index 77b86fc0..4f5fefe5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@tsconfig/svelte": "^5.0.4", "@types/jest": "^29.5.13", "@types/jquery": "^3.5.31", - "@types/lodash": "^4.17.10", + "@types/lodash": "^4.17.12", "autoprefixer": "^10.4.20", "fs-extra": "^11.2.0", "jest": "^29.7.0", @@ -1691,9 +1691,9 @@ "peer": true }, "node_modules/@types/lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", "dev": true }, "node_modules/@types/node": { @@ -7544,9 +7544,9 @@ "peer": true }, "@types/lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 7624b88e..be7aa55e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@tsconfig/svelte": "^5.0.4", "@types/jest": "^29.5.13", "@types/jquery": "^3.5.31", - "@types/lodash": "^4.17.10", + "@types/lodash": "^4.17.12", "autoprefixer": "^10.4.20", "fs-extra": "^11.2.0", "jest": "^29.7.0",