Skip to content

Commit 0805d0e

Browse files
committed
fix(security): resolve Dependabot alerts
1 parent 35ee22d commit 0805d0e

3 files changed

Lines changed: 43 additions & 29 deletions

File tree

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Run Trivy scanner in repo mode
21-
uses: aquasecurity/trivy-action@0.33.1
21+
uses: aquasecurity/trivy-action@0.35.0
2222
with:
2323
scan-type: "fs"
2424
ignore-unfixed: true

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ autoInstallPeers: false
77

88
overrides:
99
'@isaacs/brace-expansion': 5.0.1
10+
'ajv@^6': 6.14.0
1011
axios: 1.18.1
11-
'brace-expansion@<1.1.13': 1.1.13
12+
'brace-expansion@^1': 1.1.16
13+
'brace-expansion@^2': 2.1.2
1214
defu: 6.1.7
15+
'diff@^4': 4.0.4
1316
effect: 3.22.0
14-
fast-uri: 3.1.2
17+
'fast-uri@^3': 3.1.4
1518
flatted: 3.4.2
1619
follow-redirects: 1.16.0
1720
form-data: 4.0.6
18-
js-yaml: 4.2.0
21+
'js-yaml@^4': 4.3.0
1922
lodash: 4.18.1
2023
'minimatch@<3.1.4': 3.1.4
2124
'minimatch@>=9 <10': 9.0.9

0 commit comments

Comments
 (0)