diff --git a/package-lock.json b/package-lock.json index a5a92c8..03e246b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "event-lite": "^0.1.2", "gm-webext-pref": "^0.4.2", - "linkify-plus-plus-core": "^0.5.3", + "linkify-plus-plus-core": "^0.6.0", "sentinel-js": "^0.0.7", "webext-dialog": "^0.1.1", "webext-pref": "^0.6.0", @@ -2488,9 +2488,9 @@ } }, "node_modules/event-lite": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/event-lite/-/event-lite-0.1.2.tgz", - "integrity": "sha512-HnSYx1BsJ87/p6swwzv+2v6B4X+uxUteoDfRxsAb1S1BePzQqOLevVmkdA15GHJVd9A9Ok6wygUR18Hu0YeV9g==" + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/event-lite/-/event-lite-0.1.3.tgz", + "integrity": "sha512-8qz9nOz5VeD2z96elrEKD2U433+L3DWdUdDkOINLGOJvx1GsMBbMn0aCeu28y8/e85A6mCigBiFlYMnTBEGlSw==" }, "node_modules/event-to-promise": { "version": "0.8.0", @@ -4260,11 +4260,11 @@ "dev": true }, "node_modules/linkify-plus-plus-core": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/linkify-plus-plus-core/-/linkify-plus-plus-core-0.5.3.tgz", - "integrity": "sha512-o+9ZWKf8BqGxVrGnFLuTJDjMBm7dj17KvSsKV/AIEl5kd7gnH93ei4364GXCBhuQb4epMF+B95TsrC+BsmaYNg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/linkify-plus-plus-core/-/linkify-plus-plus-core-0.6.0.tgz", + "integrity": "sha512-uxWAZScdTFfmcBNnI2635j1AtpyQWU7g9WezbE+sbpJO2/3P08+fJn/cE/CjN60Hy4GoxSgOWumk/U7H4SygrA==", "dependencies": { - "event-lite": "^0.1.2" + "event-lite": "^0.1.3" } }, "node_modules/lodash": { @@ -9420,9 +9420,9 @@ "peer": true }, "event-lite": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/event-lite/-/event-lite-0.1.2.tgz", - "integrity": "sha512-HnSYx1BsJ87/p6swwzv+2v6B4X+uxUteoDfRxsAb1S1BePzQqOLevVmkdA15GHJVd9A9Ok6wygUR18Hu0YeV9g==" + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/event-lite/-/event-lite-0.1.3.tgz", + "integrity": "sha512-8qz9nOz5VeD2z96elrEKD2U433+L3DWdUdDkOINLGOJvx1GsMBbMn0aCeu28y8/e85A6mCigBiFlYMnTBEGlSw==" }, "event-to-promise": { "version": "0.8.0", @@ -10835,11 +10835,11 @@ "dev": true }, "linkify-plus-plus-core": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/linkify-plus-plus-core/-/linkify-plus-plus-core-0.5.3.tgz", - "integrity": "sha512-o+9ZWKf8BqGxVrGnFLuTJDjMBm7dj17KvSsKV/AIEl5kd7gnH93ei4364GXCBhuQb4epMF+B95TsrC+BsmaYNg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/linkify-plus-plus-core/-/linkify-plus-plus-core-0.6.0.tgz", + "integrity": "sha512-uxWAZScdTFfmcBNnI2635j1AtpyQWU7g9WezbE+sbpJO2/3P08+fJn/cE/CjN60Hy4GoxSgOWumk/U7H4SygrA==", "requires": { - "event-lite": "^0.1.2" + "event-lite": "^0.1.3" } }, "lodash": { diff --git a/package.json b/package.json index 55f74ea..a093e7a 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "dependencies": { "event-lite": "^0.1.2", "gm-webext-pref": "^0.4.2", - "linkify-plus-plus-core": "^0.5.3", + "linkify-plus-plus-core": "^0.6.0", "sentinel-js": "^0.0.7", "webext-dialog": "^0.1.1", "webext-pref": "^0.6.0",