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(deps): update dependency extract-files to v13 #390

Open
wants to merge 1 commit into
base: next
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"dayjs": "^1.11.5",
"enquirer": "^2.3.6",
"express": "^4.18.1",
"extract-files": "^11.0.0",
"extract-files": "^13.0.0",
"fido2-lib": "^3.3.3",
"formik": "^2.2.9",
"graphql": "^16.6.0",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12630,6 +12630,15 @@ __metadata:
languageName: node
linkType: hard

"extract-files@npm:^13.0.0":
version: 13.0.0
resolution: "extract-files@npm:13.0.0"
dependencies:
is-plain-obj: ^4.1.0
checksum: b6fa0eb69115416808b4e92bfdaf69895a50daf3b28320a1dd99bc8a3c9163ac0fa1c1f5494bff00c16bdc029f2b8a89b1b0b879e9a06d6148f6f6ec50305b7a
languageName: node
linkType: hard

"extract-zip@npm:2.0.1":
version: 2.0.1
resolution: "extract-zip@npm:2.0.1"
Expand Down Expand Up @@ -14764,6 +14773,13 @@ __metadata:
languageName: node
linkType: hard

"is-plain-obj@npm:^4.1.0":
version: 4.1.0
resolution: "is-plain-obj@npm:4.1.0"
checksum: 6dc45da70d04a81f35c9310971e78a6a3c7a63547ef782e3a07ee3674695081b6ca4e977fbb8efc48dae3375e0b34558d2bcd722aec9bddfa2d7db5b041be8ce
languageName: node
linkType: hard

"is-plain-object@npm:^5.0.0":
version: 5.0.0
resolution: "is-plain-object@npm:5.0.0"
Expand Down Expand Up @@ -22627,7 +22643,7 @@ __metadata:
eslint-plugin-react-hooks: ^4.6.0
execa: ^5.1.1
express: ^4.18.1
extract-files: ^11.0.0
extract-files: ^13.0.0
fetch-blob: ^3.2.0
fido2-lib: ^3.3.3
form-data-encoder: ^1.7.2
Expand Down