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

github.com/nextcloud/tasks.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-10-15 10:53:54 +0300
committerGitHub <noreply@github.com>2022-10-15 10:53:54 +0300
commitb04cdbeafc81d5d2547ebd6dd930a59b912affdc (patch)
treeacc40ee62c484966b3b28191b26795ec128921da
parentc75a544b28a259356957a782048367df89079885 (diff)
Bump vue from 2.7.12 to 2.7.13
Bumps [vue](https://github.com/vuejs/core) from 2.7.12 to 2.7.13. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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 0f69941b..56643097 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,7 +35,7 @@
"p-queue": "^6.6.2",
"uuid": "^8.3.2",
"v-click-outside": "^3.2.0",
- "vue": "^2.7.12",
+ "vue": "^2.7.13",
"vue-material-design-icons": "^5.1.2",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
@@ -3469,9 +3469,9 @@
"dev": true
},
"node_modules/@vue/compiler-sfc": {
- "version": "2.7.12",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.12.tgz",
- "integrity": "sha512-7FOITA2+4ND7lMAfegljHBpNSG3X9mVzgQwcS3g928QZM1EADedUw2JLKcgOm1ZEJEkvyDHh6lwa08vrLmoCOA==",
+ "version": "2.7.13",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.13.tgz",
+ "integrity": "sha512-zzu2rLRZlgIU+OT3Atbr7Y6PG+LW4wVQpPfNRrGDH3dM9PsrcVfa+1pKb8bW467bGM3aDOvAnsYLWVpYIv3GRg==",
"dependencies": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -14946,11 +14946,11 @@
"peer": true
},
"node_modules/vue": {
- "version": "2.7.12",
- "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.12.tgz",
- "integrity": "sha512-yRS44vPsCj6b5IZQHdEYqIwnay8stCnL8RsaVsm5aGtOhka00aoG+3ybaBAELDsXtNlzECe8myb2ukdzn19IOg==",
+ "version": "2.7.13",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.13.tgz",
+ "integrity": "sha512-QnM6ULTNnPmn71eUO+4hdjfBIA3H0GLsBnchnI/kS678tjI45GOUZhXd0oP/gX9isikXz1PAzSnkPspp9EUNfQ==",
"dependencies": {
- "@vue/compiler-sfc": "2.7.12",
+ "@vue/compiler-sfc": "2.7.13",
"csstype": "^3.1.0"
}
},
@@ -18564,9 +18564,9 @@
"dev": true
},
"@vue/compiler-sfc": {
- "version": "2.7.12",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.12.tgz",
- "integrity": "sha512-7FOITA2+4ND7lMAfegljHBpNSG3X9mVzgQwcS3g928QZM1EADedUw2JLKcgOm1ZEJEkvyDHh6lwa08vrLmoCOA==",
+ "version": "2.7.13",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.13.tgz",
+ "integrity": "sha512-zzu2rLRZlgIU+OT3Atbr7Y6PG+LW4wVQpPfNRrGDH3dM9PsrcVfa+1pKb8bW467bGM3aDOvAnsYLWVpYIv3GRg==",
"requires": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -27327,11 +27327,11 @@
"peer": true
},
"vue": {
- "version": "2.7.12",
- "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.12.tgz",
- "integrity": "sha512-yRS44vPsCj6b5IZQHdEYqIwnay8stCnL8RsaVsm5aGtOhka00aoG+3ybaBAELDsXtNlzECe8myb2ukdzn19IOg==",
+ "version": "2.7.13",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.13.tgz",
+ "integrity": "sha512-QnM6ULTNnPmn71eUO+4hdjfBIA3H0GLsBnchnI/kS678tjI45GOUZhXd0oP/gX9isikXz1PAzSnkPspp9EUNfQ==",
"requires": {
- "@vue/compiler-sfc": "2.7.12",
+ "@vue/compiler-sfc": "2.7.13",
"csstype": "^3.1.0"
}
},
diff --git a/package.json b/package.json
index 4598fdc7..d770cea0 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"p-queue": "^6.6.2",
"uuid": "^8.3.2",
"v-click-outside": "^3.2.0",
- "vue": "^2.7.12",
+ "vue": "^2.7.13",
"vue-material-design-icons": "^5.1.2",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",