From d265187f32c5d802bfb5d304e1d0ccb5f682f8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:28:44 +0000 Subject: [PATCH] chore(deps): bump @rails/ujs from 7.1.401 to 7.1.402 Bumps [@rails/ujs](https://github.com/rails/rails) from 7.1.401 to 7.1.402. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) --- 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 d247cc5..c85c8bd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@rails/actioncable": "^7.2.101", "@rails/activestorage": "^7.2.102", - "@rails/ujs": "^7.1.401", + "@rails/ujs": "^7.1.402", "@rails/webpacker": "^6.0.0-rc.6", "turbolinks": "^5.2.0", "webpack": "^5.95.0", diff --git a/yarn.lock b/yarn.lock index a3b7c56..c02ace4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1205,10 +1205,10 @@ dependencies: spark-md5 "^3.0.1" -"@rails/ujs@^7.1.401": - version "7.1.401" - resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.401.tgz#b91ad91228f96ded6c3840c0e3c007f56d2be7c9" - integrity sha512-vyBrYC+3wY3Sb6kcTeFG2L18jygcB27sv50tGGFONwOoMcmlltLm/2J8wB9KifQkRl87B86kLmyFywvhELcnTQ== +"@rails/ujs@^7.1.402": + version "7.1.402" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.402.tgz#5d4e7e5d1e2e22df081bf5693fc75f0725635130" + integrity sha512-q9dDlIR+anDtuGcV56rLnqHAxtWo8vkSnvfFt7juthvHc+97NEtGlnM++uhvnlDbR+7EGkX8nGqQIF8R93oWMQ== "@rails/webpacker@^6.0.0-rc.6": version "6.0.0-rc.6"