From 763a952d5692127e690b941d86b5f2bac3fd560e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 04:08:56 +0000 Subject: [PATCH] Bump @rails/ujs from 6.1.3 to 7.0.3 Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.3 to 7.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v7.0.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 9ffe179..7cb7ce6 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.3", "@rails/webpacker": "5.3.0", "@tailwindcss/forms": "^0.3.2", "autoprefixer": "^9", diff --git a/yarn.lock b/yarn.lock index 5673b5f..23d8d4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -895,10 +895,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.3": + version "7.0.3" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.0.3.tgz#3bb98db34460ad61ef3cd2684401a444a0347bbb" + integrity sha512-u/F5LOFD1255859xEmb+3dHEI9Gnh5zVsjp6Pc++GGoMUei8vfOEPE9pvWuK01PbarIFfZz5D658gFRhs3dVpw== "@rails/webpacker@5.3.0": version "5.3.0"