From 965502b0bd624adf1af866c64e4f22831f73a889 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Dec 2024 05:09:53 +0000 Subject: [PATCH] fix: upgrade linkify-html from 4.1.3 to 4.1.4 Snyk has created this PR to upgrade linkify-html from 4.1.3 to 4.1.4. See this package in npm: linkify-html 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..a11199e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "blog", + "name": "relock-npm-lock-v2-9o42HL", "lockfileVersion": 3, "requires": true, "packages": { @@ -8,7 +8,7 @@ "@material/web": "^1.5.0", "@orestbida/iframemanager": "^1.2.5", "axios": "^1.1.3", - "linkify-html": "^4.0.2", + "linkify-html": "^4.1.4", "linkifyjs": "^4.0.2", "macy": "^2.5.1", "normalize.css": "^8.0.1", @@ -823,9 +823,9 @@ "license": "MIT" }, "node_modules/linkify-html": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.1.3.tgz", - "integrity": "sha512-Ejb8X/pOxB4IVqG1U37tnF85UW3JtX+eHudH3zlZ2pODz2e/J7zQ/vj+VDWffwhTecJqdRehhluwrRmKoJz+iQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.1.4.tgz", + "integrity": "sha512-6HA+YB++HrtPrSi+3gVEc0xdEGmqwLGErV0yagQta2bxfDOppjBHgadddpHWPR76LgB/Tiax22VfJtTqxkoijA==", "license": "MIT", "peerDependencies": { "linkifyjs": "^4.0.0" diff --git a/package.json b/package.json index c9f861d..4abb916 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@material/web": "^1.5.0", "@orestbida/iframemanager": "^1.2.5", "axios": "^1.1.3", - "linkify-html": "^4.0.2", + "linkify-html": "^4.1.4", "linkifyjs": "^4.0.2", "macy": "^2.5.1", "normalize.css": "^8.0.1",