fix: package.json & package-lock.json to reduce vulnerabilities (#265)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-UNDICI-3323844
- https://snyk.io/vuln/SNYK-JS-UNDICI-3323845
This commit is contained in:
Snyk bot
2023-02-23 15:26:06 +00:00
committed by GitHub
parent 803a944240
commit 67ec28484c
2 changed files with 8 additions and 8 deletions

View File

@@ -56,7 +56,7 @@
"short-uuid": "^4.2.2",
"sinon": "^15.0.1",
"to-snake-case": "^1.0.0",
"undici": "^5.16.0",
"undici": "^5.19.1",
"uuid-random": "^1.3.2",
"verify-aws-sns-signature": "^0.1.0",
"ws": "^8.9.0",