Fix vulnerabilities in npm packages (#3449)

This commit is contained in:
Cesar N.
2024-10-08 13:25:52 -07:00
committed by GitHub
parent 9f4573ade8
commit dce9bbd046
2 changed files with 189 additions and 40 deletions

View File

@@ -93,8 +93,11 @@
"nth-check": "^2.0.1",
"yaml": "^2.4.2",
"postcss": "^8.4.38",
"fast-xml-parser": "^4.3.6",
"semver": "^7.5.2"
"fast-xml-parser": "^4.5.0",
"semver": "^7.5.2",
"ws": "^8.17.1",
"rollup": "^4.24.0",
"cookie": "^0.7.2"
},
"main": "index.js",
"packageManager": "yarn@4.4.0"