From 8b35a3bf5e9aa1eaca7f0019dd15049e4f731e53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Oct 2021 05:24:07 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VM2-1585918 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab0b084..b8021d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "examples-plugin-jsdoc", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7268,9 +7268,9 @@ } }, "vm2": { - "version": "3.9.2", - "resolved": "http://localhost:4873/vm2/-/vm2-3.9.2.tgz", - "integrity": "sha512-nzyFmHdy2FMg7mYraRytc2jr4QBaUY3TEGe3q3bK8EgS9WC98wxn2jrPxS/ruWm+JGzrEIIeufKweQzVoQEd+Q==" + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.4.tgz", + "integrity": "sha512-sOdharrJ7KEePIpHekiWaY1DwgueuiBeX/ZBJUPgETsVlJsXuEx0K0/naATq2haFvJrvZnRiORQRubR0b7Ye6g==" }, "w3c-hr-time": { "version": "1.0.2", diff --git a/package.json b/package.json index 655f237..6c5b4eb 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "standard": "^16.0.3" }, "dependencies": { - "vm2": "^3.9.2" + "vm2": "^3.9.4" } }