Skip to content

Commit 381ba34

Browse files
chore(deps): bump the production-dependencies group across 1 directory with 5 updates
Bumps the production-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [canvas](https://github.com/Automattic/node-canvas) | `3.2.1` | `3.2.2` | | [diff](https://github.com/kpdecker/jsdiff) | `8.0.3` | `8.0.4` | | [jose](https://github.com/panva/jose) | `6.2.1` | `6.2.2` | | [next](https://github.com/vercel/next.js) | `16.1.6` | `16.2.1` | | [yaml](https://github.com/eemeli/yaml) | `2.8.2` | `2.8.3` | Updates `canvas` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/Automattic/node-canvas/releases) - [Changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md) - [Commits](Automattic/node-canvas@v3.2.1...v3.2.2) Updates `diff` from 8.0.3 to 8.0.4 - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v8.0.3...8.0.4) Updates `jose` from 6.2.1 to 6.2.2 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.2.1...v6.2.2) Updates `next` from 16.1.6 to 16.2.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.1.6...v16.2.1) Updates `yaml` from 2.8.2 to 2.8.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.2...v2.8.3) --- updated-dependencies: - dependency-name: canvas dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: diff dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: jose dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: next dependency-version: 16.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 388d413 commit 381ba34

File tree

2 files changed

+97
-91
lines changed

2 files changed

+97
-91
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@
6262
"@radix-ui/react-tooltip": "^1.2.8",
6363
"@shikijs/monaco": "^3.23.0",
6464
"@types/qrcode": "^1.5.6",
65-
"canvas": "^3.2.1",
65+
"canvas": "^3.2.2",
6666
"class-variance-authority": "^0.7.1",
6767
"clsx": "^2.1.1",
6868
"cron-parser": "^5.5.0",
69-
"diff": "^8.0.3",
69+
"diff": "^8.0.4",
7070
"ipaddr.js": "^2.3.0",
71-
"jose": "^6.2.1",
71+
"jose": "^6.2.2",
7272
"jsqr": "^1.4.0",
7373
"lucide-react": "^0.562.0",
7474
"monaco-editor": "^0.55.1",
75-
"next": "^16.1.6",
75+
"next": "^16.2.1",
7676
"next-themes": "^0.4.6",
7777
"qr-scanner": "^1.4.2",
7878
"qrcode": "^1.5.4",
@@ -83,7 +83,7 @@
8383
"tailwind-merge": "^3.5.0",
8484
"tailwindcss-animate": "^1.0.7",
8585
"uuid": "^13.0.0",
86-
"yaml": "^2.8.2"
86+
"yaml": "^2.8.3"
8787
},
8888
"devDependencies": {
8989
"@eslint/eslintrc": "^3.3.5",

0 commit comments

Comments
 (0)