bpm/test/package.json
dependabot[bot] e4e5788899
Bump got from 10.5.7 to 11.8.5 in /test
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>
2022-06-22 16:21:04 +00:00

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"
}
}