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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-12 10:56:52 +0300
committerGitHub <noreply@github.com>2022-11-12 10:56:52 +0300
commit662dd6f073aface25e7ab1eee1fa5ce44ccef823 (patch)
treec9809bbd86937c165092222fe96e1899cb3666c4
parent026bbf3f4c8ebb702bc51cf367926cb72958c3e1 (diff)
parentd4c7a1a3a18d94d3edd829b4fe8e430eed751bd0 (diff)
Merge pull request #2614 from nextcloud/dependabot/npm_and_yarn/vue-2.7.14
-rw-r--r--package-lock.json30
-rw-r--r--package.json2
2 files changed, 16 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json
index 2bcb24a3..2bd0ce7c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,7 +19,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.4.0",
- "vue": "^2.7.13"
+ "vue": "^2.7.14"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
@@ -2611,9 +2611,9 @@
}
},
"node_modules/@vue/compiler-sfc": {
- "version": "2.7.13",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.13.tgz",
- "integrity": "sha512-zzu2rLRZlgIU+OT3Atbr7Y6PG+LW4wVQpPfNRrGDH3dM9PsrcVfa+1pKb8bW467bGM3aDOvAnsYLWVpYIv3GRg==",
+ "version": "2.7.14",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz",
+ "integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==",
"dependencies": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -10885,11 +10885,11 @@
"peer": true
},
"node_modules/vue": {
- "version": "2.7.13",
- "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.13.tgz",
- "integrity": "sha512-QnM6ULTNnPmn71eUO+4hdjfBIA3H0GLsBnchnI/kS678tjI45GOUZhXd0oP/gX9isikXz1PAzSnkPspp9EUNfQ==",
+ "version": "2.7.14",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz",
+ "integrity": "sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==",
"dependencies": {
- "@vue/compiler-sfc": "2.7.13",
+ "@vue/compiler-sfc": "2.7.14",
"csstype": "^3.1.0"
}
},
@@ -13592,9 +13592,9 @@
}
},
"@vue/compiler-sfc": {
- "version": "2.7.13",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.13.tgz",
- "integrity": "sha512-zzu2rLRZlgIU+OT3Atbr7Y6PG+LW4wVQpPfNRrGDH3dM9PsrcVfa+1pKb8bW467bGM3aDOvAnsYLWVpYIv3GRg==",
+ "version": "2.7.14",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz",
+ "integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==",
"requires": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -19942,11 +19942,11 @@
"peer": true
},
"vue": {
- "version": "2.7.13",
- "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.13.tgz",
- "integrity": "sha512-QnM6ULTNnPmn71eUO+4hdjfBIA3H0GLsBnchnI/kS678tjI45GOUZhXd0oP/gX9isikXz1PAzSnkPspp9EUNfQ==",
+ "version": "2.7.14",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz",
+ "integrity": "sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==",
"requires": {
- "@vue/compiler-sfc": "2.7.13",
+ "@vue/compiler-sfc": "2.7.14",
"csstype": "^3.1.0"
}
},
diff --git a/package.json b/package.json
index 204822c0..6acefec4 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.4.0",
- "vue": "^2.7.13"
+ "vue": "^2.7.14"
},
"browserslist": [
"extends @nextcloud/browserslist-config"