diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78e544d76efa..070273da22e9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -464,8 +464,8 @@ importers: specifier: ^4.224.5 version: 4.224.5 alpinejs: - specifier: ^3.14.0 - version: 3.14.0 + specifier: ^3.14.1 + version: 3.14.1 jquery: specifier: ^3.7.1 version: 3.7.1 @@ -1854,8 +1854,8 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - alpinejs@3.14.0: - resolution: {integrity: sha512-YCWF95PMJqePe9ll6KMyDt/nLhh2R7RhqBf4loEmLzIskcHque4Br/9UgAa6cw13H0Cm3FM9e1hzDwP5z5wlDA==} + alpinejs@3.14.1: + resolution: {integrity: sha512-ICar8UsnRZAYvv/fCNfNeKMXNoXGUfwHrjx7LqXd08zIP95G2d9bAOuaL97re+1mgt/HojqHsfdOLo/A5LuWgQ==} ansi-colors@4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} @@ -6462,7 +6462,7 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - alpinejs@3.14.0: + alpinejs@3.14.1: dependencies: '@vue/reactivity': 3.1.5 diff --git a/themes/src/main/resources/theme/keycloak/common/resources/package.json b/themes/src/main/resources/theme/keycloak/common/resources/package.json index a0494edee30e..8cc10ffc6d45 100644 --- a/themes/src/main/resources/theme/keycloak/common/resources/package.json +++ b/themes/src/main/resources/theme/keycloak/common/resources/package.json @@ -8,7 +8,7 @@ "dependencies": { "@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.3.1", "@patternfly/patternfly": "^4.224.5", - "alpinejs": "^3.14.0", + "alpinejs": "^3.14.1", "jquery": "^3.7.1", "patternfly": "^3.59.5", "react": "^18.3.1",