Bump jquery-ui from 1.12.1 to 1.13.2

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

---
updated-dependencies:
- dependency-name: jquery-ui
  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:21:38 +00:00
committed by GitHub
parent 087a8b24d3
commit 874ed76e28
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"
}
}