Merge pull request #167 from fabrice404/dependabot/npm_and_yarn/scraper/dependencies-patch-and-minor-70b575c51e
Some checks failed
Build / Build (push) Has been cancelled

npm(deps): bump fs-extra from 11.3.3 to 11.3.4 in /scraper in the dependencies-patch-and-minor group
This commit is contained in:
Fabrice Lamant
2026-03-04 00:25:26 +01:00
committed by GitHub
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"