Skip to content

Commit

Permalink
fix: update semver to handle https://www.npmjs.com/advisories/1096482
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 29, 2024
1 parent 0571b18 commit 7173e87
Show file tree
Hide file tree
Showing 3 changed files with 945 additions and 459 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_PROVENANCE: true
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: [email protected]
GIT_AUTHOR_NAME: Anton Golub
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: Anton Golub
GIT_COMMITTER_EMAIL: Anton Golub
GIT_COMMITTER_EMAIL: [email protected]
run: npm_config_yes=true npx zx-semrel

# Full tests for PR
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"eol": "^0.9.1",
"lodash": "4.17.21",
"nmtree": "^1.0.6",
"semver": "^7.3.5",
"semver": "^7.6.0",
"sort-object-keys": "^1.1.3"
},
"devDependencies": {
"nyc": "15.1.0",
"sinon": "^9.2.4",
"standard": "^16.0.4",
"tape": "^5.5.0",
"tape": "^5.7.5",
"rimraf": "^3.0.2"
}
}
Loading

0 comments on commit 7173e87

Please sign in to comment.