Skip to content

Commit a2dcf74

Browse files
committed
chore(package): update dependencies
1 parent 2e76921 commit a2dcf74

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
* chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 (@dependabot)
4+
* fixed the error when there is no --config option (@mkusaka)
5+
* chore(deps): bump commander from 10.0.0 to 10.0.1 (@dependabot)
6+
* Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) (@elgohr)
7+
* chore: upgrade dependencies (@tcort)
8+
39
## Version 3.11.1
410

511
* fix:Config-file-and-others-options-ignored (@kevinvalleau)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"dependencies": {
3636
"async": "^3.2.4",
3737
"chalk": "^5.2.0",
38-
"commander": "^10.0.0",
38+
"commander": "^10.0.1",
3939
"link-check": "^5.2.0",
4040
"lodash": "^4.17.21",
4141
"markdown-link-extractor": "^3.1.0",
4242
"needle": "^3.2.0",
4343
"progress": "^2.0.3"
4444
},
4545
"devDependencies": {
46-
"eslint": "^8.35.0",
46+
"eslint": "^8.39.0",
4747
"expect.js": "^0.3.1",
4848
"express": "^4.18.2",
4949
"mocha": "^10.2.0"

0 commit comments

Comments
 (0)