1
0
Fork 0
mirror of https://github.com/sexybiggetje/pixdisp.git synced 2024-11-24 11:51:03 +01:00

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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SNYK-3038622
- https://snyk.io/vuln/SNYK-JS-SNYK-3111871
This commit is contained in:
snyk-bot 2022-12-01 07:55:32 +00:00
parent 435a0cfdef
commit abb406dfda
No known key found for this signature in database
GPG key ID: 5D98975276F8B078
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -5715,9 +5715,9 @@
}
},
"snyk": {
"version": "1.685.0",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.685.0.tgz",
"integrity": "sha512-pVAI7tbvPOqDLY75eHsbmAoY3ZQsHikiaCDK1w96MYY/yke35fUACe2z8XIjcBgC+lD7joycBdrS0wbORu10Ew=="
"version": "1.1064.0",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1064.0.tgz",
"integrity": "sha512-f9mNO5rUc5nVVZ1sN+do2i5/RGHKlOQoNk5HiEO9WkPEn2pFllJv2XAw5Bn7sFj1eLXNFVUOUlo6SVqGnX7lXw=="
},
"source-map": {
"version": "0.6.1",

View file

@ -9,7 +9,7 @@
"dependencies": {
"restify": "^8.1.1",
"vm2": "^3.9.6",
"snyk": "^1.685.0"
"snyk": "^1.1064.0"
},
"devDependencies": {
"eslint": "^4.19.1",