mirror of
https://github.com/danbulant/bpm
synced 2026-05-24 12:21:50 +00:00
Bumps [got](https://github.com/sindresorhus/got) from 10.5.7 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v10.5.7...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"No test specified!\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"got": "^11.8.5",
|
|
"chalk": "^3.0.0"
|
|
}
|
|
}
|