chore(deps): updated versions to address vulnerabilities (#44075)

This commit is contained in:
Micah Silverman
2021-11-02 06:25:05 -04:00
committed by GitHub
parent 0fa47ead1f
commit 2b5c1ed712
8 changed files with 66 additions and 89 deletions

View File

@ -8059,9 +8059,9 @@
}
},
"validator": {
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/validator/-/validator-9.4.1.tgz",
"integrity": "sha512-YV5KjzvRmSyJ1ee/Dm5UED0G+1L4GZnLN3w6/T+zZm8scVua4sOhYKWTUrKa0H/tMiJyO9QLHMPN+9mB/aMunA=="
"version": "13.6.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.6.0.tgz",
"integrity": "sha512-gVgKbdbHgtxpRyR8K0O6oFZPhhB5tT1jeEHZR0Znr9Svg03U0+r9DXWMrnRAB+HtCStDQKlaIZm42tVsVjqtjg=="
},
"vary": {
"version": "1.1.2",

View File

@ -70,7 +70,7 @@
"rx": "^4.1.0",
"stripe": "^8.184.0",
"uuid": "^3.4.0",
"validator": "^9.4.1"
"validator": "^13.6.0"
},
"devDependencies": {
"@babel/cli": "^7.15.7",