From 519872716a651d624b22847f4ba9ebb44a06f85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:13:49 +0000 Subject: [PATCH] Bump @rails/ujs from 6.1.5 to 7.0.8 Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 7.0.8. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.5...v7.0.8) --- updated-dependencies: - dependency-name: "@rails/ujs" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09050f7ea..0d74d737c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -333,9 +333,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.0.8", + "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.0.8.tgz", + "integrity": "sha512-tOQQBVH8LsUpGXqDnk+kaOGVsgZ8maHAhEiw3Git3p88q+c0Slgu47HuDnL6sVxeCfz24zbq7dOjsVYDiTpDIA==" }, "@trysound/sax": { "version": "0.2.0", diff --git a/package.json b/package.json index cff08ae86..69d684fa4 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.0.8", "@yaireo/tagify": "^3.25.0", "apexcharts": "^3.36.3", "clipboard-polyfill": "^3.0.3",