From c8048e39c0a2390dffebac09a421daf356935ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 04:35:00 +0000 Subject: [PATCH] Bump @rails/ujs from 6.1.5 to 7.1.3 Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 7.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.5...v7.1.3) --- updated-dependencies: - dependency-name: "@rails/ujs" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98b324461..cb082b3d5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@fortawesome/fontawesome-free": "^5.15.4", "@rails/actioncable": "latest", "@rails/activestorage": "latest", - "@rails/ujs": "^6.1.5", + "@rails/ujs": "^7.1.3", "@rails/webpacker": "^6.0.0-rc.5", "animate.css": "^4.1.1", "autoprefixer": "^9.8.8", diff --git a/yarn.lock b/yarn.lock index 73d1eb279..c6513d63c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1347,10 +1347,10 @@ dependencies: spark-md5 "^3.0.0" -"@rails/ujs@^6.1.5": - version "6.1.5" - resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.5.tgz#bb1afddd0d771f00924f44b21634969e329532e1" - integrity sha512-Ir4yd2fdDldWIghavPr874copVKf6OOoecKHZiFRlPtm38tFvhyxr+ywzNieXGwolF9JQe3D5GrM8ejkzUgh5Q== +"@rails/ujs@^7.1.3": + version "7.1.3" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.3.tgz#6d94a68b7da5046147d31716e0c187a4ead4fb93" + integrity sha512-FxtgKNvvIonoBE1TK7U10VMf6CYvzq8SIZ1XZ1Q8zcn/BEXzPzid3zC9qFiojuI5WXVwWhO8GFqApq0stD+OqQ== "@rails/webpacker@^6.0.0-rc.5": version "6.0.0-rc.5"