Browse Source

Update got requirement from ^8.0.1 to ^9.6.0

Updates the requirements on [got](https://github.com/sindresorhus/got) to permit the latest version.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v8.0.1...v9.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot/npm_and_yarn/got-tw-9.6.0
dependabot-preview[bot] 5 years ago
committed by GitHub
parent
commit
fa41bc4840
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@@ -12,6 +12,6 @@
"dependencies": { "dependencies": {
"body-parser": "^1.18.2", "body-parser": "^1.18.2",
"express": "^4.16.2", "express": "^4.16.2",
"got": "^8.0.1"
"got": "^9.6.0"
} }
} }

Loading…
Cancel
Save