From 0c0edbbd281b0bd49b59fa60203567885c2a3b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:50:04 +0000 Subject: [PATCH] chore(deps): bump @rails/ujs from 7.0.7 to 7.0.8 Bumps [@rails/ujs](https://github.com/rails/rails) from 7.0.7 to 7.0.8. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.7...v7.0.8) --- updated-dependencies: - dependency-name: "@rails/ujs" dependency-type: direct:production update-type: version-update:semver-patch ... 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 b218a80..7a1dccc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@rails/actioncable": "^7.0.7", "@rails/activestorage": "^7.0.7", - "@rails/ujs": "^7.0.7", + "@rails/ujs": "^7.0.8", "@rails/webpacker": "^6.0.0-rc.6", "turbolinks": "^5.2.0", "webpack": "^5.88.2", diff --git a/yarn.lock b/yarn.lock index 840bb69..006caea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1166,10 +1166,10 @@ dependencies: spark-md5 "^3.0.1" -"@rails/ujs@^7.0.7": - version "7.0.7" - resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.0.7.tgz#54af8d66160a8a7bf7d8f184703d2bf4b3fab914" - integrity sha512-J2v5Ca7HgejO7diGKiDylaVDQKmbQ5FJih6Oo3hXuBKEuXlcaccJu64lj8MNVLaPVyZx0g4gaOQZQz95QEb/hg== +"@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/webpacker@^6.0.0-rc.6": version "6.0.0-rc.6"