From ef3b298bd778624df1d4a74e67adda0c1da42d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:05:20 +0000 Subject: [PATCH] build(deps): bump @rails/ujs from 6.1.5 to 7.1.501 Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 7.1.501. - [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-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c4dac6ad..d77e02369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@hotwired/stimulus": "^3.2.1", "@hotwired/turbo": "^7.2.2", - "@rails/ujs": "^6.1.5", + "@rails/ujs": "^7.1.501", "@yaireo/tagify": "^3.25.0", "apexcharts": "^3.36.3", "clipboard-polyfill": "^3.0.3", @@ -729,9 +729,10 @@ } }, "node_modules/@rails/ujs": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-6.1.5.tgz", - "integrity": "sha512-Ir4yd2fdDldWIghavPr874copVKf6OOoecKHZiFRlPtm38tFvhyxr+ywzNieXGwolF9JQe3D5GrM8ejkzUgh5Q==" + "version": "7.1.501", + "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.1.501.tgz", + "integrity": "sha512-7EDRGUlgns12IgP3SXVSaxA3CwRzbLOypPXn1EqEZiZ/NS/PwaQ/oa7Z2VRO4B46JifoVr0PYg+G5ERSGQJHxQ==", + "license": "MIT" }, "node_modules/@trysound/sax": { "version": "0.2.0", @@ -4683,9 +4684,9 @@ } }, "@rails/ujs": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-6.1.5.tgz", - "integrity": "sha512-Ir4yd2fdDldWIghavPr874copVKf6OOoecKHZiFRlPtm38tFvhyxr+ywzNieXGwolF9JQe3D5GrM8ejkzUgh5Q==" + "version": "7.1.501", + "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.1.501.tgz", + "integrity": "sha512-7EDRGUlgns12IgP3SXVSaxA3CwRzbLOypPXn1EqEZiZ/NS/PwaQ/oa7Z2VRO4B46JifoVr0PYg+G5ERSGQJHxQ==" }, "@trysound/sax": { "version": "0.2.0", diff --git a/package.json b/package.json index 6fafcd8ce..86ef21331 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@hotwired/stimulus": "^3.2.1", "@hotwired/turbo": "^7.2.2", - "@rails/ujs": "^6.1.5", + "@rails/ujs": "^7.1.501", "@yaireo/tagify": "^3.25.0", "apexcharts": "^3.36.3", "clipboard-polyfill": "^3.0.3",