From 7924456cece7b95baf62dc65ba49f7341f49b0d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 00:11:30 +0200 Subject: [PATCH] fix(deps): update dependency mathjs to v11 (#519) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 26 ++++++++++---------------- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index d0977a40..9fec2ed1 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "jwt-decode": "^3.1.2", "libphonenumber-js": "^1.10.28", "lodash": "^4.17.21", - "mathjs": "^10.6.4", + "mathjs": "^11.0.0", "mime-types": "^2.1.35", "naive-ui": "^2.34.3", "netmask": "^2.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e15d775..c52ae0ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,8 +93,8 @@ dependencies: specifier: ^4.17.21 version: 4.17.21 mathjs: - specifier: ^10.6.4 - version: 10.6.4 + specifier: ^11.0.0 + version: 11.0.0 mime-types: specifier: ^2.1.35 version: 2.1.35 @@ -1623,13 +1623,6 @@ packages: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} 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: resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==} engines: {node: '>=6.9.0'} @@ -6434,11 +6427,12 @@ packages: mdurl: 1.0.1 uc.micro: 1.0.6 - /mathjs@10.6.4: - resolution: {integrity: sha512-omQyvRE1jIy+3k2qsqkWASOcd45aZguXZDckr3HtnTYyXk5+2xpVfC3kATgbO2Srjxlqww3TVdhD0oUdZ/hiFA==} + /mathjs@11.0.0: + resolution: {integrity: sha512-D024bzgUcfmRfT/YsZXcktWhfy3k++2qeXK6hmO+FM5pKtBpMxi4KkW1wAgHpQTSphNIKr4WNs8ZFwpB4er8RA==} engines: {node: '>= 14'} + hasBin: true dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.22.5 complex.js: 2.1.1 decimal.js: 10.4.3 escape-latex: 1.2.0 @@ -6446,7 +6440,7 @@ packages: javascript-natural-sort: 0.7.1 seedrandom: 3.0.5 tiny-emitter: 2.1.0 - typed-function: 2.1.0 + typed-function: 3.0.1 dev: false /md5-hex@3.0.1: @@ -8092,9 +8086,9 @@ packages: is-typed-array: 1.1.10 dev: true - /typed-function@2.1.0: - resolution: {integrity: sha512-bctQIOqx2iVbWGDGPWwIm18QScpu2XRmkC19D8rQGFsjKSgteq/o1hTZvIG/wuDq8fanpBDrLkLq+aEN/6y5XQ==} - engines: {node: '>= 10'} + /typed-function@3.0.1: + resolution: {integrity: sha512-bHs+Nfx5fu7BFWxxwqOv+toxYmMYzyqU+/3wdVk/z2Yz5l9kPJtTkk8sz3dqmWtz7bLIsAboIIrs4nhBBKWnXQ==} + engines: {node: '>= 14'} dev: false /typescript@4.9.3: