Skip to content

Commit 944cbf7

Browse files
authored
fix: package.json & yarn.lock to reduce vulnerabilities (#50)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACTIONSCORE-1015402
1 parent c6f6950 commit 944cbf7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15-
"@actions/core": "^1.2.1",
15+
"@actions/core": "^1.2.6",
1616
"@actions/exec": "1.0.3",
1717
"@actions/github": "^2.1.1"
1818
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.2.1":
6-
version "1.2.2"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.2.tgz#3c4848d50378f9e3bcb67bcf97813382ec7369ee"
8-
integrity sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg==
5+
"@actions/core@^1.2.6":
6+
version "1.2.6"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
8+
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
99

1010
"@actions/exec@1.0.3":
1111
version "1.0.3"

0 commit comments

Comments
 (0)