Fix npm audit

This commit is contained in:
Cohee 2024-04-12 22:13:29 +03:00
parent 2af4747936
commit 89d3673010
2 changed files with 18 additions and 4 deletions

19
package-lock.json generated
View File

@ -1074,8 +1074,12 @@
}
},
"node_modules/centra": {
"version": "2.6.0",
"license": "MIT"
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/centra/-/centra-2.7.0.tgz",
"integrity": "sha512-PbFMgMSrmgx6uxCdm57RUos9Tc3fclMvhLSATYN39XsDV29B89zZ3KA89jmY0vwSGazyU+uerqwa6t+KaodPcg==",
"dependencies": {
"follow-redirects": "^1.15.6"
}
},
"node_modules/chalk": {
"version": "4.1.2",
@ -3018,8 +3022,15 @@
"license": "MIT"
},
"node_modules/phin": {
"version": "2.9.3",
"license": "MIT"
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/phin/-/phin-3.7.1.tgz",
"integrity": "sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==",
"dependencies": {
"centra": "^2.7.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/pixelmatch": {
"version": "4.0.2",

View File

@ -45,6 +45,9 @@
"vectra": {
"openai": "^4.17.0"
},
"load-bmfont": {
"phin": "^3.7.1"
},
"axios": {
"follow-redirects": "^1.15.4"
},