Skip to content

Commit 6fff6d5

Browse files
chore: bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [undici](https://github.com/nodejs/undici). Updates `eslint-plugin-jsdoc` from 50.6.11 to 50.6.14 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v50.6.11...v50.6.14) Updates `undici` from 7.8.0 to 7.9.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.8.0...v7.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 50.6.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: undici dependency-version: 7.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 034f48e commit 6fff6d5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/jest": "^29.5.14",
3737
"@types/node": "^22.15.17",
3838
"eslint": "^8.57.0",
39-
"eslint-plugin-jsdoc": "^50.6.11",
39+
"eslint-plugin-jsdoc": "^50.6.14",
4040
"eslint-plugin-prettier": "^5.4.0",
4141
"husky": "^9.1.7",
4242
"jest": "^29.7.0",

packages/fetch-error-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"express": "^5.1.0",
2424
"node-fetch-1": "npm:node-fetch@^1.7.3",
2525
"node-fetch-2": "npm:node-fetch@^2.7.0",
26-
"undici": "^7.8.0"
26+
"undici": "^7.9.0"
2727
}
2828
}

0 commit comments

Comments
 (0)