Browse Source

Upgrade @types/big.js to version 7.0.0

pull/7098/head
Thomas Kaul 4 weeks ago
parent
commit
6c14c6612b
  1. 8
      package-lock.json

8
package-lock.json

@ -129,7 +129,7 @@
"@storybook/addon-themes": "10.1.10",
"@storybook/angular": "10.1.10",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/big.js": "6.2.2",
"@types/big.js": "7.0.0",
"@types/cookie-parser": "1.4.10",
"@types/fast-redact": "3.0.4",
"@types/google-spreadsheet": "3.1.5",
@ -14000,9 +14000,9 @@
}
},
"node_modules/@types/big.js": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/@types/big.js/-/big.js-6.2.2.tgz",
"integrity": "sha512-e2cOW9YlVzFY2iScnGBBkplKsrn2CsObHQ2Hiw4V1sSyiGbgWL8IyqE3zFi1Pt5o1pdAtYkDAIsF3KKUPjdzaA==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@types/big.js/-/big.js-7.0.0.tgz",
"integrity": "sha512-WfAGp7IbJvyB8EmWK4tJD24rJRAL6uVbw3LV/hJntFNam+os9KWKj0PzXo8rRRpjupYK8U0M8FoBB8dBhWF2dg==",
"dev": true,
"license": "MIT"
},

Loading…
Cancel
Save