Skip to content

Commit 84abc2c

Browse files
deps: bump the production-dependencies group with 5 updates (#75)
Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [jose](https://github.com/panva/jose) | `6.2.2` | `6.2.3` | | [openid-client](https://github.com/panva/openid-client) | `6.8.3` | `6.8.4` | | [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli) | `4.2.2` | `4.2.4` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.2` | `4.2.4` | | [oidc-provider](https://github.com/panva/node-oidc-provider) | `9.8.2` | `9.8.3` | Updates `jose` from 6.2.2 to 6.2.3 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.2.2...v6.2.3) Updates `openid-client` from 6.8.3 to 6.8.4 - [Release notes](https://github.com/panva/openid-client/releases) - [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md) - [Commits](panva/openid-client@v6.8.3...v6.8.4) Updates `@tailwindcss/cli` from 4.2.2 to 4.2.4 - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/@tailwindcss-cli) Updates `tailwindcss` from 4.2.2 to 4.2.4 - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/tailwindcss) Updates `oidc-provider` from 9.8.2 to 9.8.3 - [Release notes](https://github.com/panva/node-oidc-provider/releases) - [Changelog](https://github.com/panva/node-oidc-provider/blob/main/CHANGELOG.md) - [Commits](panva/node-oidc-provider@v9.8.2...v9.8.3) --- updated-dependencies: - dependency-name: jose dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: openid-client dependency-version: 6.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@tailwindcss/cli" dependency-version: 4.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tailwindcss dependency-version: 4.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: oidc-provider dependency-version: 9.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a912e7 commit 84abc2c

4 files changed

Lines changed: 116 additions & 116 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@apps/shared": "workspace:*",
1313
"dotenv": "^17.4.2",
1414
"express": "^5.2.1",
15-
"jose": "^6.2.2",
15+
"jose": "^6.2.3",
1616
"pino": "^10.3.1",
1717
"pino-pretty": "^13.1.3"
1818
},

apps/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
"dotenv": "^17.4.2",
1717
"ejs": "^5.0.2",
1818
"express": "^5.2.1",
19-
"jose": "^6.2.2",
20-
"openid-client": "^6.8.3",
19+
"jose": "^6.2.3",
20+
"openid-client": "^6.8.4",
2121
"pino": "^10.3.1",
2222
"pino-pretty": "^13.1.3",
2323
"undici": "^8.1.0"
2424
},
2525
"devDependencies": {
26-
"@tailwindcss/cli": "^4.2.2",
26+
"@tailwindcss/cli": "^4.2.4",
2727
"@types/cookie-parser": "^1.4.10",
2828
"@types/ejs": "^3.1.5",
2929
"@types/express": "^5.0.6",
3030
"@types/node": "^25.6.0",
3131
"concurrently": "^9.2.1",
32-
"tailwindcss": "^4.2.2",
32+
"tailwindcss": "^4.2.4",
3333
"tsx": "^4.21.0",
3434
"typescript": "^6.0.3"
3535
}

apps/auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"dotenv": "^17.4.2",
1616
"ejs": "^5.0.2",
1717
"express": "^5.2.1",
18-
"oidc-provider": "^9.8.2",
18+
"oidc-provider": "^9.8.3",
1919
"pino": "^10.3.1",
2020
"pino-pretty": "^13.1.3"
2121
},
2222
"devDependencies": {
23-
"@tailwindcss/cli": "^4.2.2",
23+
"@tailwindcss/cli": "^4.2.4",
2424
"@types/ejs": "^3.1.5",
2525
"@types/express": "^5.0.6",
2626
"@types/node": "^25.6.0",
2727
"concurrently": "^9.2.1",
28-
"tailwindcss": "^4.2.2",
28+
"tailwindcss": "^4.2.4",
2929
"tsx": "^4.21.0",
3030
"typescript": "^6.0.3"
3131
}

0 commit comments

Comments
 (0)