mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-09 11:55:07 +00:00
Bumps the npm_and_yarn group with 1 update in the / directory: [fast-uri](https://github.com/fastify/fast-uri). Updates `fast-uri` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 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.13"
|
|
},
|
|
"dependencies": {
|
|
"patch-package": "^8.0.1"
|
|
}
|
|
}
|