Merge pull request #5287 from consuldemocracy/dependabot/npm_and_yarn/jquery-ui-1.13.2

Bump jquery-ui from 1.12.1 to 1.13.2
This commit is contained in:
Javi Martín
2023-10-18 18:54:15 +02:00
committed by GitHub
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@@ -7,7 +7,7 @@
"name": "consuldemocracy",
"dependencies": {
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"jquery-ui": "^1.13.2",
"jquery-ujs": "^1.2.3"
}
},
@@ -17,9 +17,12 @@
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
},
"node_modules/jquery-ui": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz",
"integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA=="
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz",
"integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==",
"dependencies": {
"jquery": ">=1.8.0 <4.0.0"
}
},
"node_modules/jquery-ujs": {
"version": "1.2.3",

View File

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