chore(deps): bump shiki from 1.11.0 to 1.12.0

Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shikijs/shiki/commits/v1.12.0/packages/shiki)

---
updated-dependencies:
- dependency-name: shiki
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-29 14:21:50 +00:00 committed by GitHub
parent e3f0f43bd7
commit 4e1662b2f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -55,7 +55,7 @@
"rfdc": "^1.4.1", "rfdc": "^1.4.1",
"rimraf": "^5.0.8", "rimraf": "^5.0.8",
"serve-handler": "^6.1.5", "serve-handler": "^6.1.5",
"shiki": "^1.11.0", "shiki": "^1.12.0",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"to-vfile": "^8.0.0", "to-vfile": "^8.0.0",
"toml": "^3.0.0", "toml": "^3.0.0",
@ -868,9 +868,9 @@
} }
}, },
"node_modules/@shikijs/core": { "node_modules/@shikijs/core": {
"version": "1.11.0", "version": "1.12.0",
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.11.0.tgz", "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.12.0.tgz",
"integrity": "sha512-VbEhDAhT/2ozO0TPr5/ZQBO/NWLqtk4ZiBf6NplYpF38mKjNfMMied5fNEfIfYfN+cdKvhDB4VMcKvG/g9c3zg==", "integrity": "sha512-mc1cLbm6UQ8RxLc0dZES7v5rkH+99LxQp/ZvTqV3NLyYsO/fD6JhEflP1H5b2SDq9gI0+0G36AVZWxvounfR9w==",
"dependencies": { "dependencies": {
"@types/hast": "^3.0.4" "@types/hast": "^3.0.4"
} }
@ -5453,11 +5453,11 @@
} }
}, },
"node_modules/shiki": { "node_modules/shiki": {
"version": "1.11.0", "version": "1.12.0",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-1.11.0.tgz", "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.12.0.tgz",
"integrity": "sha512-NqH/O1zRHvnuk/WfSL6b7+DtI7/kkMMSQGlZhm9DyzSU+SoIHhaw/fBZMr+zp9R8KjdIzkk3JKSC6hORuGDyng==", "integrity": "sha512-BuAxWOm5JhRcbSOl7XCei8wGjgJJonnV0oipUupPY58iULxUGyHhW5CF+9FRMuM1pcJ5cGEJGll1LusX6FwpPA==",
"dependencies": { "dependencies": {
"@shikijs/core": "1.11.0", "@shikijs/core": "1.12.0",
"@types/hast": "^3.0.4" "@types/hast": "^3.0.4"
} }
}, },

View file

@ -81,7 +81,7 @@
"rfdc": "^1.4.1", "rfdc": "^1.4.1",
"rimraf": "^5.0.8", "rimraf": "^5.0.8",
"serve-handler": "^6.1.5", "serve-handler": "^6.1.5",
"shiki": "^1.11.0", "shiki": "^1.12.0",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"to-vfile": "^8.0.0", "to-vfile": "^8.0.0",
"toml": "^3.0.0", "toml": "^3.0.0",