From d91adafa31f1f8db23dc6ad2938e25ed400765d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:03:03 +0000 Subject: [PATCH] chore(deps): bump @rails/ujs from 7.0.8 to 7.1.0 Bumps [@rails/ujs](https://github.com/rails/rails) from 7.0.8 to 7.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.0) --- updated-dependencies: - dependency-name: "@rails/ujs" dependency-type: direct:production update-type: version-update:semver-minor ... 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 5dd1854..e044d3f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@rails/actioncable": "^7.0.8", "@rails/activestorage": "^7.0.8", - "@rails/ujs": "^7.0.8", + "@rails/ujs": "^7.1.0", "@rails/webpacker": "^6.0.0-rc.6", "turbolinks": "^5.2.0", "webpack": "^5.88.2", diff --git a/yarn.lock b/yarn.lock index 379b092..b6fdbf5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1166,10 +1166,10 @@ dependencies: spark-md5 "^3.0.1" -"@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.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.0.tgz#144ec54b1cc53aa24713cafc29bf8a8d52ac3d24" + integrity sha512-cO8+HREI8hhJDaFyzGCA4AL9/EotHYSTz1v7aQmfZmUdanx/ppXe+MPE4dly2/MtC6Ha6K2Dkzo7bkDGc46y6Q== "@rails/webpacker@^6.0.0-rc.6": version "6.0.0-rc.6"