Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: resolve NPM audit warnings #2417

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ npmAuditExcludePackages:
- levelup # TODO: Update leveldb
- deferred-leveldown # TODO: Update leveldb
- abstract-leveldown # TODO: Update leveldb
- level-errors # TODO: Update leveldb
- level-concat-iterator # TODO: Update leveldb

packageExtensions:
"@dashevo/protobufjs@*":
Expand Down
2 changes: 1 addition & 1 deletion packages/dashmate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"qs": "^6.11.0",
"rxjs": "^6.6.7",
"semver": "^7.5.3",
"systeminformation": "^5.22.11",
"systeminformation": "^5.25.11",
"table": "^6.8.1",
"tar": "7.4.3",
"wrap-ansi": "^7.0.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6471,7 +6471,7 @@ __metadata:
semver: "npm:^7.5.3"
sinon: "npm:^17.0.1"
sinon-chai: "npm:^3.7.0"
systeminformation: "npm:^5.22.11"
systeminformation: "npm:^5.25.11"
table: "npm:^6.8.1"
tar: "npm:7.4.3"
wrap-ansi: "npm:^7.0.0"
Expand Down Expand Up @@ -14695,12 +14695,12 @@ __metadata:
languageName: node
linkType: hard

"systeminformation@npm:^5.22.11":
version: 5.22.11
resolution: "systeminformation@npm:5.22.11"
"systeminformation@npm:^5.25.11":
version: 5.25.11
resolution: "systeminformation@npm:5.25.11"
bin:
systeminformation: lib/cli.js
checksum: 315cd3f2cc2aefbee9201fac043521d073e8c94a77f8900617dad67fdb798116fd2963a365d4d3da81dbca6da360d1f7008c61e1fe33ef9f8f3b77aa4f506014
checksum: 9a43bb8991ac07a0bcf3f9002c32e9f36a1100b2f620049c4c3dc24f74556c681b1e4552dc27581af32a842540cd42c1bb085e842b0c325273fb558b51c7159f
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
languageName: node
linkType: hard
Expand Down
Loading