From 119e7dcd4a28482f2871978c168d99fec18694ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 04:56:18 +0000 Subject: [PATCH] Bump @rails/ujs from 6.1.5 to 7.1.0 Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 7.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.5...v7.1.0) --- 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..9f31ef405 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.0", "@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 a765b372e..aeb02ea6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1248,10 +1248,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.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.0.tgz#144ec54b1cc53aa24713cafc29bf8a8d52ac3d24" + integrity sha512-cO8+HREI8hhJDaFyzGCA4AL9/EotHYSTz1v7aQmfZmUdanx/ppXe+MPE4dly2/MtC6Ha6K2Dkzo7bkDGc46y6Q== "@rails/webpacker@^6.0.0-rc.5": version "6.0.0-rc.5"