Merge pull request #5285 from consuldemocracy/dependabot/npm_and_yarn/jquery-ujs-1.2.3

Bump jquery-ujs from 1.2.2 to 1.2.3
This commit is contained in:
Javi Martín
2023-10-18 18:20:48 +02:00
committed by GitHub
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"
} }
} }