Skip to content

Commit 740acd6

Browse files
chore: bump the development-dependencies group across 1 directory with 2 updates
Bumps the development-dependencies group with 2 updates in the / directory: [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) and [undici](https://github.com/nodejs/undici). Updates `eslint-plugin-prettier` from 5.2.5 to 5.2.6 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.2.5...v5.2.6) Updates `undici` from 7.6.0 to 7.7.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.6.0...v7.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c2f252 commit 740acd6

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 13 additions & 13 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
@@ -37,7 +37,7 @@
3737
"@types/node": "^22.13.17",
3838
"eslint": "^8.57.0",
3939
"eslint-plugin-jsdoc": "^50.6.9",
40-
"eslint-plugin-prettier": "^5.2.5",
40+
"eslint-plugin-prettier": "^5.2.6",
4141
"husky": "^9.1.7",
4242
"jest": "^29.7.0",
4343
"lint-staged": "^15.5.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": "^4.21.2",
2424
"node-fetch-1": "npm:node-fetch@^1.7.3",
2525
"node-fetch-2": "npm:node-fetch@^2.7.0",
26-
"undici": "^7.6.0"
26+
"undici": "^7.7.0"
2727
}
2828
}

0 commit comments

Comments
 (0)