Skip to content

Commit 00b2eaf

Browse files
committed
Update dependency mathjs to v10.6.1
1 parent 850db9c commit 00b2eaf

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/mathjs": "9.4.1",
2525
"bignumber.js": "9.0.2",
2626
"ethereum-waffle": "3.4.4",
27-
"mathjs": "10.5.1",
27+
"mathjs": "10.6.1",
2828
"prisma": "3.14.0",
2929
"ramda": "0.28.0"
3030
},

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
dependencies:
4343
regenerator-runtime "^0.13.4"
4444

45-
"@babel/runtime@^7.17.9":
46-
version "7.17.9"
47-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
48-
integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==
45+
"@babel/runtime@^7.18.3":
46+
version "7.18.3"
47+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
48+
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
4949
dependencies:
5050
regenerator-runtime "^0.13.4"
5151

@@ -1222,11 +1222,6 @@
12221222
dependencies:
12231223
"@types/node" "*"
12241224

1225-
"@types/mocha@^9.1.1":
1226-
version "9.1.1"
1227-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
1228-
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
1229-
12301225
"@types/node-fetch@^2.5.5":
12311226
version "2.5.10"
12321227
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132"
@@ -6172,13 +6167,12 @@ mathjs@*:
61726167
tiny-emitter "^2.1.0"
61736168
typed-function "^2.0.0"
61746169

6175-
mathjs@10.5.1:
6176-
version "10.5.1"
6177-
resolved "https://registry.yarnpkg.com/mathjs/-/mathjs-10.5.1.tgz#7b495f96a624dab8f91878b2a2eff7c75e9e48da"
6178-
integrity sha512-xfVDhVB53HqogiSG+4NWAWW9Y3jiItuJv4G/8DC0sU8Qy31P+Pgr8yCzS074i2ZnEd3ekwzn30mdj1GOmNHHaw==
6170+
mathjs@10.6.1:
6171+
version "10.6.1"
6172+
resolved "https://registry.yarnpkg.com/mathjs/-/mathjs-10.6.1.tgz#95b34178eed65cbf7a63d35c468ad3ac912f7ddf"
6173+
integrity sha512-8iZp6uUKKBoCFoUHze9ydsrSji9/IOEzMhwURyoQXaLL1+ILEZnraw4KzZnUBt/XN6lPJPV+7JO94oil3AmosQ==
61796174
dependencies:
6180-
"@babel/runtime" "^7.17.9"
6181-
"@types/mocha" "^9.1.1"
6175+
"@babel/runtime" "^7.18.3"
61826176
complex.js "^2.1.1"
61836177
decimal.js "^10.3.1"
61846178
escape-latex "^1.2.0"

0 commit comments

Comments
 (0)