Skip to content

Commit

Permalink
Bump eslint from 7.32.0 to 8.5.0 (#471)
Browse files Browse the repository at this point in the history
* Bump eslint from 7.32.0 to 8.5.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.5.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v7.32.0...v8.5.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump other eslint packages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and raman325 committed Dec 23, 2021
1 parent 12a68e8 commit afa1500
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 779 deletions.
8 changes: 4 additions & 4 deletions example_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ module.exports = {
},

storage: {
cacheDir: "/opt/zwave_js_server/data",
deviceConfigPriorityDir: "/opt/zwave_js_server/data/config",
cacheDir: "/opt/zwave_js_server/data",
deviceConfigPriorityDir: "/opt/zwave_js_server/data/config",
},

// Generated with: "< /dev/urandom tr -dc A-F0-9 | head -c32 ;echo"
securityKeys: {
S0_Legacy: Buffer.from("<NETWORK_KEY>", "hex")
}
S0_Legacy: Buffer.from("<NETWORK_KEY>", "hex"),
},
};
Loading

0 comments on commit afa1500

Please sign in to comment.