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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-VM2-3018201
This commit is contained in:
snyk-bot 2022-09-08 05:43:10 +00:00
parent 435a0cfdef
commit 14da17d8dc
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -6298,18 +6298,18 @@
} }
}, },
"vm2": { "vm2": {
"version": "3.9.6", "version": "3.9.11",
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.6.tgz", "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.11.tgz",
"integrity": "sha512-BF7euUjgO+ezsz2UKex9kO9M/PtDNOf+KEpiqNepZsgf1MT7JYfJEIvG8BoYhZMLAVjqevFJ0UmXNuETe8m5dQ==", "integrity": "sha512-PFG8iJRSjvvBdisowQ7iVF580DXb1uCIiGaXgm7tynMR1uTBlv7UJlB1zdv5KJ+Tmq1f0Upnj3fayoEOPpCBKg==",
"requires": { "requires": {
"acorn": "^8.7.0", "acorn": "^8.7.0",
"acorn-walk": "^8.2.0" "acorn-walk": "^8.2.0"
}, },
"dependencies": { "dependencies": {
"acorn": { "acorn": {
"version": "8.7.0", "version": "8.8.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz",
"integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==" "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w=="
}, },
"acorn-walk": { "acorn-walk": {
"version": "8.2.0", "version": "8.2.0",

View File

@ -8,7 +8,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"restify": "^8.1.1", "restify": "^8.1.1",
"vm2": "^3.9.6", "vm2": "^3.9.11",
"snyk": "^1.685.0" "snyk": "^1.685.0"
}, },
"devDependencies": { "devDependencies": {