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
parent
commit
4c797b1d66
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 26
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### 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) - 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 `stripe` from version `22.3.2` to `22.5.0`
- Upgraded `undici` from version `8.5.0` to `8.10.0` - Upgraded `undici` from version `8.5.0` to `8.10.0`
- Upgraded `uuid` from version `14.0.1` to `14.0.2` - Upgraded `uuid` from version `14.0.1` to `14.0.2`

26
package-lock.json

@ -168,7 +168,7 @@
"prisma": "7.9.1", "prisma": "7.9.1",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"replace-in-file": "8.4.0", "replace-in-file": "9.0.0",
"shx": "0.4.0", "shx": "0.4.0",
"storybook": "10.5.7", "storybook": "10.5.7",
"ts-jest": "29.4.12", "ts-jest": "29.4.12",
@ -31235,21 +31235,21 @@
} }
}, },
"node_modules/replace-in-file": { "node_modules/replace-in-file": {
"version": "8.4.0", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-8.4.0.tgz", "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-9.0.0.tgz",
"integrity": "sha512-D28k8jy2LtUGbCzCnR3znajaTWIjJ/Uee3UdodzcHRxE7zn6NmYW/dcSqyivnsYU3W+MxdX6SbF28NvJ0GRoLA==", "integrity": "sha512-ACFXyc5ninRlHSVw8ZRht0Fd/BKoje8mpbIDZjbOU/LCaaoZzD9uo3zDQNkULDhcrvhXyL38FCcF1D2SiHM6Vg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^5.6.2", "chalk": "^6.0.0",
"glob": "^13.0.0", "glob": "^13.0.6",
"yargs": "^18.0.0" "yargs": "^18.1.0"
}, },
"bin": { "bin": {
"replace-in-file": "bin/cli.js" "replace-in-file": "dist/bin/cli.js"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=22.12.0"
} }
}, },
"node_modules/replace-in-file/node_modules/balanced-match": { "node_modules/replace-in-file/node_modules/balanced-match": {
@ -31276,13 +31276,13 @@
} }
}, },
"node_modules/replace-in-file/node_modules/chalk": { "node_modules/replace-in-file/node_modules/chalk": {
"version": "5.6.2", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", "resolved": "https://registry.npmjs.org/chalk/-/chalk-6.0.0.tgz",
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", "integrity": "sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0" "node": ">=22"
}, },
"funding": { "funding": {
"url": "https://github.com/chalk/chalk?sponsor=1" "url": "https://github.com/chalk/chalk?sponsor=1"

2
package.json

@ -212,7 +212,7 @@
"prisma": "7.9.1", "prisma": "7.9.1",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"replace-in-file": "8.4.0", "replace-in-file": "9.0.0",
"shx": "0.4.0", "shx": "0.4.0",
"storybook": "10.5.7", "storybook": "10.5.7",
"ts-jest": "29.4.12", "ts-jest": "29.4.12",

Loading…
Cancel
Save