Refresh dependencies

It's not like we need any new features, but let's bump the versions
because we are in JavaScript land.

Also, run "npm audit" regularly, just in case a serious vulnerability
is discovered.
This commit is contained in:
ilammy
2020-02-12 00:13:40 +02:00
parent 164e882247
commit aa189b6b13
3 changed files with 158 additions and 117 deletions
+2 -2
View File
@@ -28,9 +28,9 @@
},
"homepage": "https://github.com/ilammy/msvc-dev-cmd#readme",
"dependencies": {
"@actions/core": "^1.1.1"
"@actions/core": "^1.2"
},
"devDependencies": {
"eslint": "^6.5.0"
"eslint": "^6.8.0"
}
}