npm(deps-dev): bump the dependencies-patch-and-minor group with 2 updates

Bumps the dependencies-patch-and-minor group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [postcss](https://github.com/postcss/postcss).


Updates `@types/node` from 22.10.5 to 22.10.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `postcss` from 8.4.49 to 8.5.1
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.49...8.5.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-14 23:52:00 +00:00
committed by GitHub
parent ebaa7695e6
commit 254852a802
2 changed files with 14 additions and 15 deletions

View File

@ -15,7 +15,7 @@
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@vitest/coverage-istanbul": "^2.1.8",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
@ -24,7 +24,7 @@
"eslint": "^9.18.0",
"globals": "^15.14.0",
"nodemon": "^3.1.9",
"postcss": "^8.4.41",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",