From 91d4c4ca0a3b8cb9ead20f8be6adc45c925d6547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:51:10 +0000 Subject: [PATCH] build(deps): bump @rails/ujs from 7.0.8 to 7.1.2 in /test/dummy Bumps [@rails/ujs](https://github.com/rails/rails) from 7.0.8 to 7.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.2) --- updated-dependencies: - dependency-name: "@rails/ujs" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/dummy/package.json | 2 +- test/dummy/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/dummy/package.json b/test/dummy/package.json index 1f22745..8626eaa 100644 --- a/test/dummy/package.json +++ b/test/dummy/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@rails/ujs": "^7.0.8", + "@rails/ujs": "^7.1.2", "@rails/webpacker": "^5.4.4", "axios": "^1.5.0", "turbolinks": "^5.2.0" diff --git a/test/dummy/yarn.lock b/test/dummy/yarn.lock index 974ae88..745f7bb 100644 --- a/test/dummy/yarn.lock +++ b/test/dummy/yarn.lock @@ -1102,10 +1102,10 @@ dependencies: mkdirp "^1.0.4" -"@rails/ujs@^7.0.8": - version "7.0.8" - resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.0.8.tgz#59853367d0827b3955d2c4bedfd5eba4a79d3422" - integrity sha512-tOQQBVH8LsUpGXqDnk+kaOGVsgZ8maHAhEiw3Git3p88q+c0Slgu47HuDnL6sVxeCfz24zbq7dOjsVYDiTpDIA== +"@rails/ujs@^7.1.2": + version "7.1.2" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.2.tgz#ea903bcc0224e17156015d995b6f1b83e27d64b2" + integrity sha512-c5x02djEKEVVE4qfN4XgElJS4biM0xxtIVpcJ0ZHLK116U19rowTtmD0AJ/RCb3Xaewa4GPIWLlwgeC0dCQqzw== "@rails/webpacker@^5.4.4": version "5.4.4"