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

Bumps the dependencies-patch-and-minor group with 3 updates: [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul), [globals](https://github.com/sindresorhus/globals) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-istanbul` from 2.1.6 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/coverage-istanbul)

Updates `globals` from 15.12.0 to 15.13.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.12.0...v15.13.0)

Updates `vitest` from 2.1.6 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-istanbul"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-patch-and-minor
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-02 23:46:40 +00:00
committed by GitHub
parent 91b1d8bcf1
commit fb30b418c3
2 changed files with 264 additions and 293 deletions

553
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,13 +16,13 @@
"@eslint/js": "^9.16.0", "@eslint/js": "^9.16.0",
"@types/debug": "^4.1.12", "@types/debug": "^4.1.12",
"@types/node": "^22.10.1", "@types/node": "^22.10.1",
"@vitest/coverage-istanbul": "^2.1.6", "@vitest/coverage-istanbul": "^2.1.8",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"cheerio": "^1.0.0", "cheerio": "^1.0.0",
"daisyui": "^4.12.14", "daisyui": "^4.12.14",
"debug": "^4.3.6", "debug": "^4.3.6",
"eslint": "^9.16.0", "eslint": "^9.16.0",
"globals": "^15.12.0", "globals": "^15.13.0",
"nodemon": "^3.1.7", "nodemon": "^3.1.7",
"postcss": "^8.4.41", "postcss": "^8.4.41",
"tailwindcss": "^3.4.15", "tailwindcss": "^3.4.15",