Bump jquery from 3.6.0 to 3.7.1

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-18 16:55:04 +00:00
committed by Javi Martín
parent e0435153ef
commit 8e27953d78
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -6,15 +6,15 @@
"": { "": {
"name": "consuldemocracy", "name": "consuldemocracy",
"dependencies": { "dependencies": {
"jquery": "^3.6.0", "jquery": "^3.7.1",
"jquery-ui": "^1.13.2", "jquery-ui": "^1.13.2",
"jquery-ujs": "^1.2.3" "jquery-ujs": "^1.2.3"
} }
}, },
"node_modules/jquery": { "node_modules/jquery": {
"version": "3.6.0", "version": "3.7.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
}, },
"node_modules/jquery-ui": { "node_modules/jquery-ui": {
"version": "1.13.2", "version": "1.13.2",

View File

@@ -1,7 +1,7 @@
{ {
"name": "consuldemocracy", "name": "consuldemocracy",
"dependencies": { "dependencies": {
"jquery": "^3.6.0", "jquery": "^3.7.1",
"jquery-ui": "^1.13.2", "jquery-ui": "^1.13.2",
"jquery-ujs": "^1.2.3" "jquery-ujs": "^1.2.3"
} }