From 379f66b818b5728246b01edde1d4c550165f5989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:35:53 +0000 Subject: [PATCH] build(deps): bump @rails/ujs from 7.1.502 to 7.1.600 Bumps [@rails/ujs](https://github.com/rails/rails) from 7.1.502 to 7.1.600. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) --- updated-dependencies: - dependency-name: "@rails/ujs" dependency-version: 7.1.600 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f717ebce0..3608ecd066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@rails/actioncable": "^8.1.100", "@rails/actiontext": "^8.1.100", "@rails/activestorage": "^8.1.0", - "@rails/ujs": "^7.1.502", + "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "add-to-calendar-button": "^2.12.12", "bootstrap": "5.3.6", @@ -3923,9 +3923,9 @@ } }, "node_modules/@rails/ujs": { - "version": "7.1.502", - "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.1.502.tgz", - "integrity": "sha512-SFtA5X59BimNG8cy60pgZhPf1bGpg5KXVYF6Jj5H5hrwwNXKNmD2yNZhHC+WfuLqBN+972cZHR9Fto6nJQz+Xw==", + "version": "7.1.600", + "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.1.600.tgz", + "integrity": "sha512-ntMYJ8++n1zcIJ1g75or7Va9IU3ueCHgp9IJk7Ny7eFEbu0Kx40EHZ2FNhoxoUEjlF5NifCFCbvoK5rDK5HpIQ==", "license": "MIT" }, "node_modules/@rtsao/scc": { diff --git a/package.json b/package.json index 786d9c8f8d..826315bb70 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@rails/actioncable": "^8.1.100", "@rails/actiontext": "^8.1.100", "@rails/activestorage": "^8.1.0", - "@rails/ujs": "^7.1.502", + "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "add-to-calendar-button": "^2.12.12", "bootstrap": "5.3.6",