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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-18 12:54:13 +00:00
committed by GitHub
parent ed705525cf
commit 9cbad7d5a6
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"jquery": "^3.6.0", "jquery": "^3.6.0",
"jquery-ui": "^1.12.1", "jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2" "jquery-ujs": "^1.2.3"
} }
}, },
"node_modules/jquery": { "node_modules/jquery": {
@@ -22,10 +22,10 @@
"integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA==" "integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA=="
}, },
"node_modules/jquery-ujs": { "node_modules/jquery-ujs": {
"version": "1.2.2", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/jquery-ujs/-/jquery-ujs-1.2.2.tgz", "resolved": "https://registry.npmjs.org/jquery-ujs/-/jquery-ujs-1.2.3.tgz",
"integrity": "sha512-8AlF0ww/8mDdrT/Z2Nmv16r9LI2Xw/H3LiHNpPJYp4gnk/zIAfJTnhLcBRm6FZqQ/bWfW/rPl6j16lhO35DvOg==", "integrity": "sha512-59wvfx5vcCTHMeQT1/OwFiAj+UffLIwjRIoXdpO7Z7BCFGepzq9T9oLVeoItjTqjoXfUrHJvV7QU6pUR+UzOoA==",
"dependencies": { "peerDependencies": {
"jquery": ">=1.8.0" "jquery": ">=1.8.0"
} }
} }

View File

@@ -3,6 +3,6 @@
"dependencies": { "dependencies": {
"jquery": "^3.6.0", "jquery": "^3.6.0",
"jquery-ui": "^1.12.1", "jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2" "jquery-ujs": "^1.2.3"
} }
} }