From 5ea94941e0afd86c00b2edfa2baab361a1ca630a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:16:31 +0000 Subject: [PATCH] Bump alpinejs from 3.14.1 to 3.14.3 Bumps [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs) from 3.14.1 to 3.14.3. - [Release notes](https://github.com/alpinejs/alpine/releases) - [Commits](https://github.com/alpinejs/alpine/commits/v3.14.3/packages/alpinejs) --- updated-dependencies: - dependency-name: alpinejs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- .../theme/keycloak/common/resources/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9d015c2f7ea..80cfd30ce3b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -488,8 +488,8 @@ importers: specifier: ^4.224.5 version: 4.224.5 alpinejs: - specifier: ^3.14.1 - version: 3.14.1 + specifier: ^3.14.3 + version: 3.14.3 jquery: specifier: ^3.7.1 version: 3.7.1 @@ -2069,8 +2069,8 @@ packages: ajv@8.13.0: resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} - alpinejs@3.14.1: - resolution: {integrity: sha512-ICar8UsnRZAYvv/fCNfNeKMXNoXGUfwHrjx7LqXd08zIP95G2d9bAOuaL97re+1mgt/HojqHsfdOLo/A5LuWgQ==} + alpinejs@3.14.3: + resolution: {integrity: sha512-cL8JBEDAm4UeVjTN5QnFl8QgMGUwxFn1GvQvu3RtfAHUrAPRahGihrsWpKnEK9L0QMqsAPk/R8MylMWKHaK33A==} ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} @@ -6816,7 +6816,7 @@ snapshots: require-from-string: 2.0.2 uri-js: 4.4.1 - alpinejs@3.14.1: + alpinejs@3.14.3: 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 fbadb246cd0f..698dcba6dcfa 100644 --- a/themes/src/main/resources/theme/keycloak/common/resources/package.json +++ b/themes/src/main/resources/theme/keycloak/common/resources/package.json @@ -9,7 +9,7 @@ "dependencies": { "@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.3.1", "@patternfly/patternfly": "^4.224.5", - "alpinejs": "^3.14.1", + "alpinejs": "^3.14.3", "jquery": "^3.7.1", "patternfly": "^3.59.5", "react": "^18.3.1",