Skip to content

Commit

Permalink
chore(deps): bump the patch-updates group across 1 directory with 5 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the patch-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.15.1` | `2.15.2` |
| [ioredis](https://github.com/luin/ioredis) | `5.4.1` | `5.4.2` |
| [@types/pdfkit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pdfkit) | `0.13.7` | `0.13.8` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.1.17` | `1.1.20` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.16` | `3.4.17` |



Updates `@remix-run/node` from 2.15.1 to 2.15.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-node/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-node)

Updates `ioredis` from 5.4.1 to 5.4.2
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.4.1...v5.4.2)

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

Updates `@vitest/eslint-plugin` from 1.1.17 to 1.1.20
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.1.17...v1.1.20)

Updates `tailwindcss` from 3.4.16 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.16...v3.4.17)

---
updated-dependencies:
- dependency-name: "@remix-run/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: ioredis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@types/pdfkit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 8d643e4 commit 7f55d69
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 28 deletions.
151 changes: 128 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@digitalservicebund/icons": "^2.0.0",
"@pdf-lib/fontkit": "^1.1.1",
"@remix-run/express": "^2.15.1",
"@remix-run/node": "^2.15.1",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.1",
"@remix-validated-form/with-zod": "^2.0.7",
"@sentry/remix": "^8.45.1",
Expand All @@ -65,7 +65,7 @@
"haversine-distance": "1.2.3",
"html-entities": "^2.5.2",
"ibantools": "^4.5.1",
"ioredis": "^5.4.1",
"ioredis": "^5.4.2",
"isbot": "^5.1.18",
"lodash": "^4.17.21",
"marked": "^15.0.4",
Expand Down Expand Up @@ -111,12 +111,12 @@
"@types/lodash": "^4.17.13",
"@types/mustache": "^4.2.5",
"@types/node": "^20.17.9",
"@types/pdfkit": "^0.13.7",
"@types/pdfkit": "^0.13.8",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/validator": "^13.12.2",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.17",
"@vitest/eslint-plugin": "^1.1.20",
"@vitest/expect": "^2.1.8",
"autoprefixer": "^10.4.20",
"eslint": "~9.17.0",
Expand All @@ -138,7 +138,7 @@
"prettier": "^3.4.2",
"size-limit": "^11.1.6",
"storybook": "^8.4.7",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"tsx": "~4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
Expand Down

0 comments on commit 7f55d69

Please sign in to comment.