From 66ab42e5e0f4c2c753a988a16a3cb52ce1f98093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 03:25:38 +0000 Subject: [PATCH] build(deps): bump @rails/ujs from 7.0.8 to 7.1.1 Bumps [@rails/ujs](https://github.com/rails/rails) from 7.0.8 to 7.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.1) --- updated-dependencies: - dependency-name: "@rails/ujs" dependency-type: direct:production update-type: version-update:semver-minor ... 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 e712194c..5494d199 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pmp_idam", "private": true, "dependencies": { - "@rails/ujs": "^7.0.8", + "@rails/ujs": "^7.1.1", "@rails/webpacker": "5.4.4", "accessible-autocomplete": "^2.0.4", "govuk-frontend": "^4.7.0", diff --git a/yarn.lock b/yarn.lock index 08d363f4..605e09ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1094,10 +1094,10 @@ mkdirp "^1.0.4" rimraf "^3.0.2" -"@rails/ujs@^7.0.8": - version "7.0.8" - resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.0.8.tgz#59853367d0827b3955d2c4bedfd5eba4a79d3422" - integrity sha512-tOQQBVH8LsUpGXqDnk+kaOGVsgZ8maHAhEiw3Git3p88q+c0Slgu47HuDnL6sVxeCfz24zbq7dOjsVYDiTpDIA== +"@rails/ujs@^7.1.1": + version "7.1.1" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.1.tgz#f8df96e406a2a824084b637880e57c257073cb05" + integrity sha512-ywGwWNiqXN3Bb1BifVQTrkWEWcAGLHW3D0JNQMQeu57LsoluRzvnenNLPsmdoDPkrmSIASDXNsJiCIpUzFj8CA== "@rails/webpacker@5.4.4": version "5.4.4"