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

github.com/nextcloud/backup.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-09-10 05:22:45 +0300
committerGitHub <noreply@github.com>2022-09-10 05:22:45 +0300
commit4f7e002f16c228ea620be6b6d06e34afb27376a7 (patch)
tree58a8a31201ca332055e85faf02467ac46757eb73
parent063c890412311afa7e9376eed16a7ea0dc1e34b5 (diff)
parenta83e4b2c7824a2be8b963d40ce6020507df254d9 (diff)
Merge pull request #422 from nextcloud/dependabot/npm_and_yarn/vue-2.7.10
-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 06b3335..4f9390f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.4.0",
- "vue": "^2.6.14",
+ "vue": "^2.7.10",
"vue-material-design-icons": "^5.1.2"
},
"devDependencies": {
@@ -2599,9 +2599,9 @@
}
},
"node_modules/@vue/compiler-sfc": {
- "version": "2.7.7",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.7.tgz",
- "integrity": "sha512-Ah8dIuo6ZVPHTq9+s4rBU/YpJu3vGSNyeOTCrPrVPQnkUfnT5Ig+IKBhePuQWFXguYb2TuEWrEfiiX9DZ3aJlA==",
+ "version": "2.7.10",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.10.tgz",
+ "integrity": "sha512-55Shns6WPxlYsz4WX7q9ZJBL77sKE1ZAYNYStLs6GbhIOMrNtjMvzcob6gu3cGlfpCR4bT7NXgyJ3tly2+Hx8Q==",
"dependencies": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -10975,11 +10975,11 @@
"peer": true
},
"node_modules/vue": {
- "version": "2.7.7",
- "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.7.tgz",
- "integrity": "sha512-osfkncsGCWqtch+YWYxbqTNQ9hl/UQ6TFRkdmK/VqAjuMpxzr5QotFsYpmJ1AB1ez2LJeIKXDmtMkXUotMOTsA==",
+ "version": "2.7.10",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.10.tgz",
+ "integrity": "sha512-HmFC70qarSHPXcKtW8U8fgIkF6JGvjEmDiVInTkKZP0gIlEPhlVlcJJLkdGIDiNkIeA2zJPQTWJUI4iWe+AVfg==",
"dependencies": {
- "@vue/compiler-sfc": "2.7.7",
+ "@vue/compiler-sfc": "2.7.10",
"csstype": "^3.1.0"
}
},
@@ -13715,9 +13715,9 @@
}
},
"@vue/compiler-sfc": {
- "version": "2.7.7",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.7.tgz",
- "integrity": "sha512-Ah8dIuo6ZVPHTq9+s4rBU/YpJu3vGSNyeOTCrPrVPQnkUfnT5Ig+IKBhePuQWFXguYb2TuEWrEfiiX9DZ3aJlA==",
+ "version": "2.7.10",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.10.tgz",
+ "integrity": "sha512-55Shns6WPxlYsz4WX7q9ZJBL77sKE1ZAYNYStLs6GbhIOMrNtjMvzcob6gu3cGlfpCR4bT7NXgyJ3tly2+Hx8Q==",
"requires": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -20191,11 +20191,11 @@
"peer": true
},
"vue": {
- "version": "2.7.7",
- "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.7.tgz",
- "integrity": "sha512-osfkncsGCWqtch+YWYxbqTNQ9hl/UQ6TFRkdmK/VqAjuMpxzr5QotFsYpmJ1AB1ez2LJeIKXDmtMkXUotMOTsA==",
+ "version": "2.7.10",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.10.tgz",
+ "integrity": "sha512-HmFC70qarSHPXcKtW8U8fgIkF6JGvjEmDiVInTkKZP0gIlEPhlVlcJJLkdGIDiNkIeA2zJPQTWJUI4iWe+AVfg==",
"requires": {
- "@vue/compiler-sfc": "2.7.7",
+ "@vue/compiler-sfc": "2.7.10",
"csstype": "^3.1.0"
}
},
diff --git a/package.json b/package.json
index 49fd7ed..a9bbd05 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.4.0",
- "vue": "^2.6.14",
+ "vue": "^2.7.10",
"vue-material-design-icons": "^5.1.2"
},
"browserslist": [