fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MARKED-2342073
- https://snyk.io/vuln/SNYK-JS-MARKED-2342082
This commit is contained in:
snyk-bot
2022-01-16 19:51:08 +00:00
parent 6160d57790
commit 6164a471f6
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -1,5 +1,5 @@
{ {
"name": "phpvms", "name": "npm-proj-1642362664591-0.49461278836317146QUut7C",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
@@ -29,7 +29,7 @@
"leaflet-rotatedmarker": "^0.2.0", "leaflet-rotatedmarker": "^0.2.0",
"leaflet.geodesic": "^2.5.2", "leaflet.geodesic": "^2.5.2",
"lodash": ">=4.17.19", "lodash": ">=4.17.19",
"marked": "^2.1.3", "marked": "^4.0.10",
"minimist": "^1.2.2", "minimist": "^1.2.2",
"moment": "^2.29.1", "moment": "^2.29.1",
"paper-dashboard": "^1.1.0", "paper-dashboard": "^1.1.0",
@@ -8552,14 +8552,14 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "2.1.3", "version": "4.0.10",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz",
"integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==",
"bin": { "bin": {
"marked": "bin/marked" "marked": "bin/marked.js"
}, },
"engines": { "engines": {
"node": ">= 10" "node": ">= 12"
} }
}, },
"node_modules/math-random": { "node_modules/math-random": {
@@ -20627,9 +20627,9 @@
} }
}, },
"marked": { "marked": {
"version": "2.1.3", "version": "4.0.10",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz",
"integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw=="
}, },
"math-random": { "math-random": {
"version": "1.0.4", "version": "1.0.4",
+1 -1
View File
@@ -34,7 +34,7 @@
"leaflet-rotatedmarker": "^0.2.0", "leaflet-rotatedmarker": "^0.2.0",
"leaflet.geodesic": "^2.5.2", "leaflet.geodesic": "^2.5.2",
"lodash": ">=4.17.19", "lodash": ">=4.17.19",
"marked": "^2.1.3", "marked": "^4.0.10",
"minimist": "^1.2.2", "minimist": "^1.2.2",
"moment": "^2.29.1", "moment": "^2.29.1",
"paper-dashboard": "^1.1.0", "paper-dashboard": "^1.1.0",