Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tcort committed Apr 30, 2023
1 parent 2e76921 commit a2dcf74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

* chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 (@dependabot)
* fixed the error when there is no --config option (@mkusaka)
* chore(deps): bump commander from 10.0.0 to 10.0.1 (@dependabot)
* Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) (@elgohr)
* chore: upgrade dependencies (@tcort)

## Version 3.11.1

* fix:Config-file-and-others-options-ignored (@kevinvalleau)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"dependencies": {
"async": "^3.2.4",
"chalk": "^5.2.0",
"commander": "^10.0.0",
"commander": "^10.0.1",
"link-check": "^5.2.0",
"lodash": "^4.17.21",
"markdown-link-extractor": "^3.1.0",
"needle": "^3.2.0",
"progress": "^2.0.3"
},
"devDependencies": {
"eslint": "^8.35.0",
"eslint": "^8.39.0",
"expect.js": "^0.3.1",
"express": "^4.18.2",
"mocha": "^10.2.0"
Expand Down

0 comments on commit a2dcf74

Please sign in to comment.