fix(deps): update dependency mathjs to v11 (#519)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-10 00:11:30 +02:00 committed by GitHub
parent 99bc84c37e
commit 7924456cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 17 deletions

View file

@ -62,7 +62,7 @@
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"libphonenumber-js": "^1.10.28", "libphonenumber-js": "^1.10.28",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mathjs": "^10.6.4", "mathjs": "^11.0.0",
"mime-types": "^2.1.35", "mime-types": "^2.1.35",
"naive-ui": "^2.34.3", "naive-ui": "^2.34.3",
"netmask": "^2.0.2", "netmask": "^2.0.2",

26
pnpm-lock.yaml generated
View file

@ -93,8 +93,8 @@ dependencies:
specifier: ^4.17.21 specifier: ^4.17.21
version: 4.17.21 version: 4.17.21
mathjs: mathjs:
specifier: ^10.6.4 specifier: ^11.0.0
version: 10.6.4 version: 11.0.0
mime-types: mime-types:
specifier: ^2.1.35 specifier: ^2.1.35
version: 2.1.35 version: 2.1.35
@ -1623,13 +1623,6 @@ packages:
resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
dev: true dev: true
/@babel/runtime@7.21.0:
resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.11
dev: false
/@babel/runtime@7.22.5: /@babel/runtime@7.22.5:
resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==} resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
@ -6434,11 +6427,12 @@ packages:
mdurl: 1.0.1 mdurl: 1.0.1
uc.micro: 1.0.6 uc.micro: 1.0.6
/mathjs@10.6.4: /mathjs@11.0.0:
resolution: {integrity: sha512-omQyvRE1jIy+3k2qsqkWASOcd45aZguXZDckr3HtnTYyXk5+2xpVfC3kATgbO2Srjxlqww3TVdhD0oUdZ/hiFA==} resolution: {integrity: sha512-D024bzgUcfmRfT/YsZXcktWhfy3k++2qeXK6hmO+FM5pKtBpMxi4KkW1wAgHpQTSphNIKr4WNs8ZFwpB4er8RA==}
engines: {node: '>= 14'} engines: {node: '>= 14'}
hasBin: true
dependencies: dependencies:
'@babel/runtime': 7.21.0 '@babel/runtime': 7.22.5
complex.js: 2.1.1 complex.js: 2.1.1
decimal.js: 10.4.3 decimal.js: 10.4.3
escape-latex: 1.2.0 escape-latex: 1.2.0
@ -6446,7 +6440,7 @@ packages:
javascript-natural-sort: 0.7.1 javascript-natural-sort: 0.7.1
seedrandom: 3.0.5 seedrandom: 3.0.5
tiny-emitter: 2.1.0 tiny-emitter: 2.1.0
typed-function: 2.1.0 typed-function: 3.0.1
dev: false dev: false
/md5-hex@3.0.1: /md5-hex@3.0.1:
@ -8092,9 +8086,9 @@ packages:
is-typed-array: 1.1.10 is-typed-array: 1.1.10
dev: true dev: true
/typed-function@2.1.0: /typed-function@3.0.1:
resolution: {integrity: sha512-bctQIOqx2iVbWGDGPWwIm18QScpu2XRmkC19D8rQGFsjKSgteq/o1hTZvIG/wuDq8fanpBDrLkLq+aEN/6y5XQ==} resolution: {integrity: sha512-bHs+Nfx5fu7BFWxxwqOv+toxYmMYzyqU+/3wdVk/z2Yz5l9kPJtTkk8sz3dqmWtz7bLIsAboIIrs4nhBBKWnXQ==}
engines: {node: '>= 10'} engines: {node: '>= 14'}
dev: false dev: false
/typescript@4.9.3: /typescript@4.9.3: