mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-17 16:35:20 -05:00
Bumps the npm_and_yarn group with 2 updates in the / directory: [postcss](https://github.com/postcss/postcss) and [fast-uri](https://github.com/fastify/fast-uri). Updates `postcss` from 8.5.16 to 8.5.23 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.16...8.5.23) Updates `fast-uri` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: fast-uri dependency-version: 3.1.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"scripts": {
|
|
"postinstall": "patch-package --error-on-fail"
|
|
},
|
|
"workspaces": [
|
|
"resources/assets/v1",
|
|
"resources/assets/v2"
|
|
],
|
|
"devDependencies": {
|
|
"postcss": "^8.5.23"
|
|
},
|
|
"dependencies": {
|
|
"patch-package": "^8.0.1"
|
|
}
|
|
}
|