Skip to content
Merged
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"fast-xml-parser": "^5.3.8",
"fast-xml-parser": "^5.5.6",
"fp-ts": "^2.16.9",
"graphiql": "^3.7.2",
"graphql": "^16.9.0",
Expand Down
30 changes: 20 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5199,7 +5199,7 @@ __metadata:
eslint-plugin-import: ^2.31.0
eslint-plugin-react: ^7.37.4
eslint-plugin-react-hooks: ^5.2.0
fast-xml-parser: ^5.3.8
fast-xml-parser: ^5.5.6
fp-ts: ^2.16.9
graphiql: ^3.7.2
graphql: ^16.9.0
Expand Down Expand Up @@ -9122,22 +9122,25 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-builder@npm:^1.0.0":
version: 1.0.0
resolution: "fast-xml-builder@npm:1.0.0"
checksum: d6fb6d860ebb67c0dbec4c91a5cde3bf3e4cc40407db249539fe0d4e98e5c1bc09b3d45e5cbc412aaee8dd16605467f8c054c104fbccba23cf78ec15ff8767ab
"fast-xml-builder@npm:^1.1.4":
version: 1.1.4
resolution: "fast-xml-builder@npm:1.1.4"
dependencies:
path-expression-matcher: ^1.1.3
checksum: 90b019ed6f52cb30342a58d4bf8726a7723b4110cb9c0fd3fa2031e87506e8b18740fd349472926c9e2925d22ca6637b6d46a20eda537473cf63366970db4d7b
languageName: node
linkType: hard

"fast-xml-parser@npm:^5.3.8":
version: 5.4.1
resolution: "fast-xml-parser@npm:5.4.1"
"fast-xml-parser@npm:^5.5.6":
version: 5.5.6
resolution: "fast-xml-parser@npm:5.5.6"
dependencies:
fast-xml-builder: ^1.0.0
fast-xml-builder: ^1.1.4
path-expression-matcher: ^1.1.3
strnum: ^2.1.2
bin:
fxparser: src/cli/cli.js
checksum: 98b8d2f208dea6be10740509e4ef59dc175584cfb29cb3f82849f0a79645ccaf40916589533029c30b4b47a78e744e8fc08ff468f214a231f450e51f0d8d32c6
checksum: c27820af9cfc534fd40e798852601568c4078694e4d6850dad8feb94f835a0230b115f98f8660cd114c360e60f0dd09e695031cee23a3d1e78609e5538d23ef4
languageName: node
linkType: hard

Expand Down Expand Up @@ -13106,6 +13109,13 @@ __metadata:
languageName: node
linkType: hard

"path-expression-matcher@npm:^1.1.3":
version: 1.1.3
resolution: "path-expression-matcher@npm:1.1.3"
checksum: 9b045e857fd812a8c36f987fae44e49f5843b25408f69e7776540fbb0b59e7f5484aff6cf8b98ee45425ae36a979dfe557a24e385127a9a1aaa85953811eb4c9
languageName: node
linkType: hard

"path-is-absolute@npm:^1.0.0":
version: 1.0.1
resolution: "path-is-absolute@npm:1.0.1"
Expand Down
Loading