Skip to content

Commit 778f497

Browse files
authored
Merge pull request #566 from sir-gon/develop
Develop
2 parents d771733 + e67bdbe commit 778f497

File tree

3 files changed

+31
-10
lines changed

3 files changed

+31
-10
lines changed

.github/workflows/snyk-code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ name: Snyk Code analysis
1010
on: # yamllint disable-line rule:truthy
1111
pull_request:
1212
push:
13+
branches:
14+
- '**' # matches every branch
15+
- '!dependabot/**' # excludes master
1316
workflow_dispatch:
1417

1518
jobs:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prettier": "3.3.3"
4343
},
4444
"dependencies": {
45-
"pino": "^9.2.0",
45+
"pino": "^9.5.0",
4646
"pino-pretty": "^11.0.0"
4747
}
4848
}

0 commit comments

Comments
 (0)