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

@@ -3,7 +3,6 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},