From 96a916a41af7643b8a4c524b671fa0d51a94abb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:38:24 +0100 Subject: [PATCH] chore(deps-dev): bump @types/lodash from 4.17.10 to 4.17.12 (#414) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",