@wavemaker/app-rn-runtime 11.14.1-13.6377 → 11.14.1-16.6404
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/container/wizard/wizard.component.js +1 -1
- package/components/container/wizard/wizard.component.js.map +1 -1
- package/components/dialogs/dialogcontent/dialogcontent.component.js +2 -1
- package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/advanced-promise-rejection-tracker.js +1 -2
- package/core/advanced-promise-rejection-tracker.js.map +1 -1
- package/core/base.component.js +1 -1
- package/core/base.component.js.map +1 -1
- package/core/error-boundary.component.js +29 -1
- package/core/error-boundary.component.js.map +1 -1
- package/core/global-error-handler.service.js +97 -23
- package/core/global-error-handler.service.js.map +1 -1
- package/npm-shrinkwrap.json +188 -243
- package/package-lock.json +188 -243
- package/package.json +2 -2
- package/runtime/App.js +43 -17
- package/runtime/App.js.map +1 -1
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-16.6404",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-16.6404",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@expo/vector-icons": "15.0.2",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@react-navigation/drawer": "7.5.8",
|
|
21
21
|
"@react-navigation/native": "7.1.18",
|
|
22
22
|
"@react-navigation/stack": "7.4.8",
|
|
23
|
-
"@wavemaker/variables": "11.14.1-
|
|
23
|
+
"@wavemaker/variables": "11.14.1-16.6404",
|
|
24
24
|
"axios": "1.8.3",
|
|
25
25
|
"color": "4.2.3",
|
|
26
26
|
"cross-env": "7.0.3",
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"node_modules/@babel/code-frame": {
|
|
149
|
-
"version": "7.
|
|
150
|
-
"integrity": "sha512-
|
|
149
|
+
"version": "7.29.0",
|
|
150
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
151
151
|
"license": "MIT",
|
|
152
152
|
"dependencies": {
|
|
153
153
|
"@babel/helper-validator-identifier": "^7.28.5",
|
|
@@ -159,8 +159,8 @@
|
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
"node_modules/@babel/compat-data": {
|
|
162
|
-
"version": "7.
|
|
163
|
-
"integrity": "sha512-
|
|
162
|
+
"version": "7.29.0",
|
|
163
|
+
"integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
|
|
164
164
|
"license": "MIT",
|
|
165
165
|
"engines": {
|
|
166
166
|
"node": ">=6.9.0"
|
|
@@ -214,12 +214,12 @@
|
|
|
214
214
|
}
|
|
215
215
|
},
|
|
216
216
|
"node_modules/@babel/generator": {
|
|
217
|
-
"version": "7.
|
|
218
|
-
"integrity": "sha512-
|
|
217
|
+
"version": "7.29.1",
|
|
218
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
219
219
|
"license": "MIT",
|
|
220
220
|
"dependencies": {
|
|
221
|
-
"@babel/parser": "^7.
|
|
222
|
-
"@babel/types": "^7.
|
|
221
|
+
"@babel/parser": "^7.29.0",
|
|
222
|
+
"@babel/types": "^7.29.0",
|
|
223
223
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
224
224
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
225
225
|
"jsesc": "^3.0.2"
|
|
@@ -291,15 +291,15 @@
|
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
293
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
294
|
-
"version": "0.6.
|
|
295
|
-
"integrity": "sha512-
|
|
294
|
+
"version": "0.6.6",
|
|
295
|
+
"integrity": "sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==",
|
|
296
296
|
"license": "MIT",
|
|
297
297
|
"dependencies": {
|
|
298
|
-
"@babel/helper-compilation-targets": "^7.
|
|
299
|
-
"@babel/helper-plugin-utils": "^7.
|
|
300
|
-
"debug": "^4.4.
|
|
298
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
299
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
300
|
+
"debug": "^4.4.3",
|
|
301
301
|
"lodash.debounce": "^4.0.8",
|
|
302
|
-
"resolve": "^1.22.
|
|
302
|
+
"resolve": "^1.22.11"
|
|
303
303
|
},
|
|
304
304
|
"peerDependencies": {
|
|
305
305
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -556,11 +556,11 @@
|
|
|
556
556
|
}
|
|
557
557
|
},
|
|
558
558
|
"node_modules/@babel/parser": {
|
|
559
|
-
"version": "7.
|
|
560
|
-
"integrity": "sha512-
|
|
559
|
+
"version": "7.29.0",
|
|
560
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
561
561
|
"license": "MIT",
|
|
562
562
|
"dependencies": {
|
|
563
|
-
"@babel/types": "^7.
|
|
563
|
+
"@babel/types": "^7.29.0"
|
|
564
564
|
},
|
|
565
565
|
"bin": {
|
|
566
566
|
"parser": "bin/babel-parser.js"
|
|
@@ -670,8 +670,8 @@
|
|
|
670
670
|
}
|
|
671
671
|
},
|
|
672
672
|
"node_modules/@babel/plugin-proposal-decorators": {
|
|
673
|
-
"version": "7.
|
|
674
|
-
"integrity": "sha512-
|
|
673
|
+
"version": "7.29.0",
|
|
674
|
+
"integrity": "sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==",
|
|
675
675
|
"license": "MIT",
|
|
676
676
|
"peer": true,
|
|
677
677
|
"dependencies": {
|
|
@@ -1118,13 +1118,13 @@
|
|
|
1118
1118
|
}
|
|
1119
1119
|
},
|
|
1120
1120
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1121
|
-
"version": "7.
|
|
1122
|
-
"integrity": "sha512-
|
|
1121
|
+
"version": "7.29.0",
|
|
1122
|
+
"integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==",
|
|
1123
1123
|
"license": "MIT",
|
|
1124
1124
|
"dependencies": {
|
|
1125
1125
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1126
1126
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
1127
|
-
"@babel/traverse": "^7.
|
|
1127
|
+
"@babel/traverse": "^7.29.0"
|
|
1128
1128
|
},
|
|
1129
1129
|
"engines": {
|
|
1130
1130
|
"node": ">=6.9.0"
|
|
@@ -1469,15 +1469,15 @@
|
|
|
1469
1469
|
}
|
|
1470
1470
|
},
|
|
1471
1471
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
1472
|
-
"version": "7.
|
|
1473
|
-
"integrity": "sha512-
|
|
1472
|
+
"version": "7.29.0",
|
|
1473
|
+
"integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==",
|
|
1474
1474
|
"dev": true,
|
|
1475
1475
|
"license": "MIT",
|
|
1476
1476
|
"dependencies": {
|
|
1477
|
-
"@babel/helper-module-transforms": "^7.28.
|
|
1478
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1477
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
1478
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1479
1479
|
"@babel/helper-validator-identifier": "^7.28.5",
|
|
1480
|
-
"@babel/traverse": "^7.
|
|
1480
|
+
"@babel/traverse": "^7.29.0"
|
|
1481
1481
|
},
|
|
1482
1482
|
"engines": {
|
|
1483
1483
|
"node": ">=6.9.0"
|
|
@@ -1503,12 +1503,12 @@
|
|
|
1503
1503
|
}
|
|
1504
1504
|
},
|
|
1505
1505
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
1506
|
-
"version": "7.
|
|
1507
|
-
"integrity": "sha512-
|
|
1506
|
+
"version": "7.29.0",
|
|
1507
|
+
"integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==",
|
|
1508
1508
|
"license": "MIT",
|
|
1509
1509
|
"dependencies": {
|
|
1510
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1511
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1510
|
+
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
1511
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1512
1512
|
},
|
|
1513
1513
|
"engines": {
|
|
1514
1514
|
"node": ">=6.9.0"
|
|
@@ -1773,8 +1773,8 @@
|
|
|
1773
1773
|
}
|
|
1774
1774
|
},
|
|
1775
1775
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1776
|
-
"version": "7.
|
|
1777
|
-
"integrity": "sha512-
|
|
1776
|
+
"version": "7.29.0",
|
|
1777
|
+
"integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==",
|
|
1778
1778
|
"license": "MIT",
|
|
1779
1779
|
"dependencies": {
|
|
1780
1780
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -1802,12 +1802,12 @@
|
|
|
1802
1802
|
}
|
|
1803
1803
|
},
|
|
1804
1804
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
1805
|
-
"version": "7.
|
|
1806
|
-
"integrity": "sha512-
|
|
1805
|
+
"version": "7.29.0",
|
|
1806
|
+
"integrity": "sha512-jlaRT5dJtMaMCV6fAuLbsQMSwz/QkvaHOHOSXRitGGwSpR1blCY4KUKoyP2tYO8vJcqYe8cEj96cqSztv3uF9w==",
|
|
1807
1807
|
"license": "MIT",
|
|
1808
1808
|
"dependencies": {
|
|
1809
|
-
"@babel/helper-module-imports": "^7.
|
|
1810
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1809
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
1810
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1811
1811
|
"babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
1812
1812
|
"babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
1813
1813
|
"babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
@@ -2156,11 +2156,11 @@
|
|
|
2156
2156
|
}
|
|
2157
2157
|
},
|
|
2158
2158
|
"node_modules/@babel/runtime-corejs3": {
|
|
2159
|
-
"version": "7.
|
|
2160
|
-
"integrity": "sha512-
|
|
2159
|
+
"version": "7.29.0",
|
|
2160
|
+
"integrity": "sha512-TgUkdp71C9pIbBcHudc+gXZnihEDOjUAmXO1VO4HHGES7QLZcShR0stfKIxLSNIYx2fqhmJChOjm/wkF8wv4gA==",
|
|
2161
2161
|
"license": "MIT",
|
|
2162
2162
|
"dependencies": {
|
|
2163
|
-
"core-js-pure": "^3.
|
|
2163
|
+
"core-js-pure": "^3.48.0"
|
|
2164
2164
|
},
|
|
2165
2165
|
"engines": {
|
|
2166
2166
|
"node": ">=6.9.0"
|
|
@@ -2180,16 +2180,16 @@
|
|
|
2180
2180
|
}
|
|
2181
2181
|
},
|
|
2182
2182
|
"node_modules/@babel/traverse": {
|
|
2183
|
-
"version": "7.
|
|
2184
|
-
"integrity": "sha512-
|
|
2183
|
+
"version": "7.29.0",
|
|
2184
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
2185
2185
|
"license": "MIT",
|
|
2186
2186
|
"dependencies": {
|
|
2187
|
-
"@babel/code-frame": "^7.
|
|
2188
|
-
"@babel/generator": "^7.
|
|
2187
|
+
"@babel/code-frame": "^7.29.0",
|
|
2188
|
+
"@babel/generator": "^7.29.0",
|
|
2189
2189
|
"@babel/helper-globals": "^7.28.0",
|
|
2190
|
-
"@babel/parser": "^7.
|
|
2190
|
+
"@babel/parser": "^7.29.0",
|
|
2191
2191
|
"@babel/template": "^7.28.6",
|
|
2192
|
-
"@babel/types": "^7.
|
|
2192
|
+
"@babel/types": "^7.29.0",
|
|
2193
2193
|
"debug": "^4.3.1"
|
|
2194
2194
|
},
|
|
2195
2195
|
"engines": {
|
|
@@ -2198,16 +2198,16 @@
|
|
|
2198
2198
|
},
|
|
2199
2199
|
"node_modules/@babel/traverse--for-generate-function-map": {
|
|
2200
2200
|
"name": "@babel/traverse",
|
|
2201
|
-
"version": "7.
|
|
2202
|
-
"integrity": "sha512-
|
|
2201
|
+
"version": "7.29.0",
|
|
2202
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
2203
2203
|
"license": "MIT",
|
|
2204
2204
|
"dependencies": {
|
|
2205
|
-
"@babel/code-frame": "^7.
|
|
2206
|
-
"@babel/generator": "^7.
|
|
2205
|
+
"@babel/code-frame": "^7.29.0",
|
|
2206
|
+
"@babel/generator": "^7.29.0",
|
|
2207
2207
|
"@babel/helper-globals": "^7.28.0",
|
|
2208
|
-
"@babel/parser": "^7.
|
|
2208
|
+
"@babel/parser": "^7.29.0",
|
|
2209
2209
|
"@babel/template": "^7.28.6",
|
|
2210
|
-
"@babel/types": "^7.
|
|
2210
|
+
"@babel/types": "^7.29.0",
|
|
2211
2211
|
"debug": "^4.3.1"
|
|
2212
2212
|
},
|
|
2213
2213
|
"engines": {
|
|
@@ -2215,8 +2215,8 @@
|
|
|
2215
2215
|
}
|
|
2216
2216
|
},
|
|
2217
2217
|
"node_modules/@babel/types": {
|
|
2218
|
-
"version": "7.
|
|
2219
|
-
"integrity": "sha512-
|
|
2218
|
+
"version": "7.29.0",
|
|
2219
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
2220
2220
|
"license": "MIT",
|
|
2221
2221
|
"dependencies": {
|
|
2222
2222
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -2393,8 +2393,8 @@
|
|
|
2393
2393
|
}
|
|
2394
2394
|
},
|
|
2395
2395
|
"node_modules/@commitlint/is-ignored/node_modules/semver": {
|
|
2396
|
-
"version": "7.7.
|
|
2397
|
-
"integrity": "sha512-
|
|
2396
|
+
"version": "7.7.4",
|
|
2397
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
2398
2398
|
"dev": true,
|
|
2399
2399
|
"license": "ISC",
|
|
2400
2400
|
"bin": {
|
|
@@ -2842,8 +2842,8 @@
|
|
|
2842
2842
|
}
|
|
2843
2843
|
},
|
|
2844
2844
|
"node_modules/@expo/config-plugins/node_modules/semver": {
|
|
2845
|
-
"version": "7.7.
|
|
2846
|
-
"integrity": "sha512-
|
|
2845
|
+
"version": "7.7.4",
|
|
2846
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
2847
2847
|
"license": "ISC",
|
|
2848
2848
|
"bin": {
|
|
2849
2849
|
"semver": "bin/semver.js"
|
|
@@ -2866,8 +2866,8 @@
|
|
|
2866
2866
|
}
|
|
2867
2867
|
},
|
|
2868
2868
|
"node_modules/@expo/config/node_modules/semver": {
|
|
2869
|
-
"version": "7.7.
|
|
2870
|
-
"integrity": "sha512-
|
|
2869
|
+
"version": "7.7.4",
|
|
2870
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
2871
2871
|
"license": "ISC",
|
|
2872
2872
|
"bin": {
|
|
2873
2873
|
"semver": "bin/semver.js"
|
|
@@ -3069,8 +3069,8 @@
|
|
|
3069
3069
|
}
|
|
3070
3070
|
},
|
|
3071
3071
|
"node_modules/@expo/fingerprint/node_modules/semver": {
|
|
3072
|
-
"version": "7.7.
|
|
3073
|
-
"integrity": "sha512-
|
|
3072
|
+
"version": "7.7.4",
|
|
3073
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
3074
3074
|
"license": "ISC",
|
|
3075
3075
|
"peer": true,
|
|
3076
3076
|
"bin": {
|
|
@@ -3127,8 +3127,8 @@
|
|
|
3127
3127
|
}
|
|
3128
3128
|
},
|
|
3129
3129
|
"node_modules/@expo/image-utils/node_modules/semver": {
|
|
3130
|
-
"version": "7.7.
|
|
3131
|
-
"integrity": "sha512-
|
|
3130
|
+
"version": "7.7.4",
|
|
3131
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
3132
3132
|
"license": "ISC",
|
|
3133
3133
|
"bin": {
|
|
3134
3134
|
"semver": "bin/semver.js"
|
|
@@ -3177,8 +3177,8 @@
|
|
|
3177
3177
|
}
|
|
3178
3178
|
},
|
|
3179
3179
|
"node_modules/@expo/metro-config": {
|
|
3180
|
-
"version": "54.0.
|
|
3181
|
-
"integrity": "sha512-
|
|
3180
|
+
"version": "54.0.14",
|
|
3181
|
+
"integrity": "sha512-hxpLyDfOR4L23tJ9W1IbJJsG7k4lv2sotohBm/kTYyiG+pe1SYCAWsRmgk+H42o/wWf/HQjE5k45S5TomGLxNA==",
|
|
3182
3182
|
"license": "MIT",
|
|
3183
3183
|
"peer": true,
|
|
3184
3184
|
"dependencies": {
|
|
@@ -3576,8 +3576,8 @@
|
|
|
3576
3576
|
"license": "MIT"
|
|
3577
3577
|
},
|
|
3578
3578
|
"node_modules/@expo/prebuild-config/node_modules/semver": {
|
|
3579
|
-
"version": "7.7.
|
|
3580
|
-
"integrity": "sha512-
|
|
3579
|
+
"version": "7.7.4",
|
|
3580
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
3581
3581
|
"license": "ISC",
|
|
3582
3582
|
"bin": {
|
|
3583
3583
|
"semver": "bin/semver.js"
|
|
@@ -3631,29 +3631,19 @@
|
|
|
3631
3631
|
"peer": true
|
|
3632
3632
|
},
|
|
3633
3633
|
"node_modules/@expo/xcpretty": {
|
|
3634
|
-
"version": "4.
|
|
3635
|
-
"integrity": "sha512-
|
|
3634
|
+
"version": "4.4.0",
|
|
3635
|
+
"integrity": "sha512-o2qDlTqJ606h4xR36H2zWTywmZ3v3842K6TU8Ik2n1mfW0S580VHlt3eItVYdLYz+klaPp7CXqanja8eASZjRw==",
|
|
3636
3636
|
"license": "BSD-3-Clause",
|
|
3637
3637
|
"peer": true,
|
|
3638
3638
|
"dependencies": {
|
|
3639
|
-
"@babel/code-frame": "7.
|
|
3639
|
+
"@babel/code-frame": "^7.20.0",
|
|
3640
3640
|
"chalk": "^4.1.0",
|
|
3641
|
-
"find-up": "^5.0.0",
|
|
3642
3641
|
"js-yaml": "^4.1.0"
|
|
3643
3642
|
},
|
|
3644
3643
|
"bin": {
|
|
3645
3644
|
"excpretty": "build/cli.js"
|
|
3646
3645
|
}
|
|
3647
3646
|
},
|
|
3648
|
-
"node_modules/@expo/xcpretty/node_modules/@babel/code-frame": {
|
|
3649
|
-
"version": "7.10.4",
|
|
3650
|
-
"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
|
|
3651
|
-
"license": "MIT",
|
|
3652
|
-
"peer": true,
|
|
3653
|
-
"dependencies": {
|
|
3654
|
-
"@babel/highlight": "^7.10.4"
|
|
3655
|
-
}
|
|
3656
|
-
},
|
|
3657
3647
|
"node_modules/@expo/xcpretty/node_modules/ansi-styles": {
|
|
3658
3648
|
"version": "4.3.0",
|
|
3659
3649
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
@@ -3691,22 +3681,6 @@
|
|
|
3691
3681
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3692
3682
|
}
|
|
3693
3683
|
},
|
|
3694
|
-
"node_modules/@expo/xcpretty/node_modules/find-up": {
|
|
3695
|
-
"version": "5.0.0",
|
|
3696
|
-
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
3697
|
-
"license": "MIT",
|
|
3698
|
-
"peer": true,
|
|
3699
|
-
"dependencies": {
|
|
3700
|
-
"locate-path": "^6.0.0",
|
|
3701
|
-
"path-exists": "^4.0.0"
|
|
3702
|
-
},
|
|
3703
|
-
"engines": {
|
|
3704
|
-
"node": ">=10"
|
|
3705
|
-
},
|
|
3706
|
-
"funding": {
|
|
3707
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3708
|
-
}
|
|
3709
|
-
},
|
|
3710
3684
|
"node_modules/@expo/xcpretty/node_modules/js-yaml": {
|
|
3711
3685
|
"version": "4.1.1",
|
|
3712
3686
|
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
@@ -3719,36 +3693,6 @@
|
|
|
3719
3693
|
"js-yaml": "bin/js-yaml.js"
|
|
3720
3694
|
}
|
|
3721
3695
|
},
|
|
3722
|
-
"node_modules/@expo/xcpretty/node_modules/locate-path": {
|
|
3723
|
-
"version": "6.0.0",
|
|
3724
|
-
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
3725
|
-
"license": "MIT",
|
|
3726
|
-
"peer": true,
|
|
3727
|
-
"dependencies": {
|
|
3728
|
-
"p-locate": "^5.0.0"
|
|
3729
|
-
},
|
|
3730
|
-
"engines": {
|
|
3731
|
-
"node": ">=10"
|
|
3732
|
-
},
|
|
3733
|
-
"funding": {
|
|
3734
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3735
|
-
}
|
|
3736
|
-
},
|
|
3737
|
-
"node_modules/@expo/xcpretty/node_modules/p-locate": {
|
|
3738
|
-
"version": "5.0.0",
|
|
3739
|
-
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
3740
|
-
"license": "MIT",
|
|
3741
|
-
"peer": true,
|
|
3742
|
-
"dependencies": {
|
|
3743
|
-
"p-limit": "^3.0.2"
|
|
3744
|
-
},
|
|
3745
|
-
"engines": {
|
|
3746
|
-
"node": ">=10"
|
|
3747
|
-
},
|
|
3748
|
-
"funding": {
|
|
3749
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3750
|
-
}
|
|
3751
|
-
},
|
|
3752
3696
|
"node_modules/@humanwhocodes/config-array": {
|
|
3753
3697
|
"version": "0.13.0",
|
|
3754
3698
|
"integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
|
|
@@ -3821,8 +3765,8 @@
|
|
|
3821
3765
|
}
|
|
3822
3766
|
},
|
|
3823
3767
|
"node_modules/@isaacs/brace-expansion": {
|
|
3824
|
-
"version": "5.0.
|
|
3825
|
-
"integrity": "sha512-
|
|
3768
|
+
"version": "5.0.1",
|
|
3769
|
+
"integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
|
|
3826
3770
|
"license": "MIT",
|
|
3827
3771
|
"dependencies": {
|
|
3828
3772
|
"@isaacs/balanced-match": "^4.0.1"
|
|
@@ -4254,7 +4198,7 @@
|
|
|
4254
4198
|
"node_modules/@jest/reporters/node_modules/glob": {
|
|
4255
4199
|
"version": "7.2.3",
|
|
4256
4200
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
4257
|
-
"deprecated": "
|
|
4201
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
4258
4202
|
"dev": true,
|
|
4259
4203
|
"license": "ISC",
|
|
4260
4204
|
"dependencies": {
|
|
@@ -4289,8 +4233,8 @@
|
|
|
4289
4233
|
}
|
|
4290
4234
|
},
|
|
4291
4235
|
"node_modules/@jest/reporters/node_modules/semver": {
|
|
4292
|
-
"version": "7.7.
|
|
4293
|
-
"integrity": "sha512-
|
|
4236
|
+
"version": "7.7.4",
|
|
4237
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
4294
4238
|
"dev": true,
|
|
4295
4239
|
"license": "ISC",
|
|
4296
4240
|
"bin": {
|
|
@@ -4841,8 +4785,8 @@
|
|
|
4841
4785
|
}
|
|
4842
4786
|
},
|
|
4843
4787
|
"node_modules/@react-native-community/eslint-config/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
|
|
4844
|
-
"version": "7.7.
|
|
4845
|
-
"integrity": "sha512-
|
|
4788
|
+
"version": "7.7.4",
|
|
4789
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
4846
4790
|
"dev": true,
|
|
4847
4791
|
"license": "ISC",
|
|
4848
4792
|
"bin": {
|
|
@@ -4959,8 +4903,8 @@
|
|
|
4959
4903
|
}
|
|
4960
4904
|
},
|
|
4961
4905
|
"node_modules/@react-native-community/eslint-config/node_modules/eslint-plugin-jest/node_modules/semver": {
|
|
4962
|
-
"version": "7.7.
|
|
4963
|
-
"integrity": "sha512-
|
|
4906
|
+
"version": "7.7.4",
|
|
4907
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
4964
4908
|
"dev": true,
|
|
4965
4909
|
"license": "ISC",
|
|
4966
4910
|
"bin": {
|
|
@@ -5219,7 +5163,7 @@
|
|
|
5219
5163
|
"node_modules/@react-native/codegen/node_modules/glob": {
|
|
5220
5164
|
"version": "7.2.3",
|
|
5221
5165
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
5222
|
-
"deprecated": "
|
|
5166
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
5223
5167
|
"license": "ISC",
|
|
5224
5168
|
"peer": true,
|
|
5225
5169
|
"dependencies": {
|
|
@@ -5294,8 +5238,8 @@
|
|
|
5294
5238
|
}
|
|
5295
5239
|
},
|
|
5296
5240
|
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
|
|
5297
|
-
"version": "7.7.
|
|
5298
|
-
"integrity": "sha512-
|
|
5241
|
+
"version": "7.7.4",
|
|
5242
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
5299
5243
|
"license": "ISC",
|
|
5300
5244
|
"bin": {
|
|
5301
5245
|
"semver": "bin/semver.js"
|
|
@@ -5504,8 +5448,8 @@
|
|
|
5504
5448
|
}
|
|
5505
5449
|
},
|
|
5506
5450
|
"node_modules/@sinclair/typebox": {
|
|
5507
|
-
"version": "0.27.
|
|
5508
|
-
"integrity": "sha512
|
|
5451
|
+
"version": "0.27.10",
|
|
5452
|
+
"integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
|
|
5509
5453
|
"license": "MIT"
|
|
5510
5454
|
},
|
|
5511
5455
|
"node_modules/@sindresorhus/is": {
|
|
@@ -5801,8 +5745,8 @@
|
|
|
5801
5745
|
}
|
|
5802
5746
|
},
|
|
5803
5747
|
"node_modules/@types/enzyme/node_modules/@types/react": {
|
|
5804
|
-
"version": "16.14.
|
|
5805
|
-
"integrity": "sha512-
|
|
5748
|
+
"version": "16.14.69",
|
|
5749
|
+
"integrity": "sha512-NdnAamzkxLX9LBssSdt9Q0tQ3LR94hYxotI4/sRUs1vHKFXaDx9xDbK8S4wuw5bwrxiiXbTYyhKeITtFnwDvEA==",
|
|
5806
5750
|
"dev": true,
|
|
5807
5751
|
"license": "MIT",
|
|
5808
5752
|
"dependencies": {
|
|
@@ -5854,8 +5798,8 @@
|
|
|
5854
5798
|
"license": "MIT"
|
|
5855
5799
|
},
|
|
5856
5800
|
"node_modules/@types/http-cache-semantics": {
|
|
5857
|
-
"version": "4.0
|
|
5858
|
-
"integrity": "sha512-
|
|
5801
|
+
"version": "4.2.0",
|
|
5802
|
+
"integrity": "sha512-L3LgimLHXtGkWikKnsPg0/VFx9OGZaC+eN1u4r+OB1XRqH3meBIAVC2zr1WdMH+RHmnRkqliQAOHNJ/E0j/e0Q==",
|
|
5859
5803
|
"dev": true,
|
|
5860
5804
|
"license": "MIT"
|
|
5861
5805
|
},
|
|
@@ -5938,8 +5882,8 @@
|
|
|
5938
5882
|
"license": "MIT"
|
|
5939
5883
|
},
|
|
5940
5884
|
"node_modules/@types/node": {
|
|
5941
|
-
"version": "25.
|
|
5942
|
-
"integrity": "sha512
|
|
5885
|
+
"version": "25.2.2",
|
|
5886
|
+
"integrity": "sha512-BkmoP5/FhRYek5izySdkOneRyXYN35I860MFAGupTdebyE66uZaR+bXLHq8k4DirE5DwQi3NuhvRU1jqTVwUrQ==",
|
|
5943
5887
|
"license": "MIT",
|
|
5944
5888
|
"dependencies": {
|
|
5945
5889
|
"undici-types": "~7.16.0"
|
|
@@ -6107,8 +6051,8 @@
|
|
|
6107
6051
|
}
|
|
6108
6052
|
},
|
|
6109
6053
|
"node_modules/@typescript-eslint/type-utils/node_modules/semver": {
|
|
6110
|
-
"version": "7.7.
|
|
6111
|
-
"integrity": "sha512-
|
|
6054
|
+
"version": "7.7.4",
|
|
6055
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
6112
6056
|
"dev": true,
|
|
6113
6057
|
"license": "ISC",
|
|
6114
6058
|
"bin": {
|
|
@@ -6159,8 +6103,8 @@
|
|
|
6159
6103
|
}
|
|
6160
6104
|
},
|
|
6161
6105
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
6162
|
-
"version": "7.7.
|
|
6163
|
-
"integrity": "sha512-
|
|
6106
|
+
"version": "7.7.4",
|
|
6107
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
6164
6108
|
"dev": true,
|
|
6165
6109
|
"license": "ISC",
|
|
6166
6110
|
"bin": {
|
|
@@ -6229,8 +6173,8 @@
|
|
|
6229
6173
|
}
|
|
6230
6174
|
},
|
|
6231
6175
|
"node_modules/@wavemaker/variables": {
|
|
6232
|
-
"version": "11.14.1-
|
|
6233
|
-
"integrity": "sha512-
|
|
6176
|
+
"version": "11.14.1-16.6404",
|
|
6177
|
+
"integrity": "sha512-F5HzIgXsALcN1Vuz7S1B99U34yCpaCXBEP9rNY0fx9mlqMMK+vxlBoyq95+jt17G9VqJiFj+cQh6NT6QPJXqIQ==",
|
|
6234
6178
|
"license": "ISC",
|
|
6235
6179
|
"dependencies": {
|
|
6236
6180
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -7234,12 +7178,12 @@
|
|
|
7234
7178
|
}
|
|
7235
7179
|
},
|
|
7236
7180
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
7237
|
-
"version": "0.4.
|
|
7238
|
-
"integrity": "sha512-
|
|
7181
|
+
"version": "0.4.15",
|
|
7182
|
+
"integrity": "sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw==",
|
|
7239
7183
|
"license": "MIT",
|
|
7240
7184
|
"dependencies": {
|
|
7241
|
-
"@babel/compat-data": "^7.
|
|
7242
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
7185
|
+
"@babel/compat-data": "^7.28.6",
|
|
7186
|
+
"@babel/helper-define-polyfill-provider": "^0.6.6",
|
|
7243
7187
|
"semver": "^6.3.1"
|
|
7244
7188
|
},
|
|
7245
7189
|
"peerDependencies": {
|
|
@@ -7260,11 +7204,11 @@
|
|
|
7260
7204
|
}
|
|
7261
7205
|
},
|
|
7262
7206
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
7263
|
-
"version": "0.6.
|
|
7264
|
-
"integrity": "sha512-
|
|
7207
|
+
"version": "0.6.6",
|
|
7208
|
+
"integrity": "sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==",
|
|
7265
7209
|
"license": "MIT",
|
|
7266
7210
|
"dependencies": {
|
|
7267
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
7211
|
+
"@babel/helper-define-polyfill-provider": "^0.6.6"
|
|
7268
7212
|
},
|
|
7269
7213
|
"peerDependencies": {
|
|
7270
7214
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -8074,8 +8018,8 @@
|
|
|
8074
8018
|
"license": "MIT"
|
|
8075
8019
|
},
|
|
8076
8020
|
"node_modules/baseline-browser-mapping": {
|
|
8077
|
-
"version": "2.9.
|
|
8078
|
-
"integrity": "sha512-
|
|
8021
|
+
"version": "2.9.19",
|
|
8022
|
+
"integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
|
|
8079
8023
|
"license": "Apache-2.0",
|
|
8080
8024
|
"bin": {
|
|
8081
8025
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -8428,8 +8372,8 @@
|
|
|
8428
8372
|
}
|
|
8429
8373
|
},
|
|
8430
8374
|
"node_modules/caniuse-lite": {
|
|
8431
|
-
"version": "1.0.
|
|
8432
|
-
"integrity": "sha512-
|
|
8375
|
+
"version": "1.0.30001769",
|
|
8376
|
+
"integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
|
|
8433
8377
|
"funding": [
|
|
8434
8378
|
{
|
|
8435
8379
|
"type": "opencollective",
|
|
@@ -8474,8 +8418,8 @@
|
|
|
8474
8418
|
"license": "MIT"
|
|
8475
8419
|
},
|
|
8476
8420
|
"node_modules/cheerio": {
|
|
8477
|
-
"version": "1.
|
|
8478
|
-
"integrity": "sha512-
|
|
8421
|
+
"version": "1.2.0",
|
|
8422
|
+
"integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==",
|
|
8479
8423
|
"dev": true,
|
|
8480
8424
|
"license": "MIT",
|
|
8481
8425
|
"dependencies": {
|
|
@@ -8484,11 +8428,11 @@
|
|
|
8484
8428
|
"domhandler": "^5.0.3",
|
|
8485
8429
|
"domutils": "^3.2.2",
|
|
8486
8430
|
"encoding-sniffer": "^0.2.1",
|
|
8487
|
-
"htmlparser2": "^10.
|
|
8431
|
+
"htmlparser2": "^10.1.0",
|
|
8488
8432
|
"parse5": "^7.3.0",
|
|
8489
8433
|
"parse5-htmlparser2-tree-adapter": "^7.1.0",
|
|
8490
8434
|
"parse5-parser-stream": "^7.1.2",
|
|
8491
|
-
"undici": "^7.
|
|
8435
|
+
"undici": "^7.19.0",
|
|
8492
8436
|
"whatwg-mimetype": "^4.0.0"
|
|
8493
8437
|
},
|
|
8494
8438
|
"engines": {
|
|
@@ -9361,11 +9305,11 @@
|
|
|
9361
9305
|
"license": "MIT"
|
|
9362
9306
|
},
|
|
9363
9307
|
"node_modules/core-js-compat": {
|
|
9364
|
-
"version": "3.
|
|
9365
|
-
"integrity": "sha512-
|
|
9308
|
+
"version": "3.48.0",
|
|
9309
|
+
"integrity": "sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==",
|
|
9366
9310
|
"license": "MIT",
|
|
9367
9311
|
"dependencies": {
|
|
9368
|
-
"browserslist": "^4.28.
|
|
9312
|
+
"browserslist": "^4.28.1"
|
|
9369
9313
|
},
|
|
9370
9314
|
"funding": {
|
|
9371
9315
|
"type": "opencollective",
|
|
@@ -9373,8 +9317,8 @@
|
|
|
9373
9317
|
}
|
|
9374
9318
|
},
|
|
9375
9319
|
"node_modules/core-js-pure": {
|
|
9376
|
-
"version": "3.
|
|
9377
|
-
"integrity": "sha512-
|
|
9320
|
+
"version": "3.48.0",
|
|
9321
|
+
"integrity": "sha512-1slJgk89tWC51HQ1AEqG+s2VuwpTRr8ocu4n20QUcH1v9lAN0RXen0Q0AABa/DK1I7RrNWLucplOHMx8hfTGTw==",
|
|
9378
9322
|
"hasInstallScript": true,
|
|
9379
9323
|
"license": "MIT",
|
|
9380
9324
|
"funding": {
|
|
@@ -10315,8 +10259,8 @@
|
|
|
10315
10259
|
"license": "MIT"
|
|
10316
10260
|
},
|
|
10317
10261
|
"node_modules/electron-to-chromium": {
|
|
10318
|
-
"version": "1.5.
|
|
10319
|
-
"integrity": "sha512-
|
|
10262
|
+
"version": "1.5.286",
|
|
10263
|
+
"integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
|
|
10320
10264
|
"license": "ISC"
|
|
10321
10265
|
},
|
|
10322
10266
|
"node_modules/emittery": {
|
|
@@ -10367,14 +10311,14 @@
|
|
|
10367
10311
|
}
|
|
10368
10312
|
},
|
|
10369
10313
|
"node_modules/enhanced-resolve": {
|
|
10370
|
-
"version": "5.
|
|
10371
|
-
"integrity": "sha512-
|
|
10314
|
+
"version": "5.19.0",
|
|
10315
|
+
"integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
|
|
10372
10316
|
"dev": true,
|
|
10373
10317
|
"license": "MIT",
|
|
10374
10318
|
"peer": true,
|
|
10375
10319
|
"dependencies": {
|
|
10376
10320
|
"graceful-fs": "^4.2.4",
|
|
10377
|
-
"tapable": "^2.
|
|
10321
|
+
"tapable": "^2.3.0"
|
|
10378
10322
|
},
|
|
10379
10323
|
"engines": {
|
|
10380
10324
|
"node": ">=10.13.0"
|
|
@@ -11203,26 +11147,26 @@
|
|
|
11203
11147
|
}
|
|
11204
11148
|
},
|
|
11205
11149
|
"node_modules/expo": {
|
|
11206
|
-
"version": "54.0.
|
|
11207
|
-
"integrity": "sha512-
|
|
11150
|
+
"version": "54.0.33",
|
|
11151
|
+
"integrity": "sha512-3yOEfAKqo+gqHcV8vKcnq0uA5zxlohnhA3fu4G43likN8ct5ZZ3LjAh9wDdKteEkoad3tFPvwxmXW711S5OHUw==",
|
|
11208
11152
|
"license": "MIT",
|
|
11209
11153
|
"peer": true,
|
|
11210
11154
|
"dependencies": {
|
|
11211
11155
|
"@babel/runtime": "^7.20.0",
|
|
11212
|
-
"@expo/cli": "54.0.
|
|
11156
|
+
"@expo/cli": "54.0.23",
|
|
11213
11157
|
"@expo/config": "~12.0.13",
|
|
11214
11158
|
"@expo/config-plugins": "~54.0.4",
|
|
11215
11159
|
"@expo/devtools": "0.1.8",
|
|
11216
11160
|
"@expo/fingerprint": "0.15.4",
|
|
11217
11161
|
"@expo/metro": "~54.2.0",
|
|
11218
|
-
"@expo/metro-config": "54.0.
|
|
11162
|
+
"@expo/metro-config": "54.0.14",
|
|
11219
11163
|
"@expo/vector-icons": "^15.0.3",
|
|
11220
11164
|
"@ungap/structured-clone": "^1.3.0",
|
|
11221
|
-
"babel-preset-expo": "~54.0.
|
|
11165
|
+
"babel-preset-expo": "~54.0.10",
|
|
11222
11166
|
"expo-asset": "~12.0.12",
|
|
11223
11167
|
"expo-constants": "~18.0.13",
|
|
11224
11168
|
"expo-file-system": "~19.0.21",
|
|
11225
|
-
"expo-font": "~14.0.
|
|
11169
|
+
"expo-font": "~14.0.11",
|
|
11226
11170
|
"expo-keep-awake": "~15.0.8",
|
|
11227
11171
|
"expo-modules-autolinking": "3.0.24",
|
|
11228
11172
|
"expo-modules-core": "3.0.29",
|
|
@@ -11609,8 +11553,8 @@
|
|
|
11609
11553
|
}
|
|
11610
11554
|
},
|
|
11611
11555
|
"node_modules/expo/node_modules/@expo/cli": {
|
|
11612
|
-
"version": "54.0.
|
|
11613
|
-
"integrity": "sha512-
|
|
11556
|
+
"version": "54.0.23",
|
|
11557
|
+
"integrity": "sha512-km0h72SFfQCmVycH/JtPFTVy69w6Lx1cHNDmfLfQqgKFYeeHTjx7LVDP4POHCtNxFP2UeRazrygJhlh4zz498g==",
|
|
11614
11558
|
"license": "MIT",
|
|
11615
11559
|
"peer": true,
|
|
11616
11560
|
"dependencies": {
|
|
@@ -11623,9 +11567,9 @@
|
|
|
11623
11567
|
"@expo/image-utils": "^0.8.8",
|
|
11624
11568
|
"@expo/json-file": "^10.0.8",
|
|
11625
11569
|
"@expo/metro": "~54.2.0",
|
|
11626
|
-
"@expo/metro-config": "~54.0.
|
|
11570
|
+
"@expo/metro-config": "~54.0.14",
|
|
11627
11571
|
"@expo/osascript": "^2.3.8",
|
|
11628
|
-
"@expo/package-manager": "^1.9.
|
|
11572
|
+
"@expo/package-manager": "^1.9.10",
|
|
11629
11573
|
"@expo/plist": "^0.4.8",
|
|
11630
11574
|
"@expo/prebuild-config": "^54.0.8",
|
|
11631
11575
|
"@expo/schema-utils": "^0.1.8",
|
|
@@ -12074,8 +12018,8 @@
|
|
|
12074
12018
|
}
|
|
12075
12019
|
},
|
|
12076
12020
|
"node_modules/expo/node_modules/semver": {
|
|
12077
|
-
"version": "7.7.
|
|
12078
|
-
"integrity": "sha512-
|
|
12021
|
+
"version": "7.7.4",
|
|
12022
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
12079
12023
|
"license": "ISC",
|
|
12080
12024
|
"peer": true,
|
|
12081
12025
|
"bin": {
|
|
@@ -12108,8 +12052,8 @@
|
|
|
12108
12052
|
}
|
|
12109
12053
|
},
|
|
12110
12054
|
"node_modules/expo/node_modules/tar": {
|
|
12111
|
-
"version": "7.5.
|
|
12112
|
-
"integrity": "sha512-
|
|
12055
|
+
"version": "7.5.7",
|
|
12056
|
+
"integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
|
|
12113
12057
|
"license": "BlueOak-1.0.0",
|
|
12114
12058
|
"peer": true,
|
|
12115
12059
|
"dependencies": {
|
|
@@ -12910,11 +12854,11 @@
|
|
|
12910
12854
|
}
|
|
12911
12855
|
},
|
|
12912
12856
|
"node_modules/glob": {
|
|
12913
|
-
"version": "13.0.
|
|
12914
|
-
"integrity": "sha512-
|
|
12857
|
+
"version": "13.0.1",
|
|
12858
|
+
"integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
|
|
12915
12859
|
"license": "BlueOak-1.0.0",
|
|
12916
12860
|
"dependencies": {
|
|
12917
|
-
"minimatch": "^10.1.
|
|
12861
|
+
"minimatch": "^10.1.2",
|
|
12918
12862
|
"minipass": "^7.1.2",
|
|
12919
12863
|
"path-scurry": "^2.0.0"
|
|
12920
12864
|
},
|
|
@@ -12945,11 +12889,11 @@
|
|
|
12945
12889
|
"peer": true
|
|
12946
12890
|
},
|
|
12947
12891
|
"node_modules/glob/node_modules/minimatch": {
|
|
12948
|
-
"version": "10.1.
|
|
12949
|
-
"integrity": "sha512-
|
|
12892
|
+
"version": "10.1.2",
|
|
12893
|
+
"integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==",
|
|
12950
12894
|
"license": "BlueOak-1.0.0",
|
|
12951
12895
|
"dependencies": {
|
|
12952
|
-
"@isaacs/brace-expansion": "^5.0.
|
|
12896
|
+
"@isaacs/brace-expansion": "^5.0.1"
|
|
12953
12897
|
},
|
|
12954
12898
|
"engines": {
|
|
12955
12899
|
"node": "20 || >=22"
|
|
@@ -13359,8 +13303,8 @@
|
|
|
13359
13303
|
"license": "MIT"
|
|
13360
13304
|
},
|
|
13361
13305
|
"node_modules/htmlparser2": {
|
|
13362
|
-
"version": "10.
|
|
13363
|
-
"integrity": "sha512-
|
|
13306
|
+
"version": "10.1.0",
|
|
13307
|
+
"integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
|
|
13364
13308
|
"dev": true,
|
|
13365
13309
|
"funding": [
|
|
13366
13310
|
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
@@ -13373,13 +13317,13 @@
|
|
|
13373
13317
|
"dependencies": {
|
|
13374
13318
|
"domelementtype": "^2.3.0",
|
|
13375
13319
|
"domhandler": "^5.0.3",
|
|
13376
|
-
"domutils": "^3.2.
|
|
13377
|
-
"entities": "^
|
|
13320
|
+
"domutils": "^3.2.2",
|
|
13321
|
+
"entities": "^7.0.1"
|
|
13378
13322
|
}
|
|
13379
13323
|
},
|
|
13380
13324
|
"node_modules/htmlparser2/node_modules/entities": {
|
|
13381
|
-
"version": "
|
|
13382
|
-
"integrity": "sha512-
|
|
13325
|
+
"version": "7.0.1",
|
|
13326
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
13383
13327
|
"dev": true,
|
|
13384
13328
|
"license": "BSD-2-Clause",
|
|
13385
13329
|
"engines": {
|
|
@@ -14938,7 +14882,7 @@
|
|
|
14938
14882
|
"node_modules/jest-config/node_modules/glob": {
|
|
14939
14883
|
"version": "7.2.3",
|
|
14940
14884
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
14941
|
-
"deprecated": "
|
|
14885
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
14942
14886
|
"dev": true,
|
|
14943
14887
|
"license": "ISC",
|
|
14944
14888
|
"dependencies": {
|
|
@@ -15313,6 +15257,7 @@
|
|
|
15313
15257
|
"node_modules/jest-expo/node_modules/glob": {
|
|
15314
15258
|
"version": "10.5.0",
|
|
15315
15259
|
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
15260
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
15316
15261
|
"dev": true,
|
|
15317
15262
|
"license": "ISC",
|
|
15318
15263
|
"dependencies": {
|
|
@@ -15488,8 +15433,8 @@
|
|
|
15488
15433
|
"peer": true
|
|
15489
15434
|
},
|
|
15490
15435
|
"node_modules/jest-expo/node_modules/semver": {
|
|
15491
|
-
"version": "7.7.
|
|
15492
|
-
"integrity": "sha512-
|
|
15436
|
+
"version": "7.7.4",
|
|
15437
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
15493
15438
|
"dev": true,
|
|
15494
15439
|
"license": "ISC",
|
|
15495
15440
|
"bin": {
|
|
@@ -15951,7 +15896,7 @@
|
|
|
15951
15896
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
15952
15897
|
"version": "7.2.3",
|
|
15953
15898
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
15954
|
-
"deprecated": "
|
|
15899
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
15955
15900
|
"dev": true,
|
|
15956
15901
|
"license": "ISC",
|
|
15957
15902
|
"dependencies": {
|
|
@@ -16032,8 +15977,8 @@
|
|
|
16032
15977
|
}
|
|
16033
15978
|
},
|
|
16034
15979
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
16035
|
-
"version": "7.7.
|
|
16036
|
-
"integrity": "sha512-
|
|
15980
|
+
"version": "7.7.4",
|
|
15981
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
16037
15982
|
"dev": true,
|
|
16038
15983
|
"license": "ISC",
|
|
16039
15984
|
"bin": {
|
|
@@ -17030,8 +16975,8 @@
|
|
|
17030
16975
|
}
|
|
17031
16976
|
},
|
|
17032
16977
|
"node_modules/lodash": {
|
|
17033
|
-
"version": "4.17.
|
|
17034
|
-
"integrity": "sha512-
|
|
16978
|
+
"version": "4.17.23",
|
|
16979
|
+
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
17035
16980
|
"dev": true,
|
|
17036
16981
|
"license": "MIT"
|
|
17037
16982
|
},
|
|
@@ -17256,8 +17201,8 @@
|
|
|
17256
17201
|
}
|
|
17257
17202
|
},
|
|
17258
17203
|
"node_modules/make-dir/node_modules/semver": {
|
|
17259
|
-
"version": "7.7.
|
|
17260
|
-
"integrity": "sha512-
|
|
17204
|
+
"version": "7.7.4",
|
|
17205
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
17261
17206
|
"dev": true,
|
|
17262
17207
|
"license": "ISC",
|
|
17263
17208
|
"bin": {
|
|
@@ -18308,8 +18253,8 @@
|
|
|
18308
18253
|
}
|
|
18309
18254
|
},
|
|
18310
18255
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
18311
|
-
"version": "7.7.
|
|
18312
|
-
"integrity": "sha512-
|
|
18256
|
+
"version": "7.7.4",
|
|
18257
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
18313
18258
|
"dev": true,
|
|
18314
18259
|
"license": "ISC",
|
|
18315
18260
|
"bin": {
|
|
@@ -18373,8 +18318,8 @@
|
|
|
18373
18318
|
"peer": true
|
|
18374
18319
|
},
|
|
18375
18320
|
"node_modules/npm-package-arg/node_modules/semver": {
|
|
18376
|
-
"version": "7.7.
|
|
18377
|
-
"integrity": "sha512-
|
|
18321
|
+
"version": "7.7.4",
|
|
18322
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
18378
18323
|
"license": "ISC",
|
|
18379
18324
|
"peer": true,
|
|
18380
18325
|
"bin": {
|
|
@@ -19170,8 +19115,8 @@
|
|
|
19170
19115
|
}
|
|
19171
19116
|
},
|
|
19172
19117
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
19173
|
-
"version": "11.2.
|
|
19174
|
-
"integrity": "sha512-
|
|
19118
|
+
"version": "11.2.5",
|
|
19119
|
+
"integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
|
|
19175
19120
|
"license": "BlueOak-1.0.0",
|
|
19176
19121
|
"engines": {
|
|
19177
19122
|
"node": "20 || >=22"
|
|
@@ -19331,8 +19276,8 @@
|
|
|
19331
19276
|
}
|
|
19332
19277
|
},
|
|
19333
19278
|
"node_modules/prettier": {
|
|
19334
|
-
"version": "3.8.
|
|
19335
|
-
"integrity": "sha512-
|
|
19279
|
+
"version": "3.8.1",
|
|
19280
|
+
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
|
|
19336
19281
|
"dev": true,
|
|
19337
19282
|
"license": "MIT",
|
|
19338
19283
|
"peer": true,
|
|
@@ -19768,8 +19713,8 @@
|
|
|
19768
19713
|
}
|
|
19769
19714
|
},
|
|
19770
19715
|
"node_modules/react-is": {
|
|
19771
|
-
"version": "19.2.
|
|
19772
|
-
"integrity": "sha512-
|
|
19716
|
+
"version": "19.2.4",
|
|
19717
|
+
"integrity": "sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==",
|
|
19773
19718
|
"license": "MIT"
|
|
19774
19719
|
},
|
|
19775
19720
|
"node_modules/react-lottie-player": {
|
|
@@ -19944,7 +19889,7 @@
|
|
|
19944
19889
|
"node_modules/react-native-builder-bob/node_modules/glob": {
|
|
19945
19890
|
"version": "7.2.3",
|
|
19946
19891
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
19947
|
-
"deprecated": "
|
|
19892
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
19948
19893
|
"dev": true,
|
|
19949
19894
|
"license": "ISC",
|
|
19950
19895
|
"dependencies": {
|
|
@@ -20425,7 +20370,7 @@
|
|
|
20425
20370
|
"node_modules/react-native/node_modules/glob": {
|
|
20426
20371
|
"version": "7.2.3",
|
|
20427
20372
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
20428
|
-
"deprecated": "
|
|
20373
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
20429
20374
|
"license": "ISC",
|
|
20430
20375
|
"dependencies": {
|
|
20431
20376
|
"fs.realpath": "^1.0.0",
|
|
@@ -20456,8 +20401,8 @@
|
|
|
20456
20401
|
"license": "MIT"
|
|
20457
20402
|
},
|
|
20458
20403
|
"node_modules/react-native/node_modules/semver": {
|
|
20459
|
-
"version": "7.7.
|
|
20460
|
-
"integrity": "sha512-
|
|
20404
|
+
"version": "7.7.4",
|
|
20405
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
20461
20406
|
"license": "ISC",
|
|
20462
20407
|
"bin": {
|
|
20463
20408
|
"semver": "bin/semver.js"
|
|
@@ -21368,7 +21313,7 @@
|
|
|
21368
21313
|
"node_modules/rimraf/node_modules/glob": {
|
|
21369
21314
|
"version": "7.2.3",
|
|
21370
21315
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
21371
|
-
"deprecated": "
|
|
21316
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
21372
21317
|
"license": "ISC",
|
|
21373
21318
|
"dependencies": {
|
|
21374
21319
|
"fs.realpath": "^1.0.0",
|
|
@@ -21796,7 +21741,7 @@
|
|
|
21796
21741
|
"node_modules/shelljs/node_modules/glob": {
|
|
21797
21742
|
"version": "7.2.3",
|
|
21798
21743
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
21799
|
-
"deprecated": "
|
|
21744
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
21800
21745
|
"dev": true,
|
|
21801
21746
|
"license": "ISC",
|
|
21802
21747
|
"dependencies": {
|
|
@@ -22493,7 +22438,7 @@
|
|
|
22493
22438
|
"node_modules/tar": {
|
|
22494
22439
|
"version": "6.1.0",
|
|
22495
22440
|
"integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==",
|
|
22496
|
-
"deprecated": "Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at
|
|
22441
|
+
"deprecated": "Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
22497
22442
|
"dev": true,
|
|
22498
22443
|
"license": "ISC",
|
|
22499
22444
|
"dependencies": {
|
|
@@ -22725,7 +22670,7 @@
|
|
|
22725
22670
|
"node_modules/test-exclude/node_modules/glob": {
|
|
22726
22671
|
"version": "7.2.3",
|
|
22727
22672
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
22728
|
-
"deprecated": "
|
|
22673
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
22729
22674
|
"license": "ISC",
|
|
22730
22675
|
"dependencies": {
|
|
22731
22676
|
"fs.realpath": "^1.0.0",
|
|
@@ -23175,8 +23120,8 @@
|
|
|
23175
23120
|
}
|
|
23176
23121
|
},
|
|
23177
23122
|
"node_modules/undici": {
|
|
23178
|
-
"version": "7.
|
|
23179
|
-
"integrity": "sha512-
|
|
23123
|
+
"version": "7.21.0",
|
|
23124
|
+
"integrity": "sha512-Hn2tCQpoDt1wv23a68Ctc8Cr/BHpUSfaPYrkajTXOS9IKpxVRx/X5m1K2YkbK2ipgZgxXSgsUinl3x+2YdSSfg==",
|
|
23180
23125
|
"dev": true,
|
|
23181
23126
|
"license": "MIT",
|
|
23182
23127
|
"engines": {
|
|
@@ -23359,8 +23304,8 @@
|
|
|
23359
23304
|
}
|
|
23360
23305
|
},
|
|
23361
23306
|
"node_modules/update-notifier/node_modules/semver": {
|
|
23362
|
-
"version": "7.7.
|
|
23363
|
-
"integrity": "sha512-
|
|
23307
|
+
"version": "7.7.4",
|
|
23308
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
23364
23309
|
"dev": true,
|
|
23365
23310
|
"license": "ISC",
|
|
23366
23311
|
"bin": {
|
|
@@ -24117,8 +24062,8 @@
|
|
|
24117
24062
|
}
|
|
24118
24063
|
},
|
|
24119
24064
|
"node_modules/webpack": {
|
|
24120
|
-
"version": "5.
|
|
24121
|
-
"integrity": "sha512-
|
|
24065
|
+
"version": "5.105.0",
|
|
24066
|
+
"integrity": "sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==",
|
|
24122
24067
|
"dev": true,
|
|
24123
24068
|
"license": "MIT",
|
|
24124
24069
|
"peer": true,
|
|
@@ -24133,7 +24078,7 @@
|
|
|
24133
24078
|
"acorn-import-phases": "^1.0.3",
|
|
24134
24079
|
"browserslist": "^4.28.1",
|
|
24135
24080
|
"chrome-trace-event": "^1.0.2",
|
|
24136
|
-
"enhanced-resolve": "^5.
|
|
24081
|
+
"enhanced-resolve": "^5.19.0",
|
|
24137
24082
|
"es-module-lexer": "^2.0.0",
|
|
24138
24083
|
"eslint-scope": "5.1.1",
|
|
24139
24084
|
"events": "^3.2.0",
|
|
@@ -24146,7 +24091,7 @@
|
|
|
24146
24091
|
"schema-utils": "^4.3.3",
|
|
24147
24092
|
"tapable": "^2.3.0",
|
|
24148
24093
|
"terser-webpack-plugin": "^5.3.16",
|
|
24149
|
-
"watchpack": "^2.
|
|
24094
|
+
"watchpack": "^2.5.1",
|
|
24150
24095
|
"webpack-sources": "^3.3.3"
|
|
24151
24096
|
},
|
|
24152
24097
|
"bin": {
|