summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-11-03 11:45:09 +0100
committerGitHub <noreply@github.com>2022-11-03 11:45:09 +0100
commit7716f217f29b67c5bdd57aa3702da06b087bbcfa (patch)
treef116e8bbc01d03bf5f940ddee4fd9ef80d88295d
parentb8c5eb75d2f40896a25c91b6ca558ba529e20c6e (diff)
parent1dac1198c301f82258ee84f9f66b0e25048551c7 (diff)
Merge pull request #1489 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-richtext-2.0.4
Bump @nextcloud/vue-richtext from 2.0.0 to 2.0.4
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 7104a8d1..bbee28da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,7 +19,7 @@
"@nextcloud/router": "^1.2.0",
"@nextcloud/stylelint-config": "^2.2.0",
"@nextcloud/vue": "^7.0.0-beta.3",
- "@nextcloud/vue-richtext": "^2.0.0",
+ "@nextcloud/vue-richtext": "^2.0.4",
"he": "^1.2.0",
"linkifyjs": "^2.1.8",
"sass": "^1.54.9",
@@ -3305,9 +3305,9 @@
}
},
"node_modules/@nextcloud/vue-richtext": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.0.tgz",
- "integrity": "sha512-Z/AbweVmIB8shWZVLI0kUPrJnkCBlU5xIkkfv+RPFepLY7eZ+ttm5HRhLGqgFyXFNf4RIM7yGt/l6K35XcEX2A==",
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.4.tgz",
+ "integrity": "sha512-+873AF/G8OPVz2lwajpGVRfJ1v492CeiBTrguOkOwSGReNukGyHryCucF6rZGiMFenVIpp8BjNkqjHwkh6Cs4A==",
"dependencies": {
"@nextcloud/axios": "^2.0.0",
"@nextcloud/router": "^2.0.0",
@@ -20007,9 +20007,9 @@
}
},
"@nextcloud/vue-richtext": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.0.tgz",
- "integrity": "sha512-Z/AbweVmIB8shWZVLI0kUPrJnkCBlU5xIkkfv+RPFepLY7eZ+ttm5HRhLGqgFyXFNf4RIM7yGt/l6K35XcEX2A==",
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.4.tgz",
+ "integrity": "sha512-+873AF/G8OPVz2lwajpGVRfJ1v492CeiBTrguOkOwSGReNukGyHryCucF6rZGiMFenVIpp8BjNkqjHwkh6Cs4A==",
"requires": {
"@nextcloud/axios": "^2.0.0",
"@nextcloud/router": "^2.0.0",
diff --git a/package.json b/package.json
index 2a7b2612..4c29f58e 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"@nextcloud/router": "^1.2.0",
"@nextcloud/stylelint-config": "^2.2.0",
"@nextcloud/vue": "^7.0.0-beta.3",
- "@nextcloud/vue-richtext": "^2.0.0",
+ "@nextcloud/vue-richtext": "^2.0.4",
"he": "^1.2.0",
"linkifyjs": "^2.1.8",
"sass": "^1.54.9",