Bump shiki from 1.5.1 to 1.9.0

Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.5.1 to 1.9.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.9.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-06-24 06:15:42 +00:00 committed by GitHub
parent e23a471d74
commit f8985d5e4c
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.3.1", "rfdc": "^1.3.1",
"rimraf": "^5.0.7", "rimraf": "^5.0.7",
"serve-handler": "^6.1.5", "serve-handler": "^6.1.5",
"shiki": "^1.5.1", "shiki": "^1.9.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",
@ -821,9 +821,9 @@
} }
}, },
"node_modules/@shikijs/core": { "node_modules/@shikijs/core": {
"version": "1.5.1", "version": "1.9.0",
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.9.0.tgz",
"integrity": "sha512-xjV63pRUBvxA1LsxOUhRKLPh0uUjwBLzAKLdEuYSLIylo71sYuwDcttqNP01Ib1TZlLfO840CXHPlgUUsYFjzg==" "integrity": "sha512-cbSoY8P/jgGByG8UOl3jnP/CWg/Qk+1q+eAKWtcrU3pNoILF8wTsLB0jT44qUBV8Ce1SvA9uqcM9Xf+u3fJFBw=="
}, },
"node_modules/@sindresorhus/merge-streams": { "node_modules/@sindresorhus/merge-streams": {
"version": "2.3.0", "version": "2.3.0",
@ -5594,11 +5594,11 @@
} }
}, },
"node_modules/shiki": { "node_modules/shiki": {
"version": "1.5.1", "version": "1.9.0",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-1.5.1.tgz", "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.9.0.tgz",
"integrity": "sha512-vx4Ds3M3B9ZEmLeSXqBAB85osBWV8ErZfP69kuFQZozPgHc33m7spLTCUkcjwEjFm3gk3F9IdXMv8kX+v9xDHA==", "integrity": "sha512-i6//Lqgn7+7nZA0qVjoYH0085YdNk4MC+tJV4bo+HgjgRMJ0JmkLZzFAuvVioJqLkcGDK5GAMpghZEZkCnwxpQ==",
"dependencies": { "dependencies": {
"@shikijs/core": "1.5.1" "@shikijs/core": "1.9.0"
} }
}, },
"node_modules/signal-exit": { "node_modules/signal-exit": {

View file

@ -80,7 +80,7 @@
"rfdc": "^1.3.1", "rfdc": "^1.3.1",
"rimraf": "^5.0.7", "rimraf": "^5.0.7",
"serve-handler": "^6.1.5", "serve-handler": "^6.1.5",
"shiki": "^1.5.1", "shiki": "^1.9.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",