Skip to content

Commit

Permalink
fix: oada/package.json & oada/yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Dec 14, 2023
1 parent b9ab1ac commit fc5e81d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 46 deletions.
2 changes: 1 addition & 1 deletion oada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"zx": "^7.2.3"
},
"dependencies": {
"pino-pretty": "^10.2.3"
"pino-pretty": "^10.3.0"
},
"resolutions": {
"fastify-plugin": "4.0.0",
Expand Down
56 changes: 11 additions & 45 deletions oada/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1202,15 +1202,6 @@ __metadata:
languageName: node
linkType: hard

"brace-expansion@npm:^2.0.1":
version: 2.0.1
resolution: "brace-expansion@npm:2.0.1"
dependencies:
balanced-match: ^1.0.0
checksum: a61e7cd2e8a8505e9f0036b3b6108ba5e926b4b55089eeb5550cd04a471fe216c96d4fe7e4c7f995c728c554ae20ddfc4244cad10aef255e72b62930afd233d1
languageName: node
linkType: hard

"braces@npm:^3.0.2":
version: 3.0.2
resolution: "braces@npm:3.0.2"
Expand Down Expand Up @@ -2967,19 +2958,6 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^8.0.0":
version: 8.1.0
resolution: "glob@npm:8.1.0"
dependencies:
fs.realpath: ^1.0.0
inflight: ^1.0.4
inherits: 2
minimatch: ^5.0.1
once: ^1.3.0
checksum: 92fbea3221a7d12075f26f0227abac435de868dd0736a17170663783296d0dd8d3d532a5672b4488a439bf5d7fb85cdd07c11185d6cd39184f0385cbdfb86a47
languageName: node
linkType: hard

"global-dirs@npm:^0.1.1":
version: 0.1.1
resolution: "global-dirs@npm:0.1.1"
Expand Down Expand Up @@ -3159,13 +3137,10 @@ __metadata:
languageName: node
linkType: hard

"help-me@npm:^4.0.1":
version: 4.2.0
resolution: "help-me@npm:4.2.0"
dependencies:
glob: ^8.0.0
readable-stream: ^3.6.0
checksum: 6548acba10dd79ebfc93f0d739c4cb2f32f7932c8d87b091992f3a0f844706263415eab81be015aed4ab874154232beb666920d7e280502c6bba29a40cde343e
"help-me@npm:^5.0.0":
version: 5.0.0
resolution: "help-me@npm:5.0.0"
checksum: 474436627b6c7d2f406a2768453895889eb2712c8ded4c47658d5c6dd46c2ff3f742be4e4e8dedd57b7f1ac6b28803896a2e026a32a977f507222c16f23ab2e1
languageName: node
linkType: hard

Expand Down Expand Up @@ -4102,15 +4077,6 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^5.0.1":
version: 5.1.6
resolution: "minimatch@npm:5.1.6"
dependencies:
brace-expansion: ^2.0.1
checksum: 7564208ef81d7065a370f788d337cd80a689e981042cb9a1d0e6580b6c6a8c9279eba80010516e258835a988363f99f54a6f711a315089b8b42694f5da9d0d77
languageName: node
linkType: hard

"minimist-options@npm:4.1.0":
version: 4.1.0
resolution: "minimist-options@npm:4.1.0"
Expand Down Expand Up @@ -4302,7 +4268,7 @@ __metadata:
eslint-plugin-sonarjs: ^0.21.0
eslint-plugin-unicorn: ^48.0.1
get-port: ^7.0.0
pino-pretty: ^10.2.3
pino-pretty: ^10.3.0
prettier: ^3.0.3
tslib: 2.6.2
typescript: 5.2.2
Expand Down Expand Up @@ -4598,15 +4564,15 @@ __metadata:
languageName: node
linkType: hard

"pino-pretty@npm:^10.2.3":
version: 10.2.3
resolution: "pino-pretty@npm:10.2.3"
"pino-pretty@npm:^10.3.0":
version: 10.3.0
resolution: "pino-pretty@npm:10.3.0"
dependencies:
colorette: ^2.0.7
dateformat: ^4.6.3
fast-copy: ^3.0.0
fast-safe-stringify: ^2.1.1
help-me: ^4.0.1
help-me: ^5.0.0
joycon: ^3.1.1
minimist: ^1.2.6
on-exit-leak-free: ^2.1.0
Expand All @@ -4618,7 +4584,7 @@ __metadata:
strip-json-comments: ^3.1.1
bin:
pino-pretty: bin.js
checksum: 9182886855515000df2ef381762c69fc29dbdd9014a76839cc3d8a7a94ac96d4ce17423adb9ddd61eae78986bb0ff3a1d9e6e7aa55476c096a3dd4a0c89440e8
checksum: ddad3dc2f107365221235220d8730b8e287280f59f039dc15b6b128885c6755037ca5883764417d5e462ee906941a04b068c302bcf13fcadc3fb4d82d17b16ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -4751,7 +4717,7 @@ __metadata:
languageName: node
linkType: hard

"readable-stream@npm:3, readable-stream@npm:^3.0.0, readable-stream@npm:^3.6.0":
"readable-stream@npm:3, readable-stream@npm:^3.0.0":
version: 3.6.2
resolution: "readable-stream@npm:3.6.2"
dependencies:
Expand Down

0 comments on commit fc5e81d

Please sign in to comment.