Skip to content

Commit 7173e87

Browse files
committed
fix: update semver to handle https://www.npmjs.com/advisories/1096482
1 parent 0571b18 commit 7173e87

File tree

3 files changed

+945
-459
lines changed

3 files changed

+945
-459
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3737
NPM_PROVENANCE: true
3838
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
GIT_AUTHOR_NAME: [email protected]
39+
GIT_AUTHOR_NAME: Anton Golub
4040
GIT_AUTHOR_EMAIL: [email protected]
4141
GIT_COMMITTER_NAME: Anton Golub
42-
GIT_COMMITTER_EMAIL: Anton Golub
42+
GIT_COMMITTER_EMAIL: [email protected]
4343
run: npm_config_yes=true npx zx-semrel
4444

4545
# Full tests for PR

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"eol": "^0.9.1",
4242
"lodash": "4.17.21",
4343
"nmtree": "^1.0.6",
44-
"semver": "^7.3.5",
44+
"semver": "^7.6.0",
4545
"sort-object-keys": "^1.1.3"
4646
},
4747
"devDependencies": {
4848
"nyc": "15.1.0",
4949
"sinon": "^9.2.4",
5050
"standard": "^16.0.4",
51-
"tape": "^5.5.0",
51+
"tape": "^5.7.5",
5252
"rimraf": "^3.0.2"
5353
}
5454
}

0 commit comments

Comments
 (0)