Skip to content

Commit

Permalink
build: bump semantic-release to avoid vulnerabilities (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Adams <[email protected]>
  • Loading branch information
padamstx authored Jul 17, 2023
1 parent 9cf565e commit 7bd1876
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go

dist: bionic
dist: jammy

go:
- 1.18.x
Expand All @@ -16,7 +16,7 @@ env:

before_install:
- sudo apt-get update
- pyenv global 3.8
- python -V

install:
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.51.2
Expand All @@ -26,7 +26,9 @@ script:
- make travis-ci

before_deploy:
- nvm install 14
- nvm install 18
- node --version
- npm --version
- npm install
- pip install --user bump2version

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "This package.json is being used to manage semantic-release and its dependencies",
"license": "Apache-2.0",
"devDependencies": {
"semantic-release": "19.0.5",
"@semantic-release/changelog": "6.0.2",
"semantic-release": "21.0.7",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1"
},
Expand Down

0 comments on commit 7bd1876

Please sign in to comment.