Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump fs-extra and @types/fs-extra in /server #4492

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dotenv-extended": "2.9.0",
"express": "4.18.3",
"express-hbs": "2.5.0",
"fs-extra": "10.1.0",
"fs-extra": "11.2.0",
"handlebars": "4.7.7",
"helmet": "4.6.0",
"helmet-csp": "3.4.0",
Expand All @@ -24,7 +24,7 @@
"@types/dotenv": "8.2.0",
"@types/express": "4.17.21",
"@types/form-data": "2.5.0",
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.4",
"@types/helmet": "4.0.0",
"@types/moment": "2.13.0",
"@types/uuid": "9.0.8",
Expand Down
38 changes: 24 additions & 14 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2071,12 +2071,13 @@ __metadata:
languageName: node
linkType: hard

"@types/fs-extra@npm:9.0.13":
version: 9.0.13
resolution: "@types/fs-extra@npm:9.0.13"
"@types/fs-extra@npm:11.0.4":
version: 11.0.4
resolution: "@types/fs-extra@npm:11.0.4"
dependencies:
"@types/jsonfile": "*"
"@types/node": "*"
checksum: add79e212acd5ac76b97b9045834e03a7996aef60a814185e0459088fd290519a3c1620865d588fa36c4498bf614210d2a703af5cf80aa1dbc125db78f6edac3
checksum: 242cb84157631f057f76495c8220707541882c00a00195b603d937fb55e471afecebcb089bab50233ed3a59c69fd68bf65c1f69dd7fafe2347e139cc15b9b0e5
languageName: node
linkType: hard

Expand Down Expand Up @@ -2105,6 +2106,15 @@ __metadata:
languageName: node
linkType: hard

"@types/jsonfile@npm:*":
version: 6.1.4
resolution: "@types/jsonfile@npm:6.1.4"
dependencies:
"@types/node": "*"
checksum: 309fda20eb5f1cf68f2df28931afdf189c5e7e6bec64ac783ce737bb98908d57f6f58757ad5da9be37b815645a6f914e2d4f3ac66c574b8fe1ba6616284d0e97
languageName: node
linkType: hard

"@types/mime@npm:*":
version: 2.0.3
resolution: "@types/mime@npm:2.0.3"
Expand Down Expand Up @@ -3433,25 +3443,25 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:10.1.0":
version: 10.1.0
resolution: "fs-extra@npm:10.1.0"
"fs-extra@npm:11.1.0":
version: 11.1.0
resolution: "fs-extra@npm:11.1.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: dc94ab37096f813cc3ca12f0f1b5ad6744dfed9ed21e953d72530d103cea193c2f81584a39e9dee1bea36de5ee66805678c0dddc048e8af1427ac19c00fffc50
checksum: 5ca476103fa1f5ff4a9b3c4f331548f8a3c1881edaae323a4415d3153b5dc11dc6a981c8d1dd93eec8367ceee27b53f8bd27eecbbf66ffcdd04927510c171e7f
languageName: node
linkType: hard

"fs-extra@npm:11.1.0":
version: 11.1.0
resolution: "fs-extra@npm:11.1.0"
"fs-extra@npm:11.2.0":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: 5ca476103fa1f5ff4a9b3c4f331548f8a3c1881edaae323a4415d3153b5dc11dc6a981c8d1dd93eec8367ceee27b53f8bd27eecbbf66ffcdd04927510c171e7f
checksum: b12e42fa40ba47104202f57b8480dd098aa931c2724565e5e70779ab87605665594e76ee5fb00545f772ab9ace167fe06d2ab009c416dc8c842c5ae6df7aa7e8
languageName: node
linkType: hard

Expand Down Expand Up @@ -6202,7 +6212,7 @@ __metadata:
"@types/dotenv": 8.2.0
"@types/express": 4.17.21
"@types/form-data": 2.5.0
"@types/fs-extra": 9.0.13
"@types/fs-extra": 11.0.4
"@types/helmet": 4.0.0
"@types/moment": 2.13.0
"@types/uuid": 9.0.8
Expand All @@ -6213,7 +6223,7 @@ __metadata:
dotenv-extended: 2.9.0
express: 4.18.3
express-hbs: 2.5.0
fs-extra: 10.1.0
fs-extra: 11.2.0
generate-changelog: 1.8.0
handlebars: 4.7.7
helmet: 4.6.0
Expand Down
Loading