Skip to content

Commit a363a76

Browse files
chore(deps): bump the patch-updates group across 1 directory with 5 updates
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]>
1 parent 97dbe38 commit a363a76

File tree

2 files changed

+133
-28
lines changed

2 files changed

+133
-28
lines changed

package-lock.json

Lines changed: 128 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@digitalservicebund/icons": "^2.0.0",
4949
"@pdf-lib/fontkit": "^1.1.1",
5050
"@remix-run/express": "^2.15.1",
51-
"@remix-run/node": "^2.15.1",
51+
"@remix-run/node": "^2.15.2",
5252
"@remix-run/react": "^2.15.1",
5353
"@remix-validated-form/with-zod": "^2.0.7",
5454
"@sentry/remix": "^8.45.1",
@@ -65,7 +65,7 @@
6565
"haversine-distance": "1.2.3",
6666
"html-entities": "^2.5.2",
6767
"ibantools": "^4.5.1",
68-
"ioredis": "^5.4.1",
68+
"ioredis": "^5.4.2",
6969
"isbot": "^5.1.18",
7070
"lodash": "^4.17.21",
7171
"marked": "^15.0.4",
@@ -112,12 +112,12 @@
112112
"@types/lodash": "^4.17.13",
113113
"@types/mustache": "^4.2.5",
114114
"@types/node": "^20.17.9",
115-
"@types/pdfkit": "^0.13.7",
115+
"@types/pdfkit": "^0.13.8",
116116
"@types/react": "^18.3.13",
117117
"@types/react-dom": "^18.3.1",
118118
"@types/validator": "^13.12.2",
119119
"@vitest/coverage-istanbul": "^2.1.8",
120-
"@vitest/eslint-plugin": "^1.1.17",
120+
"@vitest/eslint-plugin": "^1.1.20",
121121
"@vitest/expect": "^2.1.8",
122122
"autoprefixer": "^10.4.20",
123123
"eslint": "~9.17.0",
@@ -139,7 +139,7 @@
139139
"prettier": "^3.4.2",
140140
"size-limit": "^11.1.6",
141141
"storybook": "^8.4.7",
142-
"tailwindcss": "^3.4.16",
142+
"tailwindcss": "^3.4.17",
143143
"tsx": "~4.19.2",
144144
"typescript": "^5.7.2",
145145
"typescript-eslint": "^8.18.1",

0 commit comments

Comments
 (0)