Skip to content

Commit 9080b88

Browse files
committed
Update dependencies
1 parent 45e1813 commit 9080b88

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ If applicable, add logs or screenshots to help explain your problem.
2626
**Environment (please complete the following information)**
2727

2828
- OS: [e.g. Ubuntu 24.04]
29-
- Node.js version: [e.g. 22.16.0]
30-
- NPM version: [e.g. 10.9.2]
29+
- Node.js version: [e.g. 22.18.0]
30+
- NPM version: [e.g. 10.9.3]
3131
- Context: [e.g. Docker, GitLab CI, ...]
3232

3333
**Additional context**

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"jsonpath-plus": "^10.3.0"
3939
},
4040
"devDependencies": {
41-
"@eslint/js": "^9.32.0",
41+
"@eslint/js": "^9.33.0",
4242
"c8": "^10.1.3",
43-
"eslint": "^9.32.0",
43+
"eslint": "^9.33.0",
4444
"express": "^5.1.0",
4545
"globals": "^16.3.0",
4646
"mocha": "^11.7.1",

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const defaultConfig = {
6565
/**
6666
* Load and validate the tool configuration.
6767
*
68-
* @param {string} path Path to the configuration customisation JSON file
68+
* @param {string} [path] Path to the configuration customisation JSON file
6969
* @returns {Promise<*>} The tool configuration
7070
* @throws Invalid configuration
7171
*/

0 commit comments

Comments
 (0)