npm(deps): bump fs-extra

Bumps the dependencies-patch-and-minor group in /scraper with 1 update: [fs-extra](https://github.com/jprichardson/node-fs-extra).


Updates `fs-extra` from 11.3.3 to 11.3.4
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.3...11.3.4)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-version: 11.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-03 23:25:18 +00:00
committed by GitHub
parent 49b478c21c
commit 4d3062351a
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"dependencies": {
"axios": "^1.13.6",
"debug": "^4.4.3",
"fs-extra": "^11.3.3",
"fs-extra": "^11.3.4",
"node-cron": "^4.2.1",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2"
@@ -1299,9 +1299,9 @@
}
},
"node_modules/fs-extra": {
"version": "11.3.3",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz",
"integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==",
"version": "11.3.4",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
"integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.2.0",

View File

@@ -13,7 +13,7 @@
"dependencies": {
"axios": "^1.13.6",
"debug": "^4.4.3",
"fs-extra": "^11.3.3",
"fs-extra": "^11.3.4",
"node-cron": "^4.2.1",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2"