Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-20 15:29:01 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-20 15:29:01 +0300
commit973fad737a8b8254b083d4cf0fad24c16949390f (patch)
tree8463a0f77339956e312ca8998904a52d6205e8c0
parent027695e45136abe9a53c210f68a0806fb3c95b58 (diff)
Update jquery-ui and jquery-ui-dist to the same new version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--package-lock.json34
-rw-r--r--package.json4
2 files changed, 22 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json
index b42d2e19c00..8c6ade21837 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -43,8 +43,8 @@
"icalzone": "^0.0.1",
"jquery": "~3.3",
"jquery-migrate": "~3.3",
- "jquery-ui": "^1.13.1",
- "jquery-ui-dist": "^1.12.1",
+ "jquery-ui": "^1.13.2",
+ "jquery-ui-dist": "^1.13.2",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^3.0.8",
@@ -17001,17 +17001,20 @@
}
},
"node_modules/jquery-ui": {
- "version": "1.13.1",
- "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.1.tgz",
- "integrity": "sha512-2VlU59N5P4HaumDK1Z3XEVjSvegFbEOQRgpHUBaB2Ak98Axl3hFhJ6RFcNQNuk9SfL6WxIbuLst8dW/U56NSiA==",
+ "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-ui-dist": {
- "version": "1.12.1",
- "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz",
- "integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo="
+ "version": "1.13.2",
+ "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.2.tgz",
+ "integrity": "sha512-oVDRd1NLtTbBwpRKAYdIRgpWVDzeBhfy7Gu0RmY6JEaZtmBq6kDn1pm5SgDiAotrnDS+RoTRXO6xvcNTxA9tOA==",
+ "dependencies": {
+ "jquery": ">=1.8.0 <4.0.0"
+ }
},
"node_modules/js-beautify": {
"version": "1.14.0",
@@ -37064,17 +37067,20 @@
"requires": {}
},
"jquery-ui": {
- "version": "1.13.1",
- "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.1.tgz",
- "integrity": "sha512-2VlU59N5P4HaumDK1Z3XEVjSvegFbEOQRgpHUBaB2Ak98Axl3hFhJ6RFcNQNuk9SfL6WxIbuLst8dW/U56NSiA==",
+ "version": "1.13.2",
+ "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz",
+ "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==",
"requires": {
"jquery": ">=1.8.0 <4.0.0"
}
},
"jquery-ui-dist": {
- "version": "1.12.1",
- "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz",
- "integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo="
+ "version": "1.13.2",
+ "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.2.tgz",
+ "integrity": "sha512-oVDRd1NLtTbBwpRKAYdIRgpWVDzeBhfy7Gu0RmY6JEaZtmBq6kDn1pm5SgDiAotrnDS+RoTRXO6xvcNTxA9tOA==",
+ "requires": {
+ "jquery": ">=1.8.0 <4.0.0"
+ }
},
"js-beautify": {
"version": "1.14.0",
diff --git a/package.json b/package.json
index a6a05559303..88f38f5ab44 100644
--- a/package.json
+++ b/package.json
@@ -59,8 +59,8 @@
"icalzone": "^0.0.1",
"jquery": "~3.3",
"jquery-migrate": "~3.3",
- "jquery-ui": "^1.13.1",
- "jquery-ui-dist": "^1.12.1",
+ "jquery-ui": "^1.13.2",
+ "jquery-ui-dist": "^1.13.2",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^3.0.8",