Skip to content

Commit

Permalink
[backend/frontend] Update dependency @types/ramda to v0.29.11 (#6249)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and aHenryJard committed Mar 4, 2024
1 parent 90fc6e6 commit be7aa9f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@testing-library/react": "14.2.1",
"@types/node": "20.11.24",
"@types/qrcode": "1.5.5",
"@types/ramda": "0.29.10",
"@types/ramda": "0.29.11",
"@types/react": "18.2.61",
"@types/react-csv": "1.1.10",
"@types/react-dom": "18.2.19",
Expand Down
14 changes: 7 additions & 7 deletions opencti-platform/opencti-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5318,12 +5318,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ramda@npm:0.29.10":
version: 0.29.10
resolution: "@types/ramda@npm:0.29.10"
"@types/ramda@npm:0.29.11":
version: 0.29.11
resolution: "@types/ramda@npm:0.29.11"
dependencies:
types-ramda: "npm:^0.29.7"
checksum: 10/79450e385f25cc5766553879a46fdaab8e2ea06733ca755cbd5f41fb383de171d2c4612050e3fe83ce5bc68beae1cb3d5e016a2dd54042534c5b2906c8236784
types-ramda: "npm:^0.29.9"
checksum: 10/62a9a6d45884854711987a5a760ec8f58ad4584cfe2935abf4b19f59a7572bb222c1453ff8c5d447f44c1dec9fadb528bd9c4a61de9c36d1c45206dc971d954e
languageName: node
linkType: hard

Expand Down Expand Up @@ -15455,7 +15455,7 @@ __metadata:
"@testing-library/react": "npm:14.2.1"
"@types/node": "npm:20.11.24"
"@types/qrcode": "npm:1.5.5"
"@types/ramda": "npm:0.29.10"
"@types/ramda": "npm:0.29.11"
"@types/react": "npm:18.2.61"
"@types/react-csv": "npm:1.1.10"
"@types/react-dom": "npm:18.2.19"
Expand Down Expand Up @@ -20108,7 +20108,7 @@ __metadata:
languageName: node
linkType: hard

"types-ramda@npm:^0.29.7":
"types-ramda@npm:^0.29.9":
version: 0.29.9
resolution: "types-ramda@npm:0.29.9"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"@types/graphql-upload": "16.0.7",
"@types/mime-types": "2.1.4",
"@types/nconf": "0.10.6",
"@types/ramda": "0.29.10",
"@types/ramda": "0.29.11",
"@types/tough-cookie": "4.0.5",
"@types/turndown": "5.0.4",
"@types/uuid": "9.0.8",
Expand Down
14 changes: 7 additions & 7 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4942,12 +4942,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ramda@npm:0.29.10":
version: 0.29.10
resolution: "@types/ramda@npm:0.29.10"
"@types/ramda@npm:0.29.11":
version: 0.29.11
resolution: "@types/ramda@npm:0.29.11"
dependencies:
types-ramda: "npm:^0.29.7"
checksum: 10/79450e385f25cc5766553879a46fdaab8e2ea06733ca755cbd5f41fb383de171d2c4612050e3fe83ce5bc68beae1cb3d5e016a2dd54042534c5b2906c8236784
types-ramda: "npm:^0.29.9"
checksum: 10/62a9a6d45884854711987a5a760ec8f58ad4584cfe2935abf4b19f59a7572bb222c1453ff8c5d447f44c1dec9fadb528bd9c4a61de9c36d1c45206dc971d954e
languageName: node
linkType: hard

Expand Down Expand Up @@ -11507,7 +11507,7 @@ __metadata:
"@types/graphql-upload": "npm:16.0.7"
"@types/mime-types": "npm:2.1.4"
"@types/nconf": "npm:0.10.6"
"@types/ramda": "npm:0.29.10"
"@types/ramda": "npm:0.29.11"
"@types/tough-cookie": "npm:4.0.5"
"@types/turndown": "npm:5.0.4"
"@types/uuid": "npm:9.0.8"
Expand Down Expand Up @@ -13881,7 +13881,7 @@ __metadata:
languageName: node
linkType: hard

"types-ramda@npm:^0.29.7":
"types-ramda@npm:^0.29.9":
version: 0.29.9
resolution: "types-ramda@npm:0.29.9"
dependencies:
Expand Down

0 comments on commit be7aa9f

Please sign in to comment.