Browse Source

Merge pull request #78 from ErikBoesen/jsonbigint

Upgrade vulnerable dependencies
master
Brett Langdon 5 years ago
committed by GitHub
parent
commit
54f6164f58
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1313 additions and 154 deletions
  1. +1307
    -148
      package-lock.json
  2. +6
    -6
      package.json

+ 1307
- 148
package-lock.json
File diff suppressed because it is too large
View File


+ 6
- 6
package.json View File

@ -4,7 +4,7 @@
"description": "Datadog API Node.JS Client",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --recursive ./test",
"test": "mocha --recursive ./test",
"docs": "node ./docs/create.js > index.html"
},
"bin": {
@ -27,17 +27,17 @@
"readmeFilename": "README.md",
"gitHead": "f388635a5ab4f4da25702dc0999385d437bdf2bc",
"dependencies": {
"extend": "^3.0.0",
"json-bigint": "^0.1.4",
"lodash": "^4.17.10",
"minimist": "^1.1.1",
"extend": "^3.0.2",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"rc": "^1.2.8"
},
"devDependencies": {
"bignumber.js": "^2.0.7",
"docast": "^0.1.1",
"glob": "^6.0.0",
"js-yaml": "^3.2.7",
"js-yaml": "^3.14.1",
"marked": "^0.3.9",
"mocha": "^5.2.0",
"sinon": "^1.15.4"


Loading…
Cancel
Save