Files
cosmos-explorer/utils/deployment-status/package.json
dependabot[bot] 5971a8bb92 Bump moment from 2.27.0 to 2.29.4 in /utils/deployment-status
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.27.0...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 05:56:22 +00:00

18 lines
331 B
JSON

{
"name": "deployment-status",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"moment": "^2.29.4",
"node-fetch": "^2.6.1"
}
}