diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index c425af5ffe..744a146fd5 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@keycloak/keycloak-admin-client": "workspace:*", "@playwright/test": "^1.39.0", - "@types/lodash-es": "^4.17.10", + "@types/lodash-es": "^4.17.11", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react-swc": "^3.4.1", diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index c45ce73d3d..dc294ed937 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -95,7 +95,7 @@ "@testing-library/react": "^14.1.0", "@types/dagre": "^0.7.52", "@types/file-saver": "^2.0.7", - "@types/lodash-es": "^4.17.10", + "@types/lodash-es": "^4.17.11", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@types/uuid": "^9.0.7", diff --git a/js/libs/keycloak-admin-client/package.json b/js/libs/keycloak-admin-client/package.json index 6cd0b87450..5e40aed757 100644 --- a/js/libs/keycloak-admin-client/package.json +++ b/js/libs/keycloak-admin-client/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@faker-js/faker": "^8.2.0", "@types/chai": "^4.3.10", - "@types/lodash-es": "^4.17.10", + "@types/lodash-es": "^4.17.11", "@types/mocha": "^10.0.4", "@types/node": "^20.9.0", "chai": "^4.3.10", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 85a5a723d2..0977e6f88e 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -49,7 +49,7 @@ "react-hook-form": "7.48.2" }, "devDependencies": { - "@types/lodash-es": "^4.17.9", + "@types/lodash-es": "^4.17.11", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react-swc": "^3.4.1", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 77f8a3078d..ca4c866c51 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -121,8 +121,8 @@ importers: specifier: ^1.39.0 version: 1.39.0 '@types/lodash-es': - specifier: ^4.17.10 - version: 4.17.10 + specifier: ^4.17.11 + version: 4.17.11 '@types/react': specifier: ^18.2.37 version: 18.2.37 @@ -245,8 +245,8 @@ importers: specifier: ^2.0.7 version: 2.0.7 '@types/lodash-es': - specifier: ^4.17.10 - version: 4.17.10 + specifier: ^4.17.11 + version: 4.17.11 '@types/react': specifier: ^18.2.37 version: 18.2.37 @@ -333,8 +333,8 @@ importers: specifier: ^4.3.10 version: 4.3.10 '@types/lodash-es': - specifier: ^4.17.10 - version: 4.17.10 + specifier: ^4.17.11 + version: 4.17.11 '@types/mocha': specifier: ^10.0.4 version: 10.0.4 @@ -450,8 +450,8 @@ importers: version: 7.48.2(react@18.2.0) devDependencies: '@types/lodash-es': - specifier: ^4.17.9 - version: 4.17.10 + specifier: ^4.17.11 + version: 4.17.11 '@types/react': specifier: ^18.2.37 version: 18.2.37 @@ -1959,8 +1959,8 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/lodash-es@4.17.10: - resolution: {integrity: sha512-YJP+w/2khSBwbUSFdGsSqmDvmnN3cCKoPOL7Zjle6s30ZtemkkqhjVfFqGwPN7ASil5VyjE2GtyU/yqYY6mC0A==} + /@types/lodash-es@4.17.11: + resolution: {integrity: sha512-eCw8FYAWHt2DDl77s+AMLLzPn310LKohruumpucZI4oOFJkIgnlaJcy23OKMJxx4r9PeTF13Gv6w+jqjWQaYUg==} dependencies: '@types/lodash': 4.14.200 dev: true