From 5972c252169fcb85f97c594b5ba4fa50fdcfc988 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jan 2025 05:17:51 +0000 Subject: [PATCH] fix: upgrade linkifyjs from 4.1.3 to 4.2.0 Snyk has created this PR to upgrade linkifyjs from 4.1.3 to 4.2.0. See this package in npm: linkifyjs See this project in Snyk: https://app.snyk.io/org/joepdooper/project/c65d7b12-eef5-4fe4-bb66-2078921c4a04?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdb79b2..669df3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "blog", + "name": "relock-npm-lock-v2-PXVahS", "lockfileVersion": 3, "requires": true, "packages": { @@ -9,7 +9,7 @@ "@orestbida/iframemanager": "^1.2.5", "axios": "^1.1.3", "linkify-html": "^4.0.2", - "linkifyjs": "^4.0.2", + "linkifyjs": "^4.2.0", "macy": "^2.5.1", "normalize.css": "^8.0.1", "petite-vue": "^0.4.1", @@ -832,9 +832,9 @@ } }, "node_modules/linkifyjs": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.1.3.tgz", - "integrity": "sha512-auMesunaJ8yfkHvK4gfg1K0SaKX/6Wn9g2Aac/NwX+l5VdmFZzo/hdPGxEOETj+ryRa4/fiOPjeeKURSAJx1sg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.2.0.tgz", + "integrity": "sha512-pCj3PrQyATaoTYKHrgWRF3SJwsm61udVh+vuls/Rl6SptiDhgE7ziUIudAedRY9QEfynmM7/RmLEfPUyw1HPCw==", "license": "MIT" }, "node_modules/lit": { diff --git a/package.json b/package.json index c9f861d..b65772f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "@orestbida/iframemanager": "^1.2.5", "axios": "^1.1.3", "linkify-html": "^4.0.2", - "linkifyjs": "^4.0.2", + "linkifyjs": "^4.2.0", "macy": "^2.5.1", "normalize.css": "^8.0.1", "petite-vue": "^0.4.1",