Skip to content

Commit 950a58f

Browse files
chore: resolve merge conflicts and sync package-lock.json
2 parents 031dbb0 + 6dc69cb commit 950a58f

17 files changed

Lines changed: 1320 additions & 503 deletions

package-lock.json

Lines changed: 127 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
12,
1212
15,
1313
16,
14+
17,
1415
20,
1516
22,
1617
28,
1718
33,
18-
40
19+
40,
20+
44
1921
],
2022
"supportedNipExtensions": [
2123
"11a"
@@ -122,7 +124,7 @@
122124
},
123125
"dependencies": {
124126
"@noble/secp256k1": "1.7.1",
125-
"axios": "^1.7.7",
127+
"axios": "^1.15.0",
126128
"bech32": "2.0.0",
127129
"debug": "4.3.4",
128130
"dotenv": "16.0.3",
@@ -142,5 +144,8 @@
142144
"commitizen": {
143145
"path": "./node_modules/cz-conventional-changelog"
144146
}
147+
},
148+
"overrides": {
149+
"axios@<0.31.0": ">=0.31.0"
145150
}
146151
}

0 commit comments

Comments
 (0)