Browse Source

Upgrade json-bigint

pull/78/head
ErikBoesen 5 years ago
parent
commit
fe1358e56a
2 changed files with 8 additions and 8 deletions
  1. +7
    -7
      package-lock.json
  2. +1
    -1
      package.json

+ 7
- 7
package-lock.json View File

@ -234,17 +234,17 @@
}
},
"json-bigint": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-0.1.4.tgz",
"integrity": "sha1-tdQLipAJ6S8Vf3wHnbCXABgw4B4=",
"version": "1.0.0",
"resolved": "https://schoology.jfrog.io/schoology/api/npm/npm/json-bigint/-/json-bigint-1.0.0.tgz",
"integrity": "sha1-rlR4I6wMrYOYZn+M2e9HMPWwH/E=",
"requires": {
"bignumber.js": "~1.1.1"
"bignumber.js": "^9.0.0"
},
"dependencies": {
"bignumber.js": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-1.1.1.tgz",
"integrity": "sha1-GkFdmsAUwTJWrx/u2dGj5XF6jPc="
"version": "9.0.1",
"resolved": "https://schoology.jfrog.io/schoology/api/npm/npm/bignumber.js/-/bignumber.js-9.0.1.tgz",
"integrity": "sha1-jXuhJMiCv9jkMmDGdHVRjQaJ5OU="
}
}
},


+ 1
- 1
package.json View File

@ -28,7 +28,7 @@
"gitHead": "f388635a5ab4f4da25702dc0999385d437bdf2bc",
"dependencies": {
"extend": "^3.0.0",
"json-bigint": "^0.1.4",
"json-bigint": "^1.0.0",
"lodash": "^4.17.10",
"minimist": "^1.1.1",
"rc": "^1.2.8"


Loading…
Cancel
Save