Skip to content

Commit bfe267c

Browse files
build(deps): bump the npm_and_yarn group with 2 updates (#797)
Bumps the npm_and_yarn group with 2 updates: [esbuild](https://github.com/evanw/esbuild) and [prismjs](https://github.com/PrismJS/prism). Updates `esbuild` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.0...v0.25.1) Updates `prismjs` from 1.29.0 to 1.30.0 - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: prismjs dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4de78bd commit bfe267c

File tree

3 files changed

+122
-114
lines changed

3 files changed

+122
-114
lines changed

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@types/node": "catalog:",
31-
"esbuild": "^0.25.0",
31+
"esbuild": "^0.25.1",
3232
"typescript": "5.7.2",
3333
"zod-to-ts": "^1.2.0"
3434
},

packages/zudoku/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"postcss": "8.5.3",
236236
"posthog-node": "4.8.1",
237237
"prism-react-renderer": "2.4.1",
238-
"prismjs": "1.29.0",
238+
"prismjs": "1.30.0",
239239
"react-error-boundary": "5.0.0",
240240
"react-hook-form": "7.54.2",
241241
"react-is": "catalog:",

0 commit comments

Comments
 (0)