Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 0dd215b

Browse files
authored
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACTIONSCORE-1015402
1 parent e77d3d9 commit 0dd215b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "Victor Navarro <[email protected]>",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@actions/core": "1.2.5",
27+
"@actions/core": "1.2.6",
2828
"command-exists": "^1.2.9"
2929
},
3030
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/[email protected].5":
6-
version "1.2.5"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.5.tgz#fa57bf8c07a38191e243beb9ea9d8368c1cb02c8"
8-
integrity sha512-mwpoNjHSWWh0IiALdDEQi3tru124JKn0yVNziIBzTME8QRv7thwoghVuT1jBRjFvdtoHsqD58IRHy1nf86paRg==
5+
"@actions/[email protected].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
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
1111
version "7.10.4"

0 commit comments

Comments
 (0)