Bump jquery-ui from 1.12.1 to 1.13.0

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

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-26 15:20:48 +00:00 committed by GitHub
parent 3cfb984b2d
commit 847eccef75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 8 deletions

20
package-lock.json generated
View File

@ -15,7 +15,7 @@
"jquery": "^3.5.1",
"jquery-form": "^4.3.0",
"jquery-toast-plugin": "^1.3.2",
"jquery-ui": "^1.12.1",
"jquery-ui": "^1.13.0",
"json3": "^3.3.3",
"modernizr": "^3.11.3"
}
@ -199,9 +199,12 @@
"integrity": "sha512-0j/nfqA2FHFuJXp8QL33EVVCY//TDVfq4LULhTbasZYl2aZlX6YiSF5IGrI31dQiS9S4JkXBUfX3rMJcfl/u/g=="
},
"node_modules/jquery-ui": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz",
"integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE="
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz",
"integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==",
"dependencies": {
"jquery": ">=1.8.0 <4.0.0"
}
},
"node_modules/json3": {
"version": "3.3.3",
@ -591,9 +594,12 @@
"integrity": "sha512-0j/nfqA2FHFuJXp8QL33EVVCY//TDVfq4LULhTbasZYl2aZlX6YiSF5IGrI31dQiS9S4JkXBUfX3rMJcfl/u/g=="
},
"jquery-ui": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz",
"integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE="
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz",
"integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==",
"requires": {
"jquery": ">=1.8.0 <4.0.0"
}
},
"json3": {
"version": "3.3.3",

View File

@ -48,7 +48,7 @@
"jquery": "^3.5.1",
"jquery-form": "^4.3.0",
"jquery-toast-plugin": "^1.3.2",
"jquery-ui": "^1.12.1",
"jquery-ui": "^1.13.0",
"json3": "^3.3.3",
"modernizr": "^3.11.3"
}