From 4f0c94e1b126271581b05f1711665c299aacbd5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:26:03 +0000 Subject: [PATCH] Bump alpinejs from 3.14.0 to 3.14.5 Bumps [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs) from 3.14.0 to 3.14.5. - [Release notes](https://github.com/alpinejs/alpine/releases) - [Commits](https://github.com/alpinejs/alpine/commits/v3.14.5/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 | 24 ++++++++++++++----- .../keycloak/common/resources/package.json | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 105c1820..0238e228 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,7 +48,7 @@ importers: specifier: ^15.2.5 version: 15.2.5 prettier: - specifier: ^3.3.2 + specifier: ^3.2.5 version: 3.3.2 tslib: specifier: ^2.6.3 @@ -454,9 +454,15 @@ importers: themes/src/main/resources/theme/keycloak/common/resources: dependencies: + '@patternfly-v5/patternfly': + specifier: npm:@patternfly/patternfly@^5.3.1 + version: '@patternfly/patternfly@5.3.1' + '@patternfly/patternfly': + specifier: ^4.224.5 + version: 4.224.5 alpinejs: - specifier: ^3.14.0 - version: 3.14.0 + specifier: ^3.14.5 + version: 3.14.5 jquery: specifier: ^3.7.1 version: 3.7.1 @@ -986,6 +992,9 @@ packages: '@octokit/types@13.5.0': resolution: {integrity: sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==} + '@patternfly/patternfly@4.224.5': + resolution: {integrity: sha512-io0huj+LCP5FgDZJDaLv1snxktTYs8iCFz/W1VDRneYoebNHLmGfQdF7Yn8bS6PF7qmN6oJKEBlq3AjmmE8vdA==} + '@patternfly/patternfly@5.3.1': resolution: {integrity: sha512-KYIr9pKRTzHZNGuDuaa5j5CaZyLltvotPFGG1BiJalBDBGSOyk0BZCgHLowm4txKZXrLhorEuuv9XLrMQL8eoA==} @@ -1876,8 +1885,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.5: + resolution: {integrity: sha512-S2Y9s15ONh9SiStZ8h7UYmCzMfM7chB4ddGHv2G1IXzAOrTVci01UcsafMgIOefjfiUXxPs3kPBzoYcyMZ2TZA==} ansi-colors@4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} @@ -2764,6 +2773,7 @@ packages: eslint@8.57.0: resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@10.0.1: @@ -5608,6 +5618,8 @@ snapshots: dependencies: '@octokit/openapi-types': 22.2.0 + '@patternfly/patternfly@4.224.5': {} + '@patternfly/patternfly@5.3.1': {} '@patternfly/react-code-editor@5.3.3(monaco-editor@0.49.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -6627,7 +6639,7 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - alpinejs@3.14.0: + alpinejs@3.14.5: 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 10b3df2f..a20a6c61 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.5", "jquery": "^3.7.1", "patternfly": "^3.59.5", "react": "^18.3.1",