summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-06-02 11:16:01 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-06-02 11:38:58 -0100
commitf25c929c4a32e92050821651657a651e6736aceb (patch)
tree478d7fca578205c581be06f13f856a82c2d76658
parenta3bfbad85e31a886c1407219062d2cdd4d2caa04 (diff)
Revert "Merge pull request #554 from nextcloud/dependabot/npm_and_yarn/twemoji-12.0.4"
This reverts commit ce30cbeec626fe37d84748eaddaa5beb5093c27b. Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 0181a155..14d737eb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12025,9 +12025,9 @@
"dev": true
},
"twemoji": {
- "version": "12.0.4",
- "resolved": "https://registry.npmjs.org/twemoji/-/twemoji-12.0.4.tgz",
- "integrity": "sha512-VEiLYeUErB0t6d3euviuMIXINUUGq0KTksvsqPOmt06oPc7iLO10w5tlYTbVEpiQ+IO2IpkaS9O63D5NIdHrDw==",
+ "version": "12.0.1",
+ "resolved": "https://registry.npmjs.org/twemoji/-/twemoji-12.0.1.tgz",
+ "integrity": "sha512-9jFbDzI4M7wQFX++QQp+t9wHupjL0WdOnE2pNAmJwxchQKw0yRhZD8qm+teHJQdeuvZMu9eJR7RVEpZPPbbYPw==",
"requires": {
"twemoji-parser": "12.0.0"
}
diff --git a/package.json b/package.json
index 085fce1e..05654ef1 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"nextcloud-axios": "^0.2.0",
"nextcloud-vue": "^0.11.4",
"tributejs": "^3.7.1",
- "twemoji": "^12.0.4",
+ "twemoji": "^12.0.1",
"uuid": "^3.3.2",
"v-tooltip": "^3.0.0-alpha.7",
"vue": "^2.6.10",