Skip to content

Commit

Permalink
fix(deps): upgrade semver to 7.5.1 and tar to 6.1.15 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Jun 4, 2023
1 parent a25b418 commit 69b2f85
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 70 deletions.
28 changes: 14 additions & 14 deletions dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/main.js.map

Large diffs are not rendered by default.

79 changes: 31 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@actions/core": "^1.10.0",
"@types/command-line-args": "^5.0.0",
"@types/node": "^18.16.3",
"@types/tar": "^6.1.4",
"@types/tar": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitest/coverage-istanbul": "^0.31.4",
Expand All @@ -78,9 +78,9 @@
"vitest": "^0.31.4"
},
"dependencies": {
"@types/semver": "^7.3.13",
"@types/semver": "^7.5.0",
"command-line-args": "^5.1.1",
"semver": "^7.5.0",
"tar": "^6.1.13"
"semver": "^7.5.1",
"tar": "^6.1.15"
}
}

0 comments on commit 69b2f85

Please sign in to comment.