Skip to content

Commit a111463

Browse files
chore(deps-dev): Bump mathjs from 11.9.1 to 11.11.1 (#83)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 158f6ea commit a111463

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@strapi/icons": "^1.6.3",
2222
"prop-types": "^15.7.2",
2323
"axios": "1.5.1",
24-
"mathjs": "11.9.1"
24+
"mathjs": "11.11.1"
2525
},
2626
"devDependencies": {
2727
"@commitlint/cli": "17.7.1",

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@
301301
dependencies:
302302
"@babel/helper-plugin-utils" "^7.22.5"
303303

304-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.7":
305-
version "7.22.6"
306-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz"
307-
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
304+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.15", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.7":
305+
version "7.23.1"
306+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.1.tgz#72741dc4d413338a91dcb044a86f3c0bc402646d"
307+
integrity sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==
308308
dependencies:
309-
regenerator-runtime "^0.13.11"
309+
regenerator-runtime "^0.14.0"
310310

311311
"@babel/template@^7.22.5", "@babel/template@^7.3.3":
312312
version "7.22.5"
@@ -3279,10 +3279,10 @@ [email protected]:
32793279
tiny-warning "^1.0.2"
32803280
tslib "^1.10.0"
32813281

3282-
fraction.js@^4.2.0:
3283-
version "4.2.0"
3284-
resolved "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz"
3285-
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
3282+
fraction.js@4.3.4:
3283+
version "4.3.4"
3284+
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.4.tgz#b2bac8249a610c3396106da97c5a71da75b94b1c"
3285+
integrity sha512-pwiTgt0Q7t+GHZA4yaLjObx4vXmmdcS0iSJ19o8d/goUGgItX9UZWKWNnLHehxviD8wU2IWRsnR8cD5+yOJP2Q==
32863286

32873287
fs-extra@^11.0.0:
32883288
version "11.1.1"
@@ -4612,20 +4612,20 @@ match-sorter@^6.0.2:
46124612
"@babel/runtime" "^7.12.5"
46134613
remove-accents "0.4.2"
46144614

4615-
mathjs@11.9.1:
4616-
version "11.9.1"
4617-
resolved "https://registry.npmjs.org/mathjs/-/mathjs-11.9.1.tgz"
4618-
integrity sha512-VdB9ELZ6Dwda13j5d1eCBETmPO8m9qIJETUdfZmTA9cPnXUiIk7UuoAmvxFqtfAe32XYuRugAec2Ndv0/RfRhg==
4615+
mathjs@11.11.1:
4616+
version "11.11.1"
4617+
resolved "https://registry.yarnpkg.com/mathjs/-/mathjs-11.11.1.tgz#883784ee038271e00f1ef9ba5fc0f03d4bb4b500"
4618+
integrity sha512-uWrwMrhU31TCqHKmm1yFz0C352njGUVr/I1UnpMOxI/VBTTbCktx/mREUXx5Vyg11xrFdg/F3wnMM7Ql/csVsQ==
46194619
dependencies:
4620-
"@babel/runtime" "^7.22.6"
4620+
"@babel/runtime" "^7.22.15"
46214621
complex.js "^2.1.1"
46224622
decimal.js "^10.4.3"
46234623
escape-latex "^1.2.0"
4624-
fraction.js "^4.2.0"
4624+
fraction.js "4.3.4"
46254625
javascript-natural-sort "^0.7.1"
46264626
seedrandom "^3.0.5"
46274627
tiny-emitter "^2.1.0"
4628-
typed-function "^4.1.0"
4628+
typed-function "^4.1.1"
46294629

46304630
memoize-one@^6.0.0:
46314631
version "6.0.0"
@@ -5340,10 +5340,10 @@ reflect.getprototypeof@^1.0.3:
53405340
globalthis "^1.0.3"
53415341
which-builtin-type "^1.1.3"
53425342

5343-
regenerator-runtime@^0.13.11:
5344-
version "0.13.11"
5345-
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz"
5346-
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
5343+
regenerator-runtime@^0.14.0:
5344+
version "0.14.0"
5345+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
5346+
integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==
53475347

53485348
regexp.prototype.flags@^1.4.3, regexp.prototype.flags@^1.5.0:
53495349
version "1.5.0"
@@ -6017,10 +6017,10 @@ typed-array-length@^1.0.4:
60176017
for-each "^0.3.3"
60186018
is-typed-array "^1.1.9"
60196019

6020-
typed-function@^4.1.0:
6021-
version "4.1.0"
6022-
resolved "https://registry.npmjs.org/typed-function/-/typed-function-4.1.0.tgz"
6023-
integrity sha512-DGwUl6cioBW5gw2L+6SMupGwH/kZOqivy17E4nsh1JI9fKF87orMmlQx3KISQPmg3sfnOUGlwVkroosvgddrlg==
6020+
typed-function@^4.1.1:
6021+
version "4.1.1"
6022+
resolved "https://registry.yarnpkg.com/typed-function/-/typed-function-4.1.1.tgz#38ce3cae31f4f513bcb263563fdad27b2afa73e8"
6023+
integrity sha512-Pq1DVubcvibmm8bYcMowjVnnMwPVMeh0DIdA8ad8NZY2sJgapANJmiigSUwlt+EgXxpfIv8MWrQXTIzkfYZLYQ==
60246024

60256025
"typescript@^4.6.4 || ^5.0.0":
60266026
version "5.1.6"

0 commit comments

Comments
 (0)