Skip to content

Commit

Permalink
build: bump dependencies to avoid vulnerabilities (#172)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Adams <[email protected]>
  • Loading branch information
padamstx authored Jul 12, 2023
1 parent 96d9773 commit 5a17566
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: bionic

language: python

dist: jammy

matrix:
include:
- python: 3.7
Expand All @@ -26,8 +26,10 @@ script:
before_deploy:
- pip3 install --editable .
- pip3 install bumpversion
- nvm install 14
- nvm install 18
- npm install
- node --version
- npm --version

deploy:
- provider: script
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
"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"
},
"overrides": {
"semver": "^7.5.3"
},
"scripts": {
"semantic-release": "semantic-release"
}
Expand Down

0 comments on commit 5a17566

Please sign in to comment.