Skip to content

Commit 133b799

Browse files
chore(deps): bump the minor-and-patch group with 7 updates
Bumps the minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [jose](https://github.com/panva/jose) | `6.1.0` | `6.1.1` | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20251014.0` | `4.20251109.0` | | [@sentry/core](https://github.com/getsentry/sentry-javascript) | `10.22.0` | `10.24.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.3` | `8.46.4` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.3` | `8.46.4` | | [msw](https://github.com/mswjs/msw) | `2.11.6` | `2.12.1` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.45.3` | `4.46.0` | Updates `jose` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.1.0...v6.1.1) Updates `@cloudflare/workers-types` from 4.20251014.0 to 4.20251109.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `@sentry/core` from 10.22.0 to 10.24.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.22.0...10.24.0) Updates `@typescript-eslint/eslint-plugin` from 8.46.3 to 8.46.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.3 to 8.46.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/parser) Updates `msw` from 2.11.6 to 2.12.1 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.11.6...v2.12.1) Updates `wrangler` from 4.45.3 to 4.46.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.46.0/packages/wrangler) --- updated-dependencies: - dependency-name: jose dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20251109.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@sentry/core" dependency-version: 10.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: msw dependency-version: 2.12.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: wrangler dependency-version: 4.46.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 935b3bc commit 133b799

File tree

2 files changed

+141
-173
lines changed

2 files changed

+141
-173
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
"dependencies": {
3333
"fp-ts": "^2.16.11",
3434
"io-ts": "^2.2.22",
35-
"jose": "^6.1.0",
35+
"jose": "^6.1.1",
3636
"toucan-js": "^4.1.1"
3737
},
3838
"devDependencies": {
39-
"@cloudflare/workers-types": "^4.20251014.0",
39+
"@cloudflare/workers-types": "^4.20251109.0",
4040
"@eslint/compat": "^1.4.1",
4141
"@eslint/eslintrc": "^3.3.1",
4242
"@eslint/js": "^9.39.1",
4343
"@iarna/toml": "^2.2.5",
4444
"@jest/globals": "^30.2.0",
45-
"@sentry/core": "^10.22.0",
45+
"@sentry/core": "^10.24.0",
4646
"@testing-library/jest-dom": "^6.9.1",
4747
"@types/iarna__toml": "^2.0.5",
4848
"@types/jest": "^30.0.0",
4949
"@types/node": "24.10.0",
50-
"@typescript-eslint/eslint-plugin": "^8.46.3",
51-
"@typescript-eslint/parser": "^8.46.3",
50+
"@typescript-eslint/eslint-plugin": "^8.46.4",
51+
"@typescript-eslint/parser": "^8.46.4",
5252
"cross-env": "^10.1.0",
5353
"depcheck": "^1.4.7",
5454
"eslint": "^9.39.1",
@@ -58,15 +58,15 @@
5858
"eslint-plugin-react": "^7.37.5",
5959
"globals": "^16.5.0",
6060
"jest": "^30.2.0",
61-
"msw": "^2.11.6",
61+
"msw": "^2.12.1",
6262
"npm-run-all": "^4.1.5",
6363
"prettier": "^3.6.2",
6464
"prettier-plugin-packagejson": "^2.5.19",
6565
"prettier-plugin-sh": "^0.18.0",
6666
"ts-jest": "^29.4.5",
6767
"ts-unused-exports": "^11.0.1",
6868
"typescript": "^5.9.3",
69-
"wrangler": "^4.45.3"
69+
"wrangler": "^4.46.0"
7070
},
7171
"packageManager": "yarn@3.6.0",
7272
"engines": {

0 commit comments

Comments
 (0)