Skip to content
Open
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 packages/abstract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"conf": "13.1.0",
"config": "3.3.12",
"lodash": "4.17.21",
"underscore": "1.13.7"
"underscore": "1.13.8"
},
"dependencies": {
"@qiwi/substrate-types": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/std/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"conf": "13.1.0",
"config": "3.3.12",
"lodash": "4.17.21",
"underscore": "1.13.7"
"underscore": "1.13.8"
},
"dependencies": {
"@qiwi/substrate-types": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cross-fetch": "4.1.0",
"lodash": "4.17.21",
"reflect-metadata": "0.2.2",
"underscore": "1.13.7"
"underscore": "1.13.8"
},
"license": "MIT",
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ __metadata:
conf: 13.1.0
config: 3.3.12
lodash: 4.17.21
underscore: 1.13.7
underscore: 1.13.8
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2558,7 +2558,7 @@ __metadata:
config: 3.3.12
lodash: 4.17.21
tslib: ^2.8.1
underscore: 1.13.7
underscore: 1.13.8
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2589,7 +2589,7 @@ __metadata:
cross-fetch: 4.1.0
lodash: 4.17.21
reflect-metadata: 0.2.2
underscore: 1.13.7
underscore: 1.13.8
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11458,10 +11458,10 @@ __metadata:
languageName: node
linkType: hard

"underscore@npm:1.13.7":
version: 1.13.7
resolution: "underscore@npm:1.13.7"
checksum: 174b011af29e4fbe2c70eb2baa8bfab0d0336cf2f5654f364484967bc6264a86224d0134b9176e4235c8cceae00d11839f0fd4824268de04b11c78aca1241684
"underscore@npm:1.13.8":
version: 1.13.8
resolution: "underscore@npm:1.13.8"
checksum: 52a165aa5e468cf64eb5117b9eb484d56c2102343eb67452ddb6edefa0ff2356afa0e41e30589d4f47005d473739fcb9cfcb6df3c0bca5c4ac19539b035a8ec2
languageName: node
linkType: hard

Expand Down
Loading