From 5e0a9d4266673fad9c0df15a4991ee9f43d8269e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 01:13:33 +0000 Subject: [PATCH] feat: upgrade @rails/ujs from 6.0.3 to 7.1.3 Snyk has created this PR to upgrade @rails/ujs from 6.0.3 to 7.1.3. See this package in yarn: @rails/ujs See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/02324b35-5d7d-4b88-9888-c359e4c6cdf1?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6bfc4cf..3afb61d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@rails/actioncable": "^6.0.0", "@rails/activestorage": "^6.0.0", - "@rails/ujs": "^6.0.0", + "@rails/ujs": "^7.1.3", "@rails/webpacker": "^5.4", "turbolinks": "^5.2.0" }, diff --git a/yarn.lock b/yarn.lock index 039c468..03fa059 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1091,10 +1091,10 @@ dependencies: spark-md5 "^3.0.0" -"@rails/ujs@^6.0.0": - version "6.0.3" - resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.0.3.tgz#e68a03278e30daea6a110aac5dfa33c60c53055d" - integrity sha512-CM9OEvoN9eXkaX7PXEnbsQLULJ97b9rVmwliZbz/iBOERLJ68Rk3ClJe+fQEMKU4CBZfky2lIRnfslOdUs9SLQ== +"@rails/ujs@^7.1.3": + version "7.1.3" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.3.tgz#6d94a68b7da5046147d31716e0c187a4ead4fb93" + integrity sha512-FxtgKNvvIonoBE1TK7U10VMf6CYvzq8SIZ1XZ1Q8zcn/BEXzPzid3zC9qFiojuI5WXVwWhO8GFqApq0stD+OqQ== "@rails/webpacker@^5.4": version "5.4.4"