Bump the dev-dependencies group with 5 updates

Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.6.4` |
| [@octokit/types](https://github.com/octokit/types.ts) | `12.6.0` | `13.4.0` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `2.2.2` | `2.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.7` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |


Updates `@biomejs/biome` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.6.4/packages/@biomejs/biome)

Updates `@octokit/types` from 12.6.0 to 13.4.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](https://github.com/octokit/types.ts/compare/v12.6.0...v13.4.0)

Updates `@astrojs/mdx` from 2.2.2 to 2.3.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@2.3.0/packages/integrations/mdx)

Updates `@types/node` from 20.12.2 to 20.12.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.4.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@octokit/types"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-15 08:17:46 +00:00 committed by GitHub
parent f43db76966
commit 861d775867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 131 additions and 88 deletions

View File

@ -14,7 +14,7 @@
"lint:fix": "biome check --apply ."
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@biomejs/biome": "^1.6.4",
"@changesets/cli": "2.27.1"
}
}

View File

@ -44,7 +44,7 @@
"astro": ">=4.4.1"
},
"devDependencies": {
"@octokit/types": "^12.6.0"
"@octokit/types": "^13.4.0"
},
"dependencies": {
"@expressive-code/core": "^0.33.5",

View File

@ -15,9 +15,9 @@
"@matthiesenxyz/astro-gists": "workspace:*"
},
"devDependencies": {
"@astrojs/mdx": "^2.2.2",
"@astrojs/mdx": "^2.3.0",
"@astrojs/check": "^0.5.10",
"@types/node": "^20.12.2",
"typescript": "^5.4.3"
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
}
}

View File

@ -9,8 +9,8 @@ importers:
.:
devDependencies:
'@biomejs/biome':
specifier: ^1.6.3
version: 1.6.3
specifier: ^1.6.4
version: 1.6.4
'@changesets/cli':
specifier: 2.27.1
version: 2.27.1
@ -34,7 +34,7 @@ importers:
version: 0.33.5
astro:
specifier: '>=4.4.1'
version: 4.5.12(@types/node@20.12.2)(typescript@5.4.3)
version: 4.5.12(@types/node@20.12.7)(typescript@5.4.5)
astro-integration-kit:
specifier: ^0.8.0
version: 0.8.0(astro@4.5.12)
@ -52,11 +52,11 @@ importers:
version: 6.2.0
vite:
specifier: ^5.2.7
version: 5.2.7(@types/node@20.12.2)
version: 5.2.7(@types/node@20.12.7)
devDependencies:
'@octokit/types':
specifier: ^12.6.0
version: 12.6.0
specifier: ^13.4.0
version: 13.4.0
playground:
dependencies:
@ -65,20 +65,20 @@ importers:
version: link:../package
astro:
specifier: ^4.5.12
version: 4.5.12(@types/node@20.12.2)(typescript@5.4.3)
version: 4.5.12(@types/node@20.12.7)(typescript@5.4.5)
devDependencies:
'@astrojs/check':
specifier: ^0.5.10
version: 0.5.10(typescript@5.4.3)
version: 0.5.10(typescript@5.4.5)
'@astrojs/mdx':
specifier: ^2.2.2
version: 2.2.2(astro@4.5.12)
specifier: ^2.3.0
version: 2.3.0(astro@4.5.12)
'@types/node':
specifier: ^20.12.2
version: 20.12.2
specifier: ^20.12.7
version: 20.12.7
typescript:
specifier: ^5.4.3
version: 5.4.3
specifier: ^5.4.5
version: 5.4.5
packages:
@ -89,17 +89,17 @@ packages:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
/@astrojs/check@0.5.10(typescript@5.4.3):
/@astrojs/check@0.5.10(typescript@5.4.5):
resolution: {integrity: sha512-vliHXM9cu/viGeKiksUM4mXfO816ohWtawTl2ADPgTsd4nUMjFiyAl7xFZhF34yy4hq4qf7jvK1F2PlR3b5I5w==}
hasBin: true
peerDependencies:
typescript: ^5.0.0
dependencies:
'@astrojs/language-server': 2.8.4(typescript@5.4.3)
'@astrojs/language-server': 2.8.4(typescript@5.4.5)
chokidar: 3.6.0
fast-glob: 3.3.2
kleur: 4.1.5
typescript: 5.4.3
typescript: 5.4.5
yargs: 17.7.2
transitivePeerDependencies:
- prettier
@ -112,7 +112,7 @@ packages:
/@astrojs/internal-helpers@0.4.0:
resolution: {integrity: sha512-6B13lz5n6BrbTqCTwhXjJXuR1sqiX/H6rTxzlXx+lN1NnV4jgnq/KJldCQaUWJzPL5SiWahQyinxAbxQtwgPHA==}
/@astrojs/language-server@2.8.4(typescript@5.4.3):
/@astrojs/language-server@2.8.4(typescript@5.4.5):
resolution: {integrity: sha512-sJH5vGTBkhgA8+hdhzX78UUp4cFz4Mt7xkEkevD188OS5bDMkaue6hK+dtXWM47mnrXFveXA2u38K7S+5+IRjA==}
hasBin: true
peerDependencies:
@ -126,7 +126,7 @@ packages:
dependencies:
'@astrojs/compiler': 2.7.0
'@jridgewell/sourcemap-codec': 1.4.15
'@volar/kit': 2.1.5(typescript@5.4.3)
'@volar/kit': 2.1.5(typescript@5.4.5)
'@volar/language-core': 2.1.5
'@volar/language-server': 2.1.5
'@volar/language-service': 2.1.5
@ -168,16 +168,41 @@ packages:
transitivePeerDependencies:
- supports-color
/@astrojs/mdx@2.2.2(astro@4.5.12):
resolution: {integrity: sha512-5SIFtOctC813HFyqJwBf5TBvlT9sbiOOv+bdvzAoiBSab95dC7PZhss22EvUEx+897c81YoIZ4F9fg4ZkxBFIw==}
engines: {node: '>=18.14.1'}
/@astrojs/markdown-remark@5.1.0:
resolution: {integrity: sha512-S6Z3K2hOB7MfjeDoHsotnP/q2UsnEDB8NlNAaCjMDsGBZfTUbWxyLW3CaphEWw08f6KLZi2ibK9yC3BaMhh2NQ==}
dependencies:
'@astrojs/prism': 3.1.0
github-slugger: 2.0.0
hast-util-from-html: 2.0.1
hast-util-to-text: 4.0.0
import-meta-resolve: 4.0.0
mdast-util-definitions: 6.0.0
rehype-raw: 7.0.0
rehype-stringify: 10.0.0
remark-gfm: 4.0.0
remark-parse: 11.0.0
remark-rehype: 11.1.0
remark-smartypants: 2.1.0
shiki: 1.1.7
unified: 11.0.4
unist-util-remove-position: 5.0.0
unist-util-visit: 5.0.0
unist-util-visit-parents: 6.0.1
vfile: 6.0.1
transitivePeerDependencies:
- supports-color
dev: true
/@astrojs/mdx@2.3.0(astro@4.5.12):
resolution: {integrity: sha512-8Lqr3kK1R6B3rukM71GSYTc4BHm5/j+UVdp7UEa18WHW/EVstmhKupabGUHj2Em2L/5AQdFMNmOBVkKzzcPO4g==}
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
peerDependencies:
astro: ^4.0.0
dependencies:
'@astrojs/markdown-remark': 4.3.2
'@astrojs/markdown-remark': 5.1.0
'@mdx-js/mdx': 3.0.1
acorn: 8.11.3
astro: 4.5.12(@types/node@20.12.2)(typescript@5.4.3)
astro: 4.5.12(@types/node@20.12.7)(typescript@5.4.5)
es-module-lexer: 1.4.1
estree-util-visit: 2.0.0
github-slugger: 2.0.0
@ -200,6 +225,13 @@ packages:
dependencies:
prismjs: 1.29.0
/@astrojs/prism@3.1.0:
resolution: {integrity: sha512-Z9IYjuXSArkAUx3N6xj6+Bnvx8OdUSHA8YoOgyepp3+zJmtVYJIl/I18GozdJVW1p5u/CNpl3Km7/gwTJK85cw==}
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
dependencies:
prismjs: 1.29.0
dev: true
/@astrojs/telemetry@3.0.4:
resolution: {integrity: sha512-A+0c7k/Xy293xx6odsYZuXiaHO0PL+bnDoXOc47sGDF5ffIKdKQGRPFl2NMlCF4L0NqN4Ynbgnaip+pPF0s7pQ==}
engines: {node: '>=18.14.1'}
@ -424,88 +456,88 @@ packages:
'@babel/helper-validator-identifier': 7.22.20
to-fast-properties: 2.0.0
/@biomejs/biome@1.6.3:
resolution: {integrity: sha512-Xnp/TIpIcTnRA4LwerJuoGYQJEqwXtn5AL0U0OPXll/QGbAKmcUAfizU880xTwZRD4f53iceqODLDaD3wxYlIw==}
engines: {node: '>=14.*'}
/@biomejs/biome@1.6.4:
resolution: {integrity: sha512-3groVd2oWsLC0ZU+XXgHSNbq31lUcOCBkCcA7sAQGBopHcmL+jmmdoWlY3S61zIh+f2mqQTQte1g6PZKb3JJjA==}
engines: {node: '>=14.21.3'}
hasBin: true
requiresBuild: true
optionalDependencies:
'@biomejs/cli-darwin-arm64': 1.6.3
'@biomejs/cli-darwin-x64': 1.6.3
'@biomejs/cli-linux-arm64': 1.6.3
'@biomejs/cli-linux-arm64-musl': 1.6.3
'@biomejs/cli-linux-x64': 1.6.3
'@biomejs/cli-linux-x64-musl': 1.6.3
'@biomejs/cli-win32-arm64': 1.6.3
'@biomejs/cli-win32-x64': 1.6.3
'@biomejs/cli-darwin-arm64': 1.6.4
'@biomejs/cli-darwin-x64': 1.6.4
'@biomejs/cli-linux-arm64': 1.6.4
'@biomejs/cli-linux-arm64-musl': 1.6.4
'@biomejs/cli-linux-x64': 1.6.4
'@biomejs/cli-linux-x64-musl': 1.6.4
'@biomejs/cli-win32-arm64': 1.6.4
'@biomejs/cli-win32-x64': 1.6.4
dev: true
/@biomejs/cli-darwin-arm64@1.6.3:
resolution: {integrity: sha512-0E8PGu3/8HSkBJdtjno+niJE1ANS/12D7sPK65vw5lTBYmmaYwJdfclDp6XO0IAX7uVd3/YtXlsEua0SVrNt3Q==}
engines: {node: '>=14.*'}
/@biomejs/cli-darwin-arm64@1.6.4:
resolution: {integrity: sha512-2WZef8byI9NRzGajGj5RTrroW9BxtfbP9etigW1QGAtwu/6+cLkdPOWRAs7uFtaxBNiKFYA8j/BxV5zeAo5QOQ==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
/@biomejs/cli-darwin-x64@1.6.3:
resolution: {integrity: sha512-UWu0We/aIRtWXgJKe6ygWt2xR0yXs64BwWqtZbfxBojRn3jgW8UdFAkV5yiUOX3TQlsV6BZH1EQaUAVsccUeeA==}
engines: {node: '>=14.*'}
/@biomejs/cli-darwin-x64@1.6.4:
resolution: {integrity: sha512-uo1zgM7jvzcoDpF6dbGizejDLCqNpUIRkCj/oEK0PB0NUw8re/cn1EnxuOLZqDpn+8G75COLQTOx8UQIBBN/Kg==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
/@biomejs/cli-linux-arm64-musl@1.6.3:
resolution: {integrity: sha512-AntGCSfLN1nPcQj4VOk3X2JgnDw07DaPC8BuBmRcsRmn+7GPSWLllVN5awIKlRPZEbGJtSnLkTiDc5Bxw8OiuA==}
engines: {node: '>=14.*'}
/@biomejs/cli-linux-arm64-musl@1.6.4:
resolution: {integrity: sha512-Hp8Jwt6rjj0wCcYAEN6/cfwrrPLLlGOXZ56Lei4Pt4jy39+UuPeAVFPeclrrCfxyL1wQ2xPrhd/saTHSL6DoJg==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@biomejs/cli-linux-arm64@1.6.3:
resolution: {integrity: sha512-wFVkQw38kOssfnkbpSh6ums5TaElw3RAt5i/VZwHmgR2nQgE0fHXLO7HwIE9VBkOEdbiIFq+2PxvFIHuJF3z3Q==}
engines: {node: '>=14.*'}
/@biomejs/cli-linux-arm64@1.6.4:
resolution: {integrity: sha512-wAOieaMNIpLrxGc2/xNvM//CIZg7ueWy3V5A4T7gDZ3OL/Go27EKE59a+vMKsBCYmTt7jFl4yHz0TUkUbodA/w==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@biomejs/cli-linux-x64-musl@1.6.3:
resolution: {integrity: sha512-GelAvGsUwbxfFpKLG+7+dvDmbrfkGqn08sL8CMQrGnhjE1krAqHWiXQsjfmi0UMFdMsk7hbc4oSAP+1+mrXcHQ==}
engines: {node: '>=14.*'}
/@biomejs/cli-linux-x64-musl@1.6.4:
resolution: {integrity: sha512-wqi0hr8KAx5kBO0B+m5u8QqiYFFBJOSJVSuRqTeGWW+GYLVUtXNidykNqf1JsW6jJDpbkSp2xHKE/bTlVaG2Kg==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@biomejs/cli-linux-x64@1.6.3:
resolution: {integrity: sha512-vyn8TQaTZg617hjqFitwGmb1St5XXvq6I3vmxU/QFalM74BryMSvYCrYWb2Yw/TkykdEwZTMGYp+SWHRb04fTg==}
engines: {node: '>=14.*'}
/@biomejs/cli-linux-x64@1.6.4:
resolution: {integrity: sha512-qTWhuIw+/ePvOkjE9Zxf5OqSCYxtAvcTJtVmZT8YQnmY2I62JKNV2m7tf6O5ViKZUOP0mOQ6NgqHKcHH1eT8jw==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@biomejs/cli-win32-arm64@1.6.3:
resolution: {integrity: sha512-Gx8N2Tixke6pAI1BniteCVZgUUmaFEDYosdWxoaCus15BZI/7RcBxhsRM0ZL/lC66StSQ8vHl8JBrrld1k570Q==}
engines: {node: '>=14.*'}
/@biomejs/cli-win32-arm64@1.6.4:
resolution: {integrity: sha512-Wp3FiEeF6v6C5qMfLkHwf4YsoNHr/n0efvoC8jCKO/kX05OXaVExj+1uVQ1eGT7Pvx0XVm/TLprRO0vq/V6UzA==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [win32]
requiresBuild: true
dev: true
optional: true
/@biomejs/cli-win32-x64@1.6.3:
resolution: {integrity: sha512-meungPJw64SqoR7LXY1wG7GC4+4wgpyThdFUMGXa6PCe0BLFOIOcZ9VMj9PstuczMPdgmt/BUMPsj25dK1VO8A==}
engines: {node: '>=14.*'}
/@biomejs/cli-win32-x64@1.6.4:
resolution: {integrity: sha512-mz183Di5hTSGP7KjNWEhivcP1wnHLGmOxEROvoFsIxMYtDhzJDad4k5gI/1JbmA0xe4n52vsgqo09tBhrMT/Zg==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [win32]
requiresBuild: true
@ -1354,6 +1386,11 @@ packages:
/@octokit/openapi-types@20.0.0:
resolution: {integrity: sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==}
dev: false
/@octokit/openapi-types@22.0.1:
resolution: {integrity: sha512-1yN5m1IMNXthoBDUXFF97N1gHop04B3H8ws7wtOr8GgRyDO1gKALjwMHARNBoMBiB/2vEe/vxstrApcJZzQbnQ==}
dev: true
/@octokit/plugin-paginate-graphql@4.0.0(@octokit/core@5.1.0):
resolution: {integrity: sha512-7HcYW5tP7/Z6AETAPU14gp5H5KmCPT3hmJrS/5tO7HIgbwenYmgw4OY9Ma54FDySuxMwD+wsJlxtuGWwuZuItA==}
@ -1430,6 +1467,13 @@ packages:
resolution: {integrity: sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==}
dependencies:
'@octokit/openapi-types': 20.0.0
dev: false
/@octokit/types@13.4.0:
resolution: {integrity: sha512-WlMegy3lPXYWASe3k9Jslc5a0anrYAYMWtsFrxBTdQjS70hvLH6C+PGvHbOsgy3RA3LouGJoU/vAt4KarecQLQ==}
dependencies:
'@octokit/openapi-types': 22.0.1
dev: true
/@octokit/webhooks-methods@4.1.0:
resolution: {integrity: sha512-zoQyKw8h9STNPqtm28UGOYFE7O6D4Il8VJwhAtMHFt2C4L0VQT1qGKLeefUOqHNs1mNRYSadVv7x0z8U2yyeWQ==}
@ -1611,7 +1655,7 @@ packages:
/@types/jsonwebtoken@9.0.5:
resolution: {integrity: sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==}
dependencies:
'@types/node': 20.12.2
'@types/node': 20.12.7
dev: false
/@types/mdast@4.0.3:
@ -1639,8 +1683,8 @@ packages:
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
dev: true
/@types/node@20.12.2:
resolution: {integrity: sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==}
/@types/node@20.12.7:
resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==}
dependencies:
undici-types: 5.26.5
@ -1669,7 +1713,7 @@ packages:
/@ungap/structured-clone@1.2.0:
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
/@volar/kit@2.1.5(typescript@5.4.3):
/@volar/kit@2.1.5(typescript@5.4.5):
resolution: {integrity: sha512-L4bHJ1TsKNjsmxSGBuzkUvii4EQoQAT9JoHy8aL4Y17qU/z0JWI1BzUDGpMl4oDlsc+WpWIVGo6KZAnclrUx/w==}
peerDependencies:
typescript: '*'
@ -1677,7 +1721,7 @@ packages:
'@volar/language-service': 2.1.5
'@volar/typescript': 2.1.5
typesafe-path: 0.2.2
typescript: 5.4.3
typescript: 5.4.5
vscode-languageserver-textdocument: 1.0.11
vscode-uri: 3.0.8
dev: true
@ -1914,12 +1958,12 @@ packages:
vue:
optional: true
dependencies:
astro: 4.5.12(@types/node@20.12.2)(typescript@5.4.3)
astro: 4.5.12(@types/node@20.12.7)(typescript@5.4.5)
pathe: 1.1.2
recast: 0.23.5
dev: false
/astro@4.5.12(@types/node@20.12.2)(typescript@5.4.3):
/astro@4.5.12(@types/node@20.12.7)(typescript@5.4.5):
resolution: {integrity: sha512-xIJcFI2hbyV8+h5pWjL7SKD1jIP0K01fYVAH+gdAt0mJaXy+u8Mj+goD0cPlK6sEaykR+7zxQLYGKJ44U4qarg==}
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
hasBin: true
@ -1977,10 +2021,10 @@ packages:
shiki: 1.1.7
string-width: 7.1.0
strip-ansi: 7.1.0
tsconfck: 3.0.2(typescript@5.4.3)
tsconfck: 3.0.2(typescript@5.4.5)
unist-util-visit: 5.0.0
vfile: 6.0.1
vite: 5.2.7(@types/node@20.12.2)
vite: 5.2.7(@types/node@20.12.7)
vitefu: 0.2.5(vite@5.2.7)
which-pm: 2.1.1
yargs-parser: 21.1.1
@ -2024,13 +2068,12 @@ packages:
requiresBuild: true
optional: true
/bare-fs@2.2.2:
resolution: {integrity: sha512-X9IqgvyB0/VA5OZJyb5ZstoN62AzD7YxVGog13kkfYWYqJYcK0kcqLZ6TrmH5qr4/8//ejVcX4x/a0UvaogXmA==}
/bare-fs@2.2.3:
resolution: {integrity: sha512-amG72llr9pstfXOBOHve1WjiuKKAMnebcmMbPWDZ7BCevAoJLpugjuAPRsDINEyjT0a6tbaVx3DctkXIRbLuJw==}
requiresBuild: true
dependencies:
bare-events: 2.2.0
bare-os: 2.2.0
bare-path: 2.1.0
bare-path: 2.1.1
streamx: 2.16.1
optional: true
@ -2039,8 +2082,8 @@ packages:
requiresBuild: true
optional: true
/bare-path@2.1.0:
resolution: {integrity: sha512-DIIg7ts8bdRKwJRJrUMy/PICEaQZaPGZ26lsSx9MJSwIhSrcdHn7/C8W+XmnG/rKi6BaRcz+JO00CjZteybDtw==}
/bare-path@2.1.1:
resolution: {integrity: sha512-OHM+iwRDRMDBsSW7kl3dO62JyHdBKO3B25FB9vNQBPcGHMo4+eA8Yj41Lfbk3pS/seDY+siNge0LdRTulAau/A==}
requiresBuild: true
dependencies:
bare-os: 2.2.0
@ -5399,8 +5442,8 @@ packages:
pump: 3.0.0
tar-stream: 3.1.7
optionalDependencies:
bare-fs: 2.2.2
bare-path: 2.1.0
bare-fs: 2.2.3
bare-path: 2.1.1
optional: true
/tar-stream@2.2.0:
@ -5461,7 +5504,7 @@ packages:
/trough@2.2.0:
resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
/tsconfck@3.0.2(typescript@5.4.3):
/tsconfck@3.0.2(typescript@5.4.5):
resolution: {integrity: sha512-6lWtFjwuhS3XI4HsX4Zg0izOI3FU/AI9EGVlPEUMDIhvLPMD4wkiof0WCoDgW7qY+Dy198g4d9miAqUHWHFH6Q==}
engines: {node: ^18 || >=20}
hasBin: true
@ -5471,7 +5514,7 @@ packages:
typescript:
optional: true
dependencies:
typescript: 5.4.3
typescript: 5.4.5
/tslib@2.6.2:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
@ -5571,8 +5614,8 @@ packages:
semver: 7.6.0
dev: true
/typescript@5.4.3:
resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==}
/typescript@5.4.5:
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
engines: {node: '>=14.17'}
hasBin: true
@ -5775,7 +5818,7 @@ packages:
unist-util-stringify-position: 4.0.0
vfile-message: 4.0.2
/vite@5.2.7(@types/node@20.12.2):
/vite@5.2.7(@types/node@20.12.7):
resolution: {integrity: sha512-k14PWOKLI6pMaSzAuGtT+Cf0YmIx12z9YGon39onaJNy8DLBfBJrzg9FQEmkAM5lpHBZs9wksWAsyF/HkpEwJA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@ -5803,7 +5846,7 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 20.12.2
'@types/node': 20.12.7
esbuild: 0.20.2
postcss: 8.4.38
rollup: 4.13.0
@ -5818,7 +5861,7 @@ packages:
vite:
optional: true
dependencies:
vite: 5.2.7(@types/node@20.12.2)
vite: 5.2.7(@types/node@20.12.7)
/volar-service-css@0.0.34(@volar/language-service@2.1.5):
resolution: {integrity: sha512-C7ua0j80ZD7bsgALAz/cA1bykPehoIa5n+3+Ccr+YLpj0fypqw9iLUmGLX11CqzqNCO2XFGe/1eXB/c+SWrF/g==}