|
@@ -42,6 +42,7 @@
|
42
|
42
|
"@react-navigation/native": "5.9.8",
|
43
|
43
|
"@react-navigation/stack": "5.14.9",
|
44
|
44
|
"@svgr/webpack": "4.3.2",
|
|
45
|
+ "@xmldom/xmldom": "0.7.5",
|
45
|
46
|
"amplitude-js": "8.2.1",
|
46
|
47
|
"base64-js": "1.3.1",
|
47
|
48
|
"bc-css-flags": "3.0.0",
|
|
@@ -114,7 +115,6 @@
|
114
|
115
|
"uuid": "3.1.0",
|
115
|
116
|
"wasm-check": "2.0.1",
|
116
|
117
|
"windows-iana": "^3.1.0",
|
117
|
|
- "xmldom": "0.5.0",
|
118
|
118
|
"zxcvbn": "4.4.2"
|
119
|
119
|
},
|
120
|
120
|
"devDependencies": {
|
|
@@ -5501,6 +5501,14 @@
|
5501
|
5501
|
}
|
5502
|
5502
|
}
|
5503
|
5503
|
},
|
|
5504
|
+ "node_modules/@xmldom/xmldom": {
|
|
5505
|
+ "version": "0.7.5",
|
|
5506
|
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz",
|
|
5507
|
+ "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==",
|
|
5508
|
+ "engines": {
|
|
5509
|
+ "node": ">=10.0.0"
|
|
5510
|
+ }
|
|
5511
|
+ },
|
5504
|
5512
|
"node_modules/@xtuc/ieee754": {
|
5505
|
5513
|
"version": "1.2.0",
|
5506
|
5514
|
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
|
|
@@ -21865,14 +21873,6 @@
|
21865
|
21873
|
"sax": "^1.2.1"
|
21866
|
21874
|
}
|
21867
|
21875
|
},
|
21868
|
|
- "node_modules/xmldom": {
|
21869
|
|
- "version": "0.5.0",
|
21870
|
|
- "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
|
21871
|
|
- "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==",
|
21872
|
|
- "engines": {
|
21873
|
|
- "node": ">=10.0.0"
|
21874
|
|
- }
|
21875
|
|
- },
|
21876
|
21876
|
"node_modules/xpipe": {
|
21877
|
21877
|
"version": "1.0.5",
|
21878
|
21878
|
"resolved": "https://registry.npmjs.org/xpipe/-/xpipe-1.0.5.tgz",
|
|
@@ -26404,6 +26404,11 @@
|
26404
|
26404
|
"integrity": "sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==",
|
26405
|
26405
|
"dev": true
|
26406
|
26406
|
},
|
|
26407
|
+ "@xmldom/xmldom": {
|
|
26408
|
+ "version": "0.7.5",
|
|
26409
|
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz",
|
|
26410
|
+ "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A=="
|
|
26411
|
+ },
|
26407
|
26412
|
"@xtuc/ieee754": {
|
26408
|
26413
|
"version": "1.2.0",
|
26409
|
26414
|
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
|
|
@@ -39115,11 +39120,6 @@
|
39115
|
39120
|
"sax": "^1.2.1"
|
39116
|
39121
|
}
|
39117
|
39122
|
},
|
39118
|
|
- "xmldom": {
|
39119
|
|
- "version": "0.5.0",
|
39120
|
|
- "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
|
39121
|
|
- "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA=="
|
39122
|
|
- },
|
39123
|
39123
|
"xpipe": {
|
39124
|
39124
|
"version": "1.0.5",
|
39125
|
39125
|
"resolved": "https://registry.npmjs.org/xpipe/-/xpipe-1.0.5.tgz",
|