From e65c87dc484ef697c37ab467267f08ffa3d9c8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 19:29:39 +0000 Subject: [PATCH] Bump @rails/ujs from 6.1.3 to 7.0.4 Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.3 to 7.0.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3...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-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fae22b2..ebedfdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1011,9 +1011,9 @@ } }, "@rails/ujs": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-6.1.3.tgz", - "integrity": "sha512-9mip5o+LVouWAqLMNJWhxda+D5uP+4RziNECgOGJlL6k3rc5SC/ljCHpV9Cym4i3oeGZkpZJ2tu4frCwt84kzQ==" + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.0.4.tgz", + "integrity": "sha512-UY9yQxBvtqXzXScslgPwZoQd16T0+z3P6BQS4lZDJFg5xVuMIgHkHQI6dhyWEt5l/qwbGaYX+YiZu6J+oxWPOw==" }, "@rails/webpacker": { "version": "5.3.0", diff --git a/package.json b/package.json index ab4eedc..efa7645 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@rails/actioncable": "^6.1.3", "@rails/activestorage": "^6.1.3", - "@rails/ujs": "^6.1.3", + "@rails/ujs": "^7.0.4", "@rails/webpacker": "5.3.0", "jquery": "^3.6.0", "turbolinks": "^5.2.0" diff --git a/yarn.lock b/yarn.lock index e16f9df..f0a447f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -945,10 +945,10 @@ dependencies: spark-md5 "^3.0.0" -"@rails/ujs@^6.1.3": - version "6.1.3" - resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.3.tgz#90ef26caa0925492b1a3b1495db09cfbe49e745e" - integrity sha512-9mip5o+LVouWAqLMNJWhxda+D5uP+4RziNECgOGJlL6k3rc5SC/ljCHpV9Cym4i3oeGZkpZJ2tu4frCwt84kzQ== +"@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@5.3.0": version "5.3.0"