From 52cafd4197b8f8fe728e9b2991ca719941429f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 04:29:53 +0000 Subject: [PATCH] Bump alpinejs from 3.8.1 to 3.9.1 in /apps/main/assets Bumps [alpinejs](https://github.com/alpinejs/alpine) from 3.8.1 to 3.9.1. - [Release notes](https://github.com/alpinejs/alpine/releases) - [Commits](https://github.com/alpinejs/alpine/compare/v3.8.1...v3.9.1) --- updated-dependencies: - dependency-name: alpinejs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/main/assets/package.json | 2 +- apps/main/assets/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/main/assets/package.json b/apps/main/assets/package.json index 2ce4852..088096a 100644 --- a/apps/main/assets/package.json +++ b/apps/main/assets/package.json @@ -6,7 +6,7 @@ "watch": "webpack --mode development --watch" }, "dependencies": { - "alpinejs": "^3.8.1", + "alpinejs": "^3.9.1", "choices.js": "^10.0.0", "formex": "file:../../../deps/formex", "phoenix": "file:../../../deps/phoenix", diff --git a/apps/main/assets/yarn.lock b/apps/main/assets/yarn.lock index 8436537..ec438aa 100644 --- a/apps/main/assets/yarn.lock +++ b/apps/main/assets/yarn.lock @@ -1222,10 +1222,10 @@ alphanum-sort@^1.0.2: resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= -alpinejs@^3.8.1: - version "3.8.1" - resolved "https://registry.yarnpkg.com/alpinejs/-/alpinejs-3.8.1.tgz#8474606961b4d8886b9ba6e17e9ed3e344e79bfe" - integrity sha512-IZ82+7C2PlzfvgvA6yfyiCzEn9CZGWwpBqqiHBTABOXs8WS6f1a30Va7yOemTgSzW6QGT/iEWRXG/XEbat/X7A== +alpinejs@^3.9.1: + version "3.9.1" + resolved "https://registry.yarnpkg.com/alpinejs/-/alpinejs-3.9.1.tgz#bb21f0d90cb31b1b3891b0da29c9c665d670f058" + integrity sha512-RcNHza1C9hrGEScXP1igFwnP4iTn4cXbT6vhd1gDT6DsZLE8kutG4FRRF1yk2T0poQYMyyxfFlqX865HUHJy3Q== dependencies: "@vue/reactivity" "~3.1.1"