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
6 changes: 3 additions & 3 deletions test-projects/expo-purchasely-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test-projects/expo-purchasely-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"private": true,
"overrides": {
"@isaacs/brace-expansion": ">=5.0.1",
"@xmldom/xmldom": ">=0.8.12",
"@xmldom/xmldom": ">=0.9.10",
"brace-expansion": "~1.1.13",
"fast-xml-parser": ">=4.5.4",
"fast-xml-parser": ">=5.7.0",
"flatted": ">=3.3.4",
"minimatch": ">=3.1.3",
"node-forge": ">=1.4.0",
Expand Down
22 changes: 11 additions & 11 deletions test-projects/rn-purchasely-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-projects/rn-purchasely-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"overrides": {
"brace-expansion": "~1.1.13",
"fast-xml-parser": ">=4.5.4",
"fast-xml-parser": ">=5.7.0",
"flatted": ">=3.3.4",
"lodash": ">=4.18.0",
"minimatch": ">=3.1.3"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2025,10 +2025,10 @@ __metadata:
languageName: node
linkType: hard

"@nodable/entities@npm:^1.1.0":
version: 1.1.0
resolution: "@nodable/entities@npm:1.1.0"
checksum: 06ae11766102d4d0414d2b7760f895c26e9034cec430de042da6d30f4657d7d9d4f005e0966797e3bb949ba45874e5fc02927d4a62ac6ea096873a7eeca5752c
"@nodable/entities@npm:^2.1.0":
version: 2.1.0
resolution: "@nodable/entities@npm:2.1.0"
checksum: ae5a432a665d210bb28b3a9dbe8caf49f46be65fdc626bd14febe8f150b735182efb6967fe12f8c8f39d22e572b8b9361b4915aec094f8cea5e01f683191cf80
languageName: node
linkType: hard

Expand Down Expand Up @@ -6572,26 +6572,26 @@ __metadata:
languageName: node
linkType: hard

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

"fast-xml-parser@npm:>=4.5.4":
version: 5.6.0
resolution: "fast-xml-parser@npm:5.6.0"
version: 5.7.2
resolution: "fast-xml-parser@npm:5.7.2"
dependencies:
"@nodable/entities": ^1.1.0
fast-xml-builder: ^1.1.4
"@nodable/entities": ^2.1.0
fast-xml-builder: ^1.1.5
path-expression-matcher: ^1.5.0
strnum: ^2.2.3
bin:
fxparser: src/cli/cli.js
checksum: e12b7daeb532d64befe68bf51b9c06190c09e14e91c7bb3437cc3d73288acfe42b319e3ff5c8d5560dbec80ec24c11d38fd206459b435dab9159b55869efc133
checksum: 6ef5c57be6234de514e55d834b0711358aa205e7d40e2ef975843f493efe39c4d00f869e94eb8b48fecb4f67694fa442b798a991b53a28f173dcbc929f55dea4
languageName: node
linkType: hard

Expand Down
Loading