From 12ba7a8d70678ae9feab5bc3a8a22b4eef36376a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 04:35:38 +0000 Subject: [PATCH] Bump @rails/ujs from 6.1.5 to 7.0.7 Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 7.0.7. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.5...v7.0.7) --- 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..f24b82f5e 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.0.7", "@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..2b19ea27b 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.0.7": + version "7.0.7" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.0.7.tgz#54af8d66160a8a7bf7d8f184703d2bf4b3fab914" + integrity sha512-J2v5Ca7HgejO7diGKiDylaVDQKmbQ5FJih6Oo3hXuBKEuXlcaccJu64lj8MNVLaPVyZx0g4gaOQZQz95QEb/hg== "@rails/webpacker@^6.0.0-rc.5": version "6.0.0-rc.5"