Skip to content

Commit 875cae9

Browse files
authored
chore(deps): bump all dependencies (#737)
Via `npx upgradeps -n`
1 parent 485197a commit 875cae9

File tree

5 files changed

+245
-345
lines changed

5 files changed

+245
-345
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
// The file does not match your project config: .eslintrc.js.
88
// The file must be included in at least one of the projects provided
99
//
10-
ignorePatterns: [".eslintrc.js", "coverage/**/*", "dist/**/*"],
10+
ignorePatterns: [".eslintrc.*", "coverage", "dist"],
1111

1212
reportUnusedDisableDirectives: true,
1313

.github/workflows/npm-audit-fix.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: npm audit fix
22

33
on:
44
schedule:
5-
- cron: 0 0 * * *
5+
- cron: "0 0 * * *"
66
workflow_dispatch:
77
branches: ["**"]
88

@@ -14,5 +14,3 @@ jobs:
1414
- uses: ybiquitous/npm-audit-fix-action@v3
1515
with:
1616
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
17-
commit_title: "chore(deps): npm audit fix"
18-
labels: "dependencies, javascript, security"

0 commit comments

Comments
 (0)