From 3716d8db1b683a7e4c48705478a061aa90c59611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 30 Jan 2019 02:15:44 +0000 Subject: [PATCH] Bump linkifyjs from 2.1.7 to 2.1.8 Bumps [linkifyjs](https://github.com/SoapBox/linkifyjs) from 2.1.7 to 2.1.8. - [Release notes](https://github.com/SoapBox/linkifyjs/releases) - [Changelog](https://github.com/SoapBox/linkifyjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/SoapBox/linkifyjs/compare/v2.1.7...v2.1.8) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2800aa52..8c914170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7377,9 +7377,9 @@ "dev": true }, "linkifyjs": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-2.1.7.tgz", - "integrity": "sha512-Cbn77BnYEslpAObZZoP6GVQHF1j5T6RsDydNq5RVxIy4eiZAiADRx7qHfWzfEMQecc1PtZFog1AsCGGX2WjQLA==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-2.1.8.tgz", + "integrity": "sha512-j3QpiEr4UYzN5foKhrr9Sr06VI9vSlI4HisDWt+7Mq+TWDwpJ6H/LLpogYsXcyUIJLVhGblXXdUnblHsVNMPpg==", "requires": { "jquery": "^3.3.1", "react": "^16.4.2", diff --git a/package.json b/package.json index 4279fe45..fd97f278 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "linkifyjs": "^2.1.7", + "linkifyjs": "^2.1.8", "nextcloud-axios": "^0.1.3", "nextcloud-vue": "^0.5.0", "tributejs": "^3.5.1",