Update High Severity Dev Dependencies (#923)

* Update deps

* More Updates

* Use npm 7

* Update package-lock.json
This commit is contained in:
Luke Tomlinson
2021-10-14 09:20:09 -04:00
committed by GitHub
parent 27f76dfe1a
commit 6ce349e08c
4 changed files with 5995 additions and 9681 deletions

View File

@@ -4,7 +4,6 @@ module.exports = {
roots: ['<rootDir>/packages'],
testEnvironment: 'node',
testMatch: ['**/__tests__/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},