Make npm audit happy (#50)

* Upgrade "ansi-regex" 5.0.0 => 5.0.1

And various other stuff because npm can't just upgrade one thing in the
lockfile, it need to upgrade everything it can. Move along, nothing
interesting to see here.

* Upgrade "eslint" 6 => 7

And also unpin the minor version. This resolves a bunch of "critical"
audit advisories from transitive dependencies.
This commit is contained in:
Alexei Lozovsky
2021-10-08 00:02:35 +09:00
committed by GitHub
parent bb050e7771
commit 9f8ae839b0
2 changed files with 957 additions and 1038 deletions
+957 -1038
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -30,6 +30,6 @@
"@actions/core": "^1.2" "@actions/core": "^1.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^6.8.0" "eslint": "^7"
} }
} }