Files
firefly-iii/package.json
dependabot[bot] 0f9a2f010c Bump fast-uri in the npm_and_yarn group across 1 directory
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>
2026-05-08 23:26:04 +00:00

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"
}
}