Skip to content

Commit

Permalink
Bump the npm_and_yarn group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.2` | `5.0.12` |
| [postcss](https://github.com/postcss/postcss) | `8.4.37` | `8.4.38` |
| [@excalidraw/excalidraw](https://github.com/excalidraw/excalidraw) | `0.16.0` | `0.17.3` |
| [protobufjs](https://github.com/protobufjs/protobuf.js) | `7.2.3` | `7.2.6` |
| [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |


Updates `vite` from 4.5.2 to 5.0.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)

Updates `postcss` from 8.4.37 to 8.4.38
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.37...8.4.38)

Updates `@excalidraw/excalidraw` from 0.16.0 to 0.17.3
- [Release notes](https://github.com/excalidraw/excalidraw/releases)
- [Commits](excalidraw/excalidraw@v0.16.0...v0.17.3)

Updates `protobufjs` from 7.2.3 to 7.2.6
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v7.2.3...protobufjs-v7.2.6)

Updates `semver` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: postcss
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@excalidraw/excalidraw"
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: protobufjs
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 23, 2024
1 parent 59f3f12 commit 4a3d14a
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 279 deletions.
2 changes: 1 addition & 1 deletion apps/e2e-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
"typescript": "5.4.2",
"vite": "^4.5.2"
"vite": "^5.0.12"
}
}
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"autoprefixer": "^10.4.18",
"concurrently": "^8.2.2",
"mdast-util-toc": "^6.1.1",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/excalidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@excalidraw/excalidraw": "0.16.0"
"@excalidraw/excalidraw": "0.17.3"
},
"devDependencies": {
"@udecode/plate-common": "workspace:^"
Expand Down
Loading

0 comments on commit 4a3d14a

Please sign in to comment.