The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump shiki from 1.2.0 to 1.2.3 (#1048)

Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.2.0 to 1.2.3.
- [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.2.3/packages/shiki)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
561dafce 5ec61468

+9 -9
+8 -8
package-lock.json
··· 55 55 "rfdc": "^1.3.1", 56 56 "rimraf": "^5.0.5", 57 57 "serve-handler": "^6.1.5", 58 - "shiki": "^1.2.0", 58 + "shiki": "^1.2.3", 59 59 "source-map-support": "^0.5.21", 60 60 "to-vfile": "^8.0.0", 61 61 "toml": "^3.0.0", ··· 820 820 } 821 821 }, 822 822 "node_modules/@shikijs/core": { 823 - "version": "1.2.0", 824 - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.2.0.tgz", 825 - "integrity": "sha512-OlFvx+nyr5C8zpcMBnSGir0YPD6K11uYhouqhNmm1qLiis4GA7SsGtu07r9gKS9omks8RtQqHrJL4S+lqWK01A==" 823 + "version": "1.2.3", 824 + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.2.3.tgz", 825 + "integrity": "sha512-SM+aiQVaEK2P53dEcsvhq9+LJPr0rzwezHbMQhHaSrPN4OlOB4vp1qTdhVEKfMg6atdq8s9ZotWW/CSCzWftwg==" 826 826 }, 827 827 "node_modules/@sindresorhus/merge-streams": { 828 828 "version": "2.3.0", ··· 5571 5571 } 5572 5572 }, 5573 5573 "node_modules/shiki": { 5574 - "version": "1.2.0", 5575 - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.2.0.tgz", 5576 - "integrity": "sha512-xLhiTMOIUXCv5DqJ4I70GgQCtdlzsTqFLZWcMHHG3TAieBUbvEGthdrlPDlX4mL/Wszx9C6rEcxU6kMlg4YlxA==", 5574 + "version": "1.2.3", 5575 + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.2.3.tgz", 5576 + "integrity": "sha512-+v7lO5cJMeV2N2ySK4l+51YX3wTh5I49SLjAOs1ch1DbUfeEytU1Ac9KaZPoZJCVBGycDZ09OBQN5nbcPFc5FQ==", 5577 5577 "dependencies": { 5578 - "@shikijs/core": "1.2.0" 5578 + "@shikijs/core": "1.2.3" 5579 5579 } 5580 5580 }, 5581 5581 "node_modules/signal-exit": {
+1 -1
package.json
··· 80 80 "rfdc": "^1.3.1", 81 81 "rimraf": "^5.0.5", 82 82 "serve-handler": "^6.1.5", 83 - "shiki": "^1.2.0", 83 + "shiki": "^1.2.3", 84 84 "source-map-support": "^0.5.21", 85 85 "to-vfile": "^8.0.0", 86 86 "toml": "^3.0.0",