Skip to content

Commit

Permalink
fix: dependabot update (#5547)
Browse files Browse the repository at this point in the history
Fixes some dependabot alerts

whoever can review
  • Loading branch information
Maddiaa0 committed Apr 3, 2024
1 parent 6b9a538 commit f7e6cc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion yarn-project/foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@aztec/bb.js": "portal:../../barretenberg/ts",
"@koa/cors": "^4.0.0",
"@koa/cors": "^5.0.0",
"@noble/curves": "^1.2.0",
"bn.js": "^5.2.1",
"debug": "^4.3.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ __metadata:
dependencies:
"@aztec/bb.js": "portal:../../barretenberg/ts"
"@jest/globals": ^29.5.0
"@koa/cors": ^4.0.0
"@koa/cors": ^5.0.0
"@noble/curves": ^1.2.0
"@types/bn.js": ^5.1.3
"@types/debug": ^4.1.7
Expand Down Expand Up @@ -2091,12 +2091,12 @@ __metadata:
languageName: node
linkType: hard

"@koa/cors@npm:^4.0.0":
version: 4.0.0
resolution: "@koa/cors@npm:4.0.0"
"@koa/cors@npm:^5.0.0":
version: 5.0.0
resolution: "@koa/cors@npm:5.0.0"
dependencies:
vary: ^1.1.2
checksum: e0760544823532f2d71d792e3076858e38bab9b1c090abea175f1319fd91ea58a1da384a2fe7f5108f1c681e3830b01f62a1cafe271d6406751976af443187aa
checksum: 050701fb57dede2fefe0217459782bab7c9488fd07ff1f87fff680005cab43e03b7509e6015ea68082aadb1b31fe3eea7858ebdc93a2cf6f26d36d071190d50c
languageName: node
linkType: hard

Expand Down

0 comments on commit f7e6cc8

Please sign in to comment.