From d7c0868eef6001d604d69dd5675b23dc8159f1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:16:01 +0200 Subject: [PATCH] website: bump @types/lodash from 4.17.18 to 4.17.19 in /website (#15262) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.18 to 4.17.19. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-version: 4.17.19 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index e1e5ec1961..2ffec8c61f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -40,7 +40,7 @@ "@goauthentik/prettier-config": "^1.0.5", "@goauthentik/tsconfig": "^1.0.4", "@trivago/prettier-plugin-sort-imports": "^5.2.2", - "@types/lodash": "^4.17.18", + "@types/lodash": "^4.17.19", "@types/node": "^24.0.4", "@types/postman-collection": "^3.5.11", "@types/react": "^18.3.22", @@ -6581,9 +6581,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.18", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.18.tgz", - "integrity": "sha512-KJ65INaxqxmU6EoCiJmRPZC9H9RVWCRd349tXM2M3O5NA7cY6YL7c0bHAHQ93NOfTObEQ004kd2QVHs/r0+m4g==", + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-NYqRyg/hIQrYPT9lbOeYc3kIRabJDn/k4qQHIXUpx88CBDww2fD15Sg5kbXlW86zm2XEW4g0QxkTI3/Kfkc7xQ==", "dev": true, "license": "MIT" }, diff --git a/website/package.json b/website/package.json index 86cf969062..a2303d094f 100644 --- a/website/package.json +++ b/website/package.json @@ -57,7 +57,7 @@ "@goauthentik/prettier-config": "^1.0.5", "@goauthentik/tsconfig": "^1.0.4", "@trivago/prettier-plugin-sort-imports": "^5.2.2", - "@types/lodash": "^4.17.18", + "@types/lodash": "^4.17.19", "@types/node": "^24.0.4", "@types/postman-collection": "^3.5.11", "@types/react": "^18.3.22",