[Snyk] Upgrade @actions/core from 1.2.6 to 1.4.0 #17

Merged
snyk-bot merged 1 commits from snyk-upgrade-8331f74cb8cf9f2c50a34b70c65f297c into main 2021-08-10 19:02:07 +00:00
2 changed files with 9 additions and 9 deletions

@ -1,18 +1,18 @@
{ {
"name": "ServerVersions", "name": "npm-proj-1628622051765-0.532123514645211BeTzPK",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.4.0",
"adm-zip": "^0.5.5" "adm-zip": "^0.5.5"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
"version": "1.2.6", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
}, },
"node_modules/adm-zip": { "node_modules/adm-zip": {
"version": "0.5.5", "version": "0.5.5",
@ -25,9 +25,9 @@
}, },
"dependencies": { "dependencies": {
"@actions/core": { "@actions/core": {
"version": "1.2.6", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
}, },
"adm-zip": { "adm-zip": {
"version": "0.5.5", "version": "0.5.5",

@ -1,6 +1,6 @@
{ {
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.4.0",
"adm-zip": "^0.5.5" "adm-zip": "^0.5.5"
} }
} }