Browse Source
Task/upgrade replace-in-file to version 9.0.0 (#7768 )
* Update replace-in-file to version 9.0.0
* Update changelog
pull/7778/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
15 additions and
14 deletions
CHANGELOG.md
package-lock.json
package.json
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Extended the tool to get the accounts of the portfolio in the server of the Model Context Protocol (MCP) to support the filtering by account (experimental)
- Upgraded `replace-in-file` from version `8.4.0` to `9.0.0`
- Upgraded `stripe` from version `22.3.2` to `22.5.0`
- Upgraded `undici` from version `8.5.0` to `8.10.0`
- Upgraded `uuid` from version `14.0.1` to `14.0.2`
@ -168,7 +168,7 @@
"prisma" : "7.9.1" ,
"react" : "18.2.0" ,
"react-dom" : "18.2.0" ,
"replace-in-file" : "8.4 .0" ,
"replace-in-file" : "9.0 .0" ,
"shx" : "0.4.0" ,
"storybook" : "10.5.7" ,
"ts-jest" : "29.4.12" ,
@ -31235,21 +31235,21 @@
}
} ,
"node_modules/replace-in-file" : {
"version" : "8.4 .0" ,
"resolved" : "https://registry.npmjs.org/replace-in-file/-/replace-in-file-8.4 .0.tgz" ,
"integrity" : "sha512-D28k8jy2LtUGbCzCnR3znajaTWIjJ/Uee3UdodzcHRxE7zn6NmYW/dcSqyivnsYU3W+MxdX6SbF28NvJ0GRoLA ==" ,
"version" : "9.0 .0" ,
"resolved" : "https://registry.npmjs.org/replace-in-file/-/replace-in-file-9.0 .0.tgz" ,
"integrity" : "sha512-ACFXyc5ninRlHSVw8ZRht0Fd/BKoje8mpbIDZjbOU/LCaaoZzD9uo3zDQNkULDhcrvhXyL38FCcF1D2SiHM6Vg ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"chalk" : "^5.6.2 " ,
"glob" : "^13.0.0 " ,
"yargs" : "^18.0 .0"
"chalk" : "^6.0.0 " ,
"glob" : "^13.0.6 " ,
"yargs" : "^18.1 .0"
} ,
"bin" : {
"replace-in-file" : "bin/cli.js"
"replace-in-file" : "dist/ bin/cli.js"
} ,
"engines" : {
"node" : ">=18 "
"node" : ">=22.12.0 "
}
} ,
"node_modules/replace-in-file/node_modules/balanced-match" : {
@ -31276,13 +31276,13 @@
}
} ,
"node_modules/replace-in-file/node_modules/chalk" : {
"version" : "5.6.2 " ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-5.6.2 .tgz" ,
"integrity" : "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA ==" ,
"version" : "6.0.0 " ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-6.0.0 .tgz" ,
"integrity" : "sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.17.0 || ^14.13 || >=16.0.0 "
"node" : ">=22 "
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
@ -212,7 +212,7 @@
"prisma" : "7.9.1" ,
"react" : "18.2.0" ,
"react-dom" : "18.2.0" ,
"replace-in-file" : "8.4 .0" ,
"replace-in-file" : "9.0 .0" ,
"shx" : "0.4.0" ,
"storybook" : "10.5.7" ,
"ts-jest" : "29.4.12" ,