1
0
Fork 0
mirror of https://github.com/actions/toolkit.git synced 2025-06-08 06:27:02 +09:00

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
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
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'
},