From 9cbad7d5a6ad483b0fbbe32df5628b5b9c3317f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:54:13 +0000 Subject: [PATCH] Bump jquery-ujs from 1.2.2 to 1.2.3 Bumps [jquery-ujs](https://github.com/rails/jquery-ujs) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/rails/jquery-ujs/releases) - [Changelog](https://github.com/rails/jquery-ujs/blob/master/RELEASE.md) - [Commits](https://github.com/rails/jquery-ujs/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: jquery-ujs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac8a092f3..898e2a343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "jquery": "^3.6.0", "jquery-ui": "^1.12.1", - "jquery-ujs": "^1.2.2" + "jquery-ujs": "^1.2.3" } }, "node_modules/jquery": { @@ -22,10 +22,10 @@ "integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA==" }, "node_modules/jquery-ujs": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/jquery-ujs/-/jquery-ujs-1.2.2.tgz", - "integrity": "sha512-8AlF0ww/8mDdrT/Z2Nmv16r9LI2Xw/H3LiHNpPJYp4gnk/zIAfJTnhLcBRm6FZqQ/bWfW/rPl6j16lhO35DvOg==", - "dependencies": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jquery-ujs/-/jquery-ujs-1.2.3.tgz", + "integrity": "sha512-59wvfx5vcCTHMeQT1/OwFiAj+UffLIwjRIoXdpO7Z7BCFGepzq9T9oLVeoItjTqjoXfUrHJvV7QU6pUR+UzOoA==", + "peerDependencies": { "jquery": ">=1.8.0" } } diff --git a/package.json b/package.json index 7f108272f..7a06e164d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "dependencies": { "jquery": "^3.6.0", "jquery-ui": "^1.12.1", - "jquery-ujs": "^1.2.2" + "jquery-ujs": "^1.2.3" } }