Skip to content

Commit 8628248

Browse files
chore: bump the development-dependencies group across 1 directory with 3 updates
Bumps the development-dependencies group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [lint-staged](https://github.com/lint-staged/lint-staged) and [undici](https://github.com/nodejs/undici). Updates `@types/node` from 22.10.6 to 22.10.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `lint-staged` from 15.3.0 to 15.4.1 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.3.0...v15.4.1) Updates `undici` from 7.2.2 to 7.2.3 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.2.2...v7.2.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 629dae2 commit 8628248

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

package-lock.json

Lines changed: 15 additions & 12 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
@@ -34,13 +34,13 @@
3434
"@commitlint/config-conventional": "^19.6.0",
3535
"@financial-times/eslint-config-next": "^7.1.0",
3636
"@types/jest": "^29.5.14",
37-
"@types/node": "^22.10.6",
37+
"@types/node": "^22.10.7",
3838
"eslint": "^8.57.0",
3939
"eslint-plugin-jsdoc": "^50.6.1",
4040
"eslint-plugin-prettier": "^5.2.2",
4141
"husky": "^9.1.7",
4242
"jest": "^29.7.0",
43-
"lint-staged": "^15.3.0",
43+
"lint-staged": "^15.4.1",
4444
"prettier": "^3.4.2",
4545
"release-please": "^16.15.0",
4646
"typescript": "^5.7.3"

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.2.2"
26+
"undici": "^7.2.3"
2727
}
2828
}

0 commit comments

Comments
 (0)