chore(deps-dev): bump unified from 11.0.4 to 11.0.5 (#15950)
* chore(deps-dev): bump unified from 11.0.4 to 11.0.5 Bumps [unified](https://github.com/unifiedjs/unified) from 11.0.4 to 11.0.5. - [Release notes](https://github.com/unifiedjs/unified/releases) - [Changelog](https://github.com/unifiedjs/unified/blob/main/changelog.md) - [Commits](https://github.com/unifiedjs/unified/compare/11.0.4...11.0.5) --- updated-dependencies: - dependency-name: unified dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b392565f9b
commit
e5fb75ec90
|
|
@ -177,7 +177,7 @@
|
|||
"remark-parse": "11.0.0",
|
||||
"supertest": "7.0.0",
|
||||
"typescript": "5.4.5",
|
||||
"unified": "11.0.4",
|
||||
"unified": "11.0.5",
|
||||
"vite-tsconfig-paths": "4.3.2",
|
||||
"vitest": "1.6.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -385,8 +385,8 @@ importers:
|
|||
specifier: 5.4.5
|
||||
version: 5.4.5
|
||||
unified:
|
||||
specifier: 11.0.4
|
||||
version: 11.0.4
|
||||
specifier: 11.0.5
|
||||
version: 11.0.5
|
||||
vite-tsconfig-paths:
|
||||
specifier: 4.3.2
|
||||
version: 4.3.2(typescript@5.4.5)(vite@5.3.1(@types/node@20.14.5))
|
||||
|
|
@ -5207,8 +5207,8 @@ packages:
|
|||
resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
unified@11.0.4:
|
||||
resolution: {integrity: sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==}
|
||||
unified@11.0.5:
|
||||
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
|
||||
|
||||
unist-util-stringify-position@4.0.0:
|
||||
resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
|
||||
|
|
@ -10262,7 +10262,7 @@ snapshots:
|
|||
'@types/mdast': 4.0.4
|
||||
mdast-util-from-markdown: 2.0.1
|
||||
micromark-util-types: 2.0.0
|
||||
unified: 11.0.4
|
||||
unified: 11.0.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
|
@ -10921,7 +10921,7 @@ snapshots:
|
|||
|
||||
unicode-property-aliases-ecmascript@2.1.0: {}
|
||||
|
||||
unified@11.0.4:
|
||||
unified@11.0.5:
|
||||
dependencies:
|
||||
'@types/unist': 3.0.2
|
||||
bail: 2.0.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue