Skip to content

Commit

Permalink
[renovate] Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2024
1 parent 5f797ef commit 5830e26
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 176 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- 14
- 16
- 14.21.3
- 16.20.2
script:
- yarn install --non-interactive
- yarn lint
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
],
"license": "MIT",
"dependencies": {
"json-schema-faker": "^0.5.0-rcv.44",
"json-schema-faker": "^0.5.6",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"semantic-release": "19"
"semantic-release": "19.0.5"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.0",
"chai": "^4.3.4",
"eslint": "^7.23.0",
"eslint-config-airbnb-improved": "^5.0.0",
"mocha": "^8.3.2",
"sinon": "^14.0.0"
"@semantic-release/git": "^9.0.1",
"@semantic-release/npm": "^7.1.3",
"chai": "^4.5.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-improved": "^5.0.3",
"mocha": "^8.4.0",
"sinon": "^14.0.2"
}
}
Loading

0 comments on commit 5830e26

Please sign in to comment.