chore(deps-dev): 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:development
...

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

11
package-lock.json generated
View File

@ -8906,10 +8906,13 @@
"dev": true "dev": true
}, },
"jquery-ui": { "jquery-ui": {
"version": "1.12.1", "version": "1.13.0",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz",
"integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=", "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==",
"dev": true "dev": true,
"requires": {
"jquery": ">=1.8.0 <4.0.0"
}
}, },
"jquery-ui-rotatable": { "jquery-ui-rotatable": {
"version": "1.1.0", "version": "1.1.0",

View File

@ -63,7 +63,7 @@
"husky": "^4.2.5", "husky": "^4.2.5",
"jest": "26.0.1", "jest": "26.0.1",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"jquery-ui": "^1.12.1", "jquery-ui": "^1.13.0",
"keymage": "^1.1.3", "keymage": "^1.1.3",
"pdfjs-dist": "2.6.347", "pdfjs-dist": "2.6.347",
"prettier": "^2.4.1", "prettier": "^2.4.1",