chore(deps): bump shiki from 1.12.1 to 1.14.1

Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.12.1 to 1.14.1.
- [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.14.1/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-08-19 14:59:40 +00:00 committed by GitHub
parent 5eef85ccdc
commit 3dcce3f367
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.12.1", "shiki": "^1.14.1",
"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",
@ -884,9 +884,9 @@
} }
}, },
"node_modules/@shikijs/core": { "node_modules/@shikijs/core": {
"version": "1.12.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.12.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.14.1.tgz",
"integrity": "sha512-biCz/mnkMktImI6hMfMX3H9kOeqsInxWEyCHbSlL8C/2TR1FqfmGxTLRNwYCKsyCyxWLbB8rEqXRVZuyxuLFmA==", "integrity": "sha512-KyHIIpKNaT20FtFPFjCQB5WVSTpLR/n+jQXhWHWVUMm9MaOaG9BGOG0MSyt7yA4+Lm+4c9rTc03tt3nYzeYSfw==",
"dependencies": { "dependencies": {
"@types/hast": "^3.0.4" "@types/hast": "^3.0.4"
} }
@ -5476,11 +5476,11 @@
} }
}, },
"node_modules/shiki": { "node_modules/shiki": {
"version": "1.12.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-1.12.1.tgz", "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.14.1.tgz",
"integrity": "sha512-nwmjbHKnOYYAe1aaQyEBHvQymJgfm86ZSS7fT8OaPRr4sbAcBNz7PbfAikMEFSDQ6se2j2zobkXvVKcBOm0ysg==", "integrity": "sha512-FujAN40NEejeXdzPt+3sZ3F2dx1U24BY2XTY01+MG8mbxCiA2XukXdcbyMyLAHJ/1AUUnQd1tZlvIjefWWEJeA==",
"dependencies": { "dependencies": {
"@shikijs/core": "1.12.1", "@shikijs/core": "1.14.1",
"@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.12.1", "shiki": "^1.14.1",
"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",