Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Bump json5 and config #46

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump json5 and config
Bumps [json5](https://github.com/json5/json5) to 1.0.2 and updates ancestor dependency [config](https://github.com/node-config/node-config). These dependencies need to be updated together.


Updates `json5` from 0.4.0 to 1.0.2
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v0.4.0...v1.0.2)

Updates `config` from 1.30.0 to 1.31.0
- [Release notes](https://github.com/node-config/node-config/releases)
- [Changelog](https://github.com/node-config/node-config/blob/master/History.md)
- [Commits](https://github.com/node-config/node-config/commits)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: config
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2023
commit d98993d5dd5c6a8e7f841049ae6fb1a399b224b0
26 changes: 17 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"body-parser": "^1.19.0",
"config": "^1.30.0",
"config": "^1.31.0",
"cookie-parser": "~1.4.3",
"debug": "^2.6.9",
"dynamoose": "^1.1.0",
Expand Down