Skip to content

Commit

Permalink
Updates slugify 1.6.5 -> 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Oct 16, 2023
1 parent 7d9a2d2 commit a1d2a2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -32,7 +32,7 @@
},
"scripts": {
"changelog": "auto-changelog -u --starting-version v2.4.0 --commit-limit false --ignore-commit-pattern '^((dev|chore|ci|test):|Release|Merge)'",
"coverage": "nyc report --reporter=text-lcov > ./coverage.info",
"coverage": "npm test && c8 report --reporter=text-lcov > ./coverage.info",
"format": "prettier --write \"**/*.{yml,md,js,json}\"",
"format:check": "prettier --list-different \"**/*.{yml,md,js,json}\"",
"lint": "eslint --fix .",
Expand All @@ -45,7 +45,7 @@
},
"dependencies": {
"regexparam": "^2.0.1",
"slugify": "^1.6.5"
"slugify": "^1.6.6"
},
"devDependencies": {
"assert-dir-equal": "^1.1.0",
Expand Down

0 comments on commit a1d2a2f

Please sign in to comment.