From 66edd1673aa1a757506706a1f78d11c36483b8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 04:03:53 +0000 Subject: [PATCH] Bump @rails/ujs from 6.1.5 to 7.0.4 Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 7.0.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.5...v7.0.4) --- 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 7cc27fabd..1d77f8b38 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.4", "@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 299a9aad2..7208acd02 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.4": + version "7.0.4" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.0.4.tgz#7fe5387d2d82b0547fdfc6667b424ec119c86b1e" + integrity sha512-UY9yQxBvtqXzXScslgPwZoQd16T0+z3P6BQS4lZDJFg5xVuMIgHkHQI6dhyWEt5l/qwbGaYX+YiZu6J+oxWPOw== "@rails/webpacker@^6.0.0-rc.5": version "6.0.0-rc.5"