Browse Source

Upgrade big.js to version 6.2.2

pull/4126/head
Thomas Kaul 8 months ago
parent
commit
0b0b3cb86e
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -45,7 +45,7 @@
"@simplewebauthn/server": "9.0.3",
"@stripe/stripe-js": "4.9.0",
"alphavantage": "2.2.0",
"big.js": "6.2.1",
"big.js": "6.2.2",
"body-parser": "1.20.2",
"bootstrap": "4.6.0",
"bull": "4.16.2",
@ -13519,9 +13519,9 @@
}
},
"node_modules/big.js": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.1.tgz",
"integrity": "sha512-bCtHMwL9LeDIozFn+oNhhFoq+yQ3BNdnsLSASUxLciOb1vgvpHsIO1dsENiGMgbb4SkP5TrzWzRiLddn8ahVOQ==",
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.2.tgz",
"integrity": "sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==",
"license": "MIT",
"engines": {
"node": "*"

2
package.json

@ -91,7 +91,7 @@
"@simplewebauthn/server": "9.0.3",
"@stripe/stripe-js": "4.9.0",
"alphavantage": "2.2.0",
"big.js": "6.2.1",
"big.js": "6.2.2",
"body-parser": "1.20.2",
"bootstrap": "4.6.0",
"bull": "4.16.2",

Loading…
Cancel
Save