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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-02 17:08:42 +0300
committerGitHub <noreply@github.com>2020-11-02 17:08:42 +0300
commit2d8021071558dc0a092a583cbc705ad34f98e4c3 (patch)
treed7b653ecb7ebd3b076afa662a84d40688b565654 /package-lock.json
parentdfc631272e2c9993944d6e7747d9faf45cdda18d (diff)
Bump @nextcloud/vue from 3.1.0 to 3.1.2
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.1.0...v3.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json35
1 files changed, 30 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index bb8d39d33..ff58f4987 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3927,9 +3927,9 @@
}
},
"@nextcloud/vue": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.1.0.tgz",
- "integrity": "sha512-BB3/6RM0yPw4+McZvda8CaL0JEFb4lXQ/7l8tZ1zgrY2jDCZpwnEMsizzK16KeX4dzx1HNyt4PPBlWaSoVvfuQ==",
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.1.2.tgz",
+ "integrity": "sha512-47SN1veuU7L6urCPbJg6vrPhkInqgR9PrNU6mMw9f/r5QZOky0eGHVbyB8dkPyfQMvoDvfVNnpcVl2/pERvuvg==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -3941,7 +3941,7 @@
"@nextcloud/router": "^1.0.2",
"core-js": "^3.6.5",
"debounce": "1.2.0",
- "emoji-mart-vue-fast": "^7.0.4",
+ "emoji-mart-vue-fast": "^7.0.7",
"escape-html": "^1.0.3",
"hammerjs": "^2.0.8",
"linkifyjs": "~2.1.9",
@@ -3956,14 +3956,39 @@
"vue-color": "^2.7.1",
"vue-multiselect": "^2.1.6",
"vue-visible": "^1.0.2",
- "vue2-datepicker": "^3.6.2"
+ "vue2-datepicker": "^3.6.3"
},
"dependencies": {
+ "@babel/runtime": {
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.3.4.tgz",
+ "integrity": "sha512-IvfvnMdSaLBateu0jfsYIpZTxAc2cKEXEMiezGGN75QcBcecDUKd3PgLAncT0oOgxKy8dd8hrJKj9MfzgfZd6g==",
+ "requires": {
+ "regenerator-runtime": "^0.12.0"
+ },
+ "dependencies": {
+ "regenerator-runtime": {
+ "version": "0.12.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz",
+ "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg=="
+ }
+ }
+ },
"ansi-regex": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
"integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
},
+ "emoji-mart-vue-fast": {
+ "version": "7.0.7",
+ "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.7.tgz",
+ "integrity": "sha512-Nrk4IOjKcKKYyMnRm4lreEiPpvDX+h3FKI86SYs05dCFZ0WZIMTGok26dtWvJqseTThS1UghsNEjM4HrfDjIJg==",
+ "requires": {
+ "@babel/polyfill": "7.2.5",
+ "@babel/runtime": "7.3.4",
+ "vue-virtual-scroller": "^1.0.0-rc.2"
+ }
+ },
"string-length": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz",