Bump @nextcloud/vue from 4.1.1 to 4.2.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
44
package-lock.json
generated
44
package-lock.json
generated
@@ -20,7 +20,7 @@
|
||||
"@nextcloud/l10n": "^1.4.1",
|
||||
"@nextcloud/moment": "^1.1.1",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"@nextcloud/vue": "^4.1.1",
|
||||
"@nextcloud/vue": "^4.2.0",
|
||||
"@nextcloud/vue-dashboard": "^2.0.1",
|
||||
"blueimp-md5": "^2.18.0",
|
||||
"dompurify": "^2.3.3",
|
||||
@@ -3086,9 +3086,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",
|
||||
@@ -3104,7 +3104,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",
|
||||
@@ -3256,6 +3256,20 @@
|
||||
"node": ">=12.20"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
@@ -22176,9 +22190,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",
|
||||
@@ -22194,7 +22208,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",
|
||||
@@ -22221,6 +22235,18 @@
|
||||
"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.0.tgz",
|
||||
"integrity": "sha512-oGu2QekBMXgyQNWPDRQ001bjvDnZe4/zBTz37TMbiKz1NbNiyiH5hRkobe7npRN6GfbGbxMYFck/vQ1r9c1VMA=="
|
||||
},
|
||||
"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",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"@nextcloud/l10n": "^1.4.1",
|
||||
"@nextcloud/moment": "^1.1.1",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"@nextcloud/vue": "^4.1.1",
|
||||
"@nextcloud/vue": "^4.2.0",
|
||||
"@nextcloud/vue-dashboard": "^2.0.1",
|
||||
"blueimp-md5": "^2.18.0",
|
||||
"dompurify": "^2.3.3",
|
||||
|
||||
Reference in New Issue
Block a user