Merge pull request #155 from brcrista/brcrista/npm-audit-fix

Fix `npm audit` issues
This commit is contained in:
Josh Gross 2021-08-31 12:05:05 -04:00 committed by GitHub
commit b06835a88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2263 additions and 1838 deletions

4097
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,11 +34,11 @@
"@types/node": "^12.0.4",
"@types/semver": "^6.0.0",
"@zeit/ncc": "^0.21.0",
"jest": "^25.2.1",
"jest": "^27.1.0",
"jest-circus": "^24.7.1",
"nock": "^10.0.6",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"ts-jest": "^27.0.5",
"typescript": "^3.8.3"
}
}