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[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-02 05:05:33 +0300
committerGitHub <noreply@github.com>2021-10-02 05:05:33 +0300
commit9c6e1066fcae03de5fefeef2f4830f6770c199ad (patch)
tree280edd4d2f832ab0fddf643cccd08c6387ae9a70 /package-lock.json
parentc1f9549b87dfd67d2e1972db352d538be7f32989 (diff)
Bump jest-mock-console from 1.1.0 to 1.2.3
Bumps [jest-mock-console](https://github.com/bpedersen/jest-mock-console) from 1.1.0 to 1.2.3. - [Release notes](https://github.com/bpedersen/jest-mock-console/releases) - [Commits](https://github.com/bpedersen/jest-mock-console/commits) --- updated-dependencies: - dependency-name: jest-mock-console dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json66
1 files changed, 48 insertions, 18 deletions
diff --git a/package-lock.json b/package-lock.json
index 5c49834ac..2419dbab2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/paths": "^2.0.0",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^4.1.1",
+ "@nextcloud/vue": "^4.2.0",
"@nextcloud/vue-dashboard": "^2.0.1",
"attachmediastream": "^2.1.0",
"color.js": "^1.2.0",
@@ -74,7 +74,7 @@
"babel-plugin-add-module-exports": "^1.0.4",
"jest-localstorage-mock": "^2.4.18",
"jest-mock-axios": "^4.4.0",
- "jest-mock-console": "^1.1.0",
+ "jest-mock-console": "^1.2.3",
"regenerator-runtime": "^0.13.9",
"terser-webpack-plugin": "^5.2.4",
"webpack-node-externals": "^3.0.0"
@@ -3673,9 +3673,9 @@
}
},
"node_modules/@nextcloud/vue": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.1.1.tgz",
- "integrity": "sha512-5PxJaI66ANdMaRcFKORFdU5g5Bcsl7YXgR4oBUY/ITQi0kmrSNxXzTe3VTl8q2UyS46gmTbDMPa6yx1ydh96Rg==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.2.0.tgz",
+ "integrity": "sha512-i7VZIrfpDcK7/0ZmCU+C7j+pXd4LyxAZpxxu/FS4rJJWR1IolgjGVlBbu8q1NxX0FLc4/xUVj4lv3vyMSdrUOA==",
"dependencies": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -3691,7 +3691,7 @@
"emoji-mart-vue-fast": "^7.0.7",
"escape-html": "^1.0.3",
"hammerjs": "^2.0.8",
- "linkifyjs": "~2.1.9",
+ "linkify-string": "^3.0.2",
"md5": "^2.2.1",
"splitpanes": "^2.3.6",
"string-length": "^5.0.0",
@@ -3857,6 +3857,20 @@
"node": ">=12"
}
},
+ "node_modules/@nextcloud/vue/node_modules/linkify-string": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-3.0.2.tgz",
+ "integrity": "sha512-e6sa4WYslcwuNA0ciRo7KPAb4VpTIOxsGPAXeSR8XlORtKak8WMleuvrt5iRZwulHAd6dI+BO7b94lNW8lbMUQ==",
+ "peerDependencies": {
+ "linkifyjs": "^3.0.0"
+ }
+ },
+ "node_modules/@nextcloud/vue/node_modules/linkifyjs": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.1.tgz",
+ "integrity": "sha512-HwXVwdNH1wESBfo2sH7Bkl+ywzbGA3+uJEfhquCyi/bMCa49bFUvd/re1NT1Lox/5jdnpQXzI9O/jykit71idg==",
+ "peer": true
+ },
"node_modules/@nextcloud/vue/node_modules/string-length": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.0.tgz",
@@ -15521,10 +15535,13 @@
}
},
"node_modules/jest-mock-console": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/jest-mock-console/-/jest-mock-console-1.1.0.tgz",
- "integrity": "sha512-9/6a0nXw+Iqq8U0LPpR5GrzpkGYFasD4TPNItKuNP36fUN6/rqcUtcNvzFiq2AssfR0PtSTIzrIHdKOipUxe3Q==",
- "dev": true
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/jest-mock-console/-/jest-mock-console-1.2.3.tgz",
+ "integrity": "sha512-q4jfuHW3V3tYzwtKTF6nxjRNriUC2/D2SVfxW88lNeG1qO1mVarBUqgOAvZjTEmxuTsjzGlHQsDIgvlOZaLccg==",
+ "dev": true,
+ "peerDependencies": {
+ "jest": ">= 22.4.2"
+ }
},
"node_modules/jest-pnp-resolver": {
"version": "1.2.2",
@@ -29788,9 +29805,9 @@
}
},
"@nextcloud/vue": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.1.1.tgz",
- "integrity": "sha512-5PxJaI66ANdMaRcFKORFdU5g5Bcsl7YXgR4oBUY/ITQi0kmrSNxXzTe3VTl8q2UyS46gmTbDMPa6yx1ydh96Rg==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.2.0.tgz",
+ "integrity": "sha512-i7VZIrfpDcK7/0ZmCU+C7j+pXd4LyxAZpxxu/FS4rJJWR1IolgjGVlBbu8q1NxX0FLc4/xUVj4lv3vyMSdrUOA==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -29806,7 +29823,7 @@
"emoji-mart-vue-fast": "^7.0.7",
"escape-html": "^1.0.3",
"hammerjs": "^2.0.8",
- "linkifyjs": "~2.1.9",
+ "linkify-string": "^3.0.2",
"md5": "^2.2.1",
"splitpanes": "^2.3.6",
"string-length": "^5.0.0",
@@ -29828,6 +29845,18 @@
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.0.tgz",
"integrity": "sha512-tAaOSrWCHF+1Ear1Z4wnJCXA9GGox4K6Ic85a5qalES2aeEwQGr7UC93mwef49536PkCYjzkp0zIxfFvexJ6zQ=="
},
+ "linkify-string": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-3.0.2.tgz",
+ "integrity": "sha512-e6sa4WYslcwuNA0ciRo7KPAb4VpTIOxsGPAXeSR8XlORtKak8WMleuvrt5iRZwulHAd6dI+BO7b94lNW8lbMUQ==",
+ "requires": {}
+ },
+ "linkifyjs": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.1.tgz",
+ "integrity": "sha512-HwXVwdNH1wESBfo2sH7Bkl+ywzbGA3+uJEfhquCyi/bMCa49bFUvd/re1NT1Lox/5jdnpQXzI9O/jykit71idg==",
+ "peer": true
+ },
"string-length": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.0.tgz",
@@ -39714,10 +39743,11 @@
}
},
"jest-mock-console": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/jest-mock-console/-/jest-mock-console-1.1.0.tgz",
- "integrity": "sha512-9/6a0nXw+Iqq8U0LPpR5GrzpkGYFasD4TPNItKuNP36fUN6/rqcUtcNvzFiq2AssfR0PtSTIzrIHdKOipUxe3Q==",
- "dev": true
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/jest-mock-console/-/jest-mock-console-1.2.3.tgz",
+ "integrity": "sha512-q4jfuHW3V3tYzwtKTF6nxjRNriUC2/D2SVfxW88lNeG1qO1mVarBUqgOAvZjTEmxuTsjzGlHQsDIgvlOZaLccg==",
+ "dev": true,
+ "requires": {}
},
"jest-pnp-resolver": {
"version": "1.2.2",