Skip to content
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
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"https-proxy-agent": "7.0.6",
"ioredis": "5.8.2",
"ipaddr.js": "2.3.0",
"jose": "6.2.0",
"jose": "6.2.1",
"js-deep-equals": "2.1.1",
"json-to-plain-text": "1.2.0",
"jsonpath-plus": "10.4.0",
Expand Down
17 changes: 12 additions & 5 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9207,10 +9207,10 @@ __metadata:
languageName: node
linkType: hard

"jose@npm:6.2.0, jose@npm:^6.1.3":
version: 6.2.0
resolution: "jose@npm:6.2.0"
checksum: 10c0/cbbdfc335caf6255e55fc08f5a92e336dd865b5838255943f73b281908cba4e6183f96cdfd7dff2a27a86add2ec507b5d4a571f90cd2cde30e741f6cdff8e796
"jose@npm:6.2.1":
version: 6.2.1
resolution: "jose@npm:6.2.1"
checksum: 10c0/456822e00a2ee6b1470fabadd694b237af64b9977aa8a47844aae2841298daefd79bb04ff328cbc3aa3c886761aa72b33bc5c1ad797b31b8368e77a89d09b779
languageName: node
linkType: hard

Expand All @@ -9221,6 +9221,13 @@ __metadata:
languageName: node
linkType: hard

"jose@npm:^6.1.3":
version: 6.2.0
resolution: "jose@npm:6.2.0"
checksum: 10c0/cbbdfc335caf6255e55fc08f5a92e336dd865b5838255943f73b281908cba4e6183f96cdfd7dff2a27a86add2ec507b5d4a571f90cd2cde30e741f6cdff8e796
languageName: node
linkType: hard

"js-base64@npm:^2.1.9":
version: 2.6.4
resolution: "js-base64@npm:2.6.4"
Expand Down Expand Up @@ -10672,7 +10679,7 @@ __metadata:
https-proxy-agent: "npm:7.0.6"
ioredis: "npm:5.8.2"
ipaddr.js: "npm:2.3.0"
jose: "npm:6.2.0"
jose: "npm:6.2.1"
js-deep-equals: "npm:2.1.1"
json-to-plain-text: "npm:1.2.0"
jsonpath-plus: "npm:10.4.0"
Expand Down
Loading