Bump fs-extra to @^11

This commit is contained in:
Lukas | AstroGD 2022-11-29 03:20:48 +01:00
parent fc9f1c7c4c
commit 44e5cc8c91
Signed by: AstroGD
GPG Key ID: 82A5E6C236C535AA
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -12,7 +12,7 @@
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"moment": "^2.29.4",
"pg": "^8.8.0",
"typeorm": "^0.3.10"
@ -831,16 +831,16 @@
}
},
"node_modules/fs-extra": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.0.0.tgz",
"integrity": "sha512-4YxRvMi4P5C3WQTvdRfrv5UVqbISpqjORFQAW5QPiKAauaxNCwrEdIi6pG3tDFhKKpMen+enEhHIzB/tvIO+/w==",
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
},
"engines": {
"node": ">=12"
"node": ">=14.14"
}
},
"node_modules/fs.realpath": {

View File

@ -41,7 +41,7 @@
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"moment": "^2.29.4",
"pg": "^8.8.0",
"typeorm": "^0.3.10"