matlab-proxy 0.9.1__tar.gz → 0.10.1__tar.gz
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.
Potentially problematic release.
This version of matlab-proxy might be problematic. Click here for more details.
- {matlab-proxy-0.9.1/matlab_proxy.egg-info → matlab-proxy-0.10.1}/PKG-INFO +1 -1
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/package-lock.json +113 -153
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/package.json +1 -1
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/actionCreators/actionCreators.spec.js +2 -5
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/actionCreators/index.js +2 -2
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/index.js +57 -34
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/reducers/index.js +23 -1
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/selectors/index.js +2 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/app.py +3 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/app_state.py +251 -177
- matlab-proxy-0.10.1/matlab_proxy/constants.py +14 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/settings.py +31 -1
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/embedded_connector/request.py +1 -1
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/environment_variables.py +70 -29
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/logger.py +30 -24
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/token_auth.py +3 -1
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1/matlab_proxy.egg-info}/PKG-INFO +1 -1
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy.egg-info/requires.txt +3 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/setup.py +4 -1
- matlab-proxy-0.9.1/matlab_proxy/constants.py +0 -12
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/LICENSE.md +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/MANIFEST.in +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/README.md +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/.gitignore +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/README.md +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/public/favicon.ico +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/public/index.html +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/public/manifest.json +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/public/robots.txt +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/actions/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/css/bootstrap.min.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/css/site7.min.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.eot +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.ttf +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/glyphicons-halflings-regular.woff2 +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/mathworks-eps.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/mathworks-eps.ttf +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/mathworks-eps.woff +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/mathworks-pictograms.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/mathworks-pictograms.ttf +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/mathworks-pictograms.woff +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/mathworks.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/mathworks.ttf +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/fonts/mathworks.woff +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/images/bug_reports/workaround.gif +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/images/responsive/global/ico-header-account-hover.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/images/responsive/global/ico-header-account.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/images/responsive/global/ico-header-contact-hover.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/images/responsive/global/ico-header-contact.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/3p/images/responsive/global/ico-sprite.png +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/App.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/App.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/App/MATLAB-env-blur.png +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Confirmation/Confirmation.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Confirmation/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/Controls.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/Controls.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/feedback.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/help.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/restart.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/sign-out.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/start.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/stop.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Controls/terminate.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/EntitlementSelector/EntitlementSelector.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/EntitlementSelector/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Error/Error.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Error/Error.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Error/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Help/Help.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Help/Help.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Help/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Information/Information.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Information/Information.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Information/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/LicensingGatherer/ExistingLicense.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/LicensingGatherer/ExistingLicense.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/LicensingGatherer/LicenseGatherer.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/LicensingGatherer/LicensingGatherer.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/LicensingGatherer/MHLM.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/LicensingGatherer/NLM.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/LicensingGatherer/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/MatlabJsd/MatlabJsd.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/MatlabJsd/MatlabJsd.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/MatlabJsd/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Overlay/Overlay.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Overlay/Overlay.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/Overlay/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/OverlayTrigger/OverlayTrigger.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/OverlayTrigger/OverlayTrigger.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/OverlayTrigger/ResizeOverlayTrigger.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/OverlayTrigger/arrow.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/OverlayTrigger/gripper.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/OverlayTrigger/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/OverlayTrigger/trigger-error.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/components/OverlayTrigger/trigger-ok.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/index.css +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/index.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/jest.config.json +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/logo.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/reducers/reducers.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/selectors/selectors.spec.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/serviceWorker.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/setupTests.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/gui/src/test/utils/react-test.js +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/__init__.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/default_configuration.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/devel.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/icons/matlab.svg +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/matlab/startup.m +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/__init__.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/event_loop.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/list_servers.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mw.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/__init__.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/custom_http_headers.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/embedded_connector/__init__.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/embedded_connector/helpers.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/exceptions.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/mwi/validators.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/system.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy/util/windows.py +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy.egg-info/SOURCES.txt +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy.egg-info/dependency_links.txt +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy.egg-info/entry_points.txt +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy.egg-info/not-zip-safe +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/matlab_proxy.egg-info/top_level.txt +0 -0
- {matlab-proxy-0.9.1 → matlab-proxy-0.10.1}/setup.cfg +0 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"clsx": "^1.1.1",
|
|
12
12
|
"cross-fetch": "^3.0.6",
|
|
13
|
-
"crypto-js": "4.
|
|
13
|
+
"crypto-js": "4.2.0",
|
|
14
14
|
"react": "^16.13.1",
|
|
15
15
|
"react-dom": "^16.13.1",
|
|
16
16
|
"react-draggable": "^4.4.3",
|
|
@@ -46,11 +46,12 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"node_modules/@babel/code-frame": {
|
|
49
|
-
"version": "7.
|
|
50
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
51
|
-
"integrity": "sha512-
|
|
49
|
+
"version": "7.22.13",
|
|
50
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
|
|
51
|
+
"integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@babel/highlight": "^7.
|
|
53
|
+
"@babel/highlight": "^7.22.13",
|
|
54
|
+
"chalk": "^2.4.2"
|
|
54
55
|
},
|
|
55
56
|
"engines": {
|
|
56
57
|
"node": ">=6.9.0"
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
"@babel/helpers": "^7.16.0",
|
|
77
78
|
"@babel/parser": "^7.16.0",
|
|
78
79
|
"@babel/template": "^7.16.0",
|
|
79
|
-
"@babel/traverse": "^7.
|
|
80
|
+
"@babel/traverse": "^7.23.2",
|
|
80
81
|
"@babel/types": "^7.16.0",
|
|
81
82
|
"convert-source-map": "^1.7.0",
|
|
82
83
|
"debug": "^4.1.0",
|
|
@@ -119,11 +120,11 @@
|
|
|
119
120
|
}
|
|
120
121
|
},
|
|
121
122
|
"node_modules/@babel/generator": {
|
|
122
|
-
"version": "7.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
124
|
-
"integrity": "sha512
|
|
123
|
+
"version": "7.23.0",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz",
|
|
125
|
+
"integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==",
|
|
125
126
|
"dependencies": {
|
|
126
|
-
"@babel/types": "^7.
|
|
127
|
+
"@babel/types": "^7.23.0",
|
|
127
128
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
128
129
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
129
130
|
"jsesc": "^2.5.1"
|
|
@@ -227,9 +228,9 @@
|
|
|
227
228
|
}
|
|
228
229
|
},
|
|
229
230
|
"node_modules/@babel/helper-environment-visitor": {
|
|
230
|
-
"version": "7.22.
|
|
231
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.
|
|
232
|
-
"integrity": "sha512-
|
|
231
|
+
"version": "7.22.20",
|
|
232
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
|
|
233
|
+
"integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
|
|
233
234
|
"engines": {
|
|
234
235
|
"node": ">=6.9.0"
|
|
235
236
|
}
|
|
@@ -246,12 +247,12 @@
|
|
|
246
247
|
}
|
|
247
248
|
},
|
|
248
249
|
"node_modules/@babel/helper-function-name": {
|
|
249
|
-
"version": "7.
|
|
250
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.
|
|
251
|
-
"integrity": "sha512-
|
|
250
|
+
"version": "7.23.0",
|
|
251
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
|
|
252
|
+
"integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
|
|
252
253
|
"dependencies": {
|
|
253
|
-
"@babel/template": "^7.22.
|
|
254
|
-
"@babel/types": "^7.
|
|
254
|
+
"@babel/template": "^7.22.15",
|
|
255
|
+
"@babel/types": "^7.23.0"
|
|
255
256
|
},
|
|
256
257
|
"engines": {
|
|
257
258
|
"node": ">=6.9.0"
|
|
@@ -379,9 +380,9 @@
|
|
|
379
380
|
}
|
|
380
381
|
},
|
|
381
382
|
"node_modules/@babel/helper-split-export-declaration": {
|
|
382
|
-
"version": "7.22.
|
|
383
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.
|
|
384
|
-
"integrity": "sha512-
|
|
383
|
+
"version": "7.22.6",
|
|
384
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
|
|
385
|
+
"integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
|
|
385
386
|
"dependencies": {
|
|
386
387
|
"@babel/types": "^7.22.5"
|
|
387
388
|
},
|
|
@@ -398,9 +399,9 @@
|
|
|
398
399
|
}
|
|
399
400
|
},
|
|
400
401
|
"node_modules/@babel/helper-validator-identifier": {
|
|
401
|
-
"version": "7.22.
|
|
402
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.
|
|
403
|
-
"integrity": "sha512-
|
|
402
|
+
"version": "7.22.20",
|
|
403
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
|
|
404
|
+
"integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
|
|
404
405
|
"engines": {
|
|
405
406
|
"node": ">=6.9.0"
|
|
406
407
|
}
|
|
@@ -441,12 +442,12 @@
|
|
|
441
442
|
}
|
|
442
443
|
},
|
|
443
444
|
"node_modules/@babel/highlight": {
|
|
444
|
-
"version": "7.22.
|
|
445
|
-
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.
|
|
446
|
-
"integrity": "sha512-
|
|
445
|
+
"version": "7.22.20",
|
|
446
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
|
|
447
|
+
"integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
|
|
447
448
|
"dependencies": {
|
|
448
|
-
"@babel/helper-validator-identifier": "^7.22.
|
|
449
|
-
"chalk": "^2.
|
|
449
|
+
"@babel/helper-validator-identifier": "^7.22.20",
|
|
450
|
+
"chalk": "^2.4.2",
|
|
450
451
|
"js-tokens": "^4.0.0"
|
|
451
452
|
},
|
|
452
453
|
"engines": {
|
|
@@ -454,9 +455,9 @@
|
|
|
454
455
|
}
|
|
455
456
|
},
|
|
456
457
|
"node_modules/@babel/parser": {
|
|
457
|
-
"version": "7.
|
|
458
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
459
|
-
"integrity": "sha512-
|
|
458
|
+
"version": "7.23.0",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
|
|
460
|
+
"integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==",
|
|
460
461
|
"bin": {
|
|
461
462
|
"parser": "bin/babel-parser.js"
|
|
462
463
|
},
|
|
@@ -1799,42 +1800,31 @@
|
|
|
1799
1800
|
}
|
|
1800
1801
|
},
|
|
1801
1802
|
"node_modules/@babel/template": {
|
|
1802
|
-
"version": "7.22.
|
|
1803
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.
|
|
1804
|
-
"integrity": "sha512-
|
|
1805
|
-
"dependencies": {
|
|
1806
|
-
"@babel/code-frame": "^7.22.5",
|
|
1807
|
-
"@babel/parser": "^7.22.5",
|
|
1808
|
-
"@babel/types": "^7.22.5"
|
|
1809
|
-
},
|
|
1810
|
-
"engines": {
|
|
1811
|
-
"node": ">=6.9.0"
|
|
1812
|
-
}
|
|
1813
|
-
},
|
|
1814
|
-
"node_modules/@babel/template/node_modules/@babel/code-frame": {
|
|
1815
|
-
"version": "7.22.5",
|
|
1816
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
|
|
1817
|
-
"integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
|
|
1803
|
+
"version": "7.22.15",
|
|
1804
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
|
|
1805
|
+
"integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
|
|
1818
1806
|
"dependencies": {
|
|
1819
|
-
"@babel/
|
|
1807
|
+
"@babel/code-frame": "^7.22.13",
|
|
1808
|
+
"@babel/parser": "^7.22.15",
|
|
1809
|
+
"@babel/types": "^7.22.15"
|
|
1820
1810
|
},
|
|
1821
1811
|
"engines": {
|
|
1822
1812
|
"node": ">=6.9.0"
|
|
1823
1813
|
}
|
|
1824
1814
|
},
|
|
1825
1815
|
"node_modules/@babel/traverse": {
|
|
1826
|
-
"version": "7.
|
|
1827
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
1828
|
-
"integrity": "sha512-
|
|
1829
|
-
"dependencies": {
|
|
1830
|
-
"@babel/code-frame": "^7.22.
|
|
1831
|
-
"@babel/generator": "^7.
|
|
1832
|
-
"@babel/helper-environment-visitor": "^7.22.
|
|
1833
|
-
"@babel/helper-function-name": "^7.
|
|
1816
|
+
"version": "7.23.2",
|
|
1817
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz",
|
|
1818
|
+
"integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==",
|
|
1819
|
+
"dependencies": {
|
|
1820
|
+
"@babel/code-frame": "^7.22.13",
|
|
1821
|
+
"@babel/generator": "^7.23.0",
|
|
1822
|
+
"@babel/helper-environment-visitor": "^7.22.20",
|
|
1823
|
+
"@babel/helper-function-name": "^7.23.0",
|
|
1834
1824
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
1835
|
-
"@babel/helper-split-export-declaration": "^7.22.
|
|
1836
|
-
"@babel/parser": "^7.
|
|
1837
|
-
"@babel/types": "^7.
|
|
1825
|
+
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
1826
|
+
"@babel/parser": "^7.23.0",
|
|
1827
|
+
"@babel/types": "^7.23.0",
|
|
1838
1828
|
"debug": "^4.1.0",
|
|
1839
1829
|
"globals": "^11.1.0"
|
|
1840
1830
|
},
|
|
@@ -1842,24 +1832,13 @@
|
|
|
1842
1832
|
"node": ">=6.9.0"
|
|
1843
1833
|
}
|
|
1844
1834
|
},
|
|
1845
|
-
"node_modules/@babel/traverse/node_modules/@babel/code-frame": {
|
|
1846
|
-
"version": "7.22.5",
|
|
1847
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
|
|
1848
|
-
"integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
|
|
1849
|
-
"dependencies": {
|
|
1850
|
-
"@babel/highlight": "^7.22.5"
|
|
1851
|
-
},
|
|
1852
|
-
"engines": {
|
|
1853
|
-
"node": ">=6.9.0"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
1835
|
"node_modules/@babel/types": {
|
|
1857
|
-
"version": "7.
|
|
1858
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
1859
|
-
"integrity": "sha512-
|
|
1836
|
+
"version": "7.23.0",
|
|
1837
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
|
|
1838
|
+
"integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==",
|
|
1860
1839
|
"dependencies": {
|
|
1861
1840
|
"@babel/helper-string-parser": "^7.22.5",
|
|
1862
|
-
"@babel/helper-validator-identifier": "^7.22.
|
|
1841
|
+
"@babel/helper-validator-identifier": "^7.22.20",
|
|
1863
1842
|
"to-fast-properties": "^2.0.0"
|
|
1864
1843
|
},
|
|
1865
1844
|
"engines": {
|
|
@@ -6112,9 +6091,9 @@
|
|
|
6112
6091
|
}
|
|
6113
6092
|
},
|
|
6114
6093
|
"node_modules/crypto-js": {
|
|
6115
|
-
"version": "4.
|
|
6116
|
-
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.
|
|
6117
|
-
"integrity": "sha512-
|
|
6094
|
+
"version": "4.2.0",
|
|
6095
|
+
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
|
|
6096
|
+
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
|
|
6118
6097
|
},
|
|
6119
6098
|
"node_modules/crypto-random-string": {
|
|
6120
6099
|
"version": "2.0.0",
|
|
@@ -18324,11 +18303,12 @@
|
|
|
18324
18303
|
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="
|
|
18325
18304
|
},
|
|
18326
18305
|
"@babel/code-frame": {
|
|
18327
|
-
"version": "7.
|
|
18328
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
18329
|
-
"integrity": "sha512-
|
|
18306
|
+
"version": "7.22.13",
|
|
18307
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
|
|
18308
|
+
"integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
|
|
18330
18309
|
"requires": {
|
|
18331
|
-
"@babel/highlight": "^7.
|
|
18310
|
+
"@babel/highlight": "^7.22.13",
|
|
18311
|
+
"chalk": "^2.4.2"
|
|
18332
18312
|
}
|
|
18333
18313
|
},
|
|
18334
18314
|
"@babel/compat-data": {
|
|
@@ -18348,7 +18328,7 @@
|
|
|
18348
18328
|
"@babel/helpers": "^7.16.0",
|
|
18349
18329
|
"@babel/parser": "^7.16.0",
|
|
18350
18330
|
"@babel/template": "^7.16.0",
|
|
18351
|
-
"@babel/traverse": "^7.
|
|
18331
|
+
"@babel/traverse": "^7.23.2",
|
|
18352
18332
|
"@babel/types": "^7.16.0",
|
|
18353
18333
|
"convert-source-map": "^1.7.0",
|
|
18354
18334
|
"debug": "^4.1.0",
|
|
@@ -18376,11 +18356,11 @@
|
|
|
18376
18356
|
}
|
|
18377
18357
|
},
|
|
18378
18358
|
"@babel/generator": {
|
|
18379
|
-
"version": "7.
|
|
18380
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
18381
|
-
"integrity": "sha512
|
|
18359
|
+
"version": "7.23.0",
|
|
18360
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz",
|
|
18361
|
+
"integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==",
|
|
18382
18362
|
"requires": {
|
|
18383
|
-
"@babel/types": "^7.
|
|
18363
|
+
"@babel/types": "^7.23.0",
|
|
18384
18364
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
18385
18365
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
18386
18366
|
"jsesc": "^2.5.1"
|
|
@@ -18454,9 +18434,9 @@
|
|
|
18454
18434
|
}
|
|
18455
18435
|
},
|
|
18456
18436
|
"@babel/helper-environment-visitor": {
|
|
18457
|
-
"version": "7.22.
|
|
18458
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.
|
|
18459
|
-
"integrity": "sha512-
|
|
18437
|
+
"version": "7.22.20",
|
|
18438
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
|
|
18439
|
+
"integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA=="
|
|
18460
18440
|
},
|
|
18461
18441
|
"@babel/helper-explode-assignable-expression": {
|
|
18462
18442
|
"version": "7.16.0",
|
|
@@ -18467,12 +18447,12 @@
|
|
|
18467
18447
|
}
|
|
18468
18448
|
},
|
|
18469
18449
|
"@babel/helper-function-name": {
|
|
18470
|
-
"version": "7.
|
|
18471
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.
|
|
18472
|
-
"integrity": "sha512-
|
|
18450
|
+
"version": "7.23.0",
|
|
18451
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
|
|
18452
|
+
"integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
|
|
18473
18453
|
"requires": {
|
|
18474
|
-
"@babel/template": "^7.22.
|
|
18475
|
-
"@babel/types": "^7.
|
|
18454
|
+
"@babel/template": "^7.22.15",
|
|
18455
|
+
"@babel/types": "^7.23.0"
|
|
18476
18456
|
}
|
|
18477
18457
|
},
|
|
18478
18458
|
"@babel/helper-hoist-variables": {
|
|
@@ -18567,9 +18547,9 @@
|
|
|
18567
18547
|
}
|
|
18568
18548
|
},
|
|
18569
18549
|
"@babel/helper-split-export-declaration": {
|
|
18570
|
-
"version": "7.22.
|
|
18571
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.
|
|
18572
|
-
"integrity": "sha512-
|
|
18550
|
+
"version": "7.22.6",
|
|
18551
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
|
|
18552
|
+
"integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
|
|
18573
18553
|
"requires": {
|
|
18574
18554
|
"@babel/types": "^7.22.5"
|
|
18575
18555
|
}
|
|
@@ -18580,9 +18560,9 @@
|
|
|
18580
18560
|
"integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw=="
|
|
18581
18561
|
},
|
|
18582
18562
|
"@babel/helper-validator-identifier": {
|
|
18583
|
-
"version": "7.22.
|
|
18584
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.
|
|
18585
|
-
"integrity": "sha512-
|
|
18563
|
+
"version": "7.22.20",
|
|
18564
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
|
|
18565
|
+
"integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A=="
|
|
18586
18566
|
},
|
|
18587
18567
|
"@babel/helper-validator-option": {
|
|
18588
18568
|
"version": "7.22.5",
|
|
@@ -18611,19 +18591,19 @@
|
|
|
18611
18591
|
}
|
|
18612
18592
|
},
|
|
18613
18593
|
"@babel/highlight": {
|
|
18614
|
-
"version": "7.22.
|
|
18615
|
-
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.
|
|
18616
|
-
"integrity": "sha512-
|
|
18594
|
+
"version": "7.22.20",
|
|
18595
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
|
|
18596
|
+
"integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
|
|
18617
18597
|
"requires": {
|
|
18618
|
-
"@babel/helper-validator-identifier": "^7.22.
|
|
18619
|
-
"chalk": "^2.
|
|
18598
|
+
"@babel/helper-validator-identifier": "^7.22.20",
|
|
18599
|
+
"chalk": "^2.4.2",
|
|
18620
18600
|
"js-tokens": "^4.0.0"
|
|
18621
18601
|
}
|
|
18622
18602
|
},
|
|
18623
18603
|
"@babel/parser": {
|
|
18624
|
-
"version": "7.
|
|
18625
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
18626
|
-
"integrity": "sha512-
|
|
18604
|
+
"version": "7.23.0",
|
|
18605
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
|
|
18606
|
+
"integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw=="
|
|
18627
18607
|
},
|
|
18628
18608
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
18629
18609
|
"version": "7.16.2",
|
|
@@ -19494,59 +19474,39 @@
|
|
|
19494
19474
|
}
|
|
19495
19475
|
},
|
|
19496
19476
|
"@babel/template": {
|
|
19497
|
-
"version": "7.22.
|
|
19498
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.
|
|
19499
|
-
"integrity": "sha512-
|
|
19477
|
+
"version": "7.22.15",
|
|
19478
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
|
|
19479
|
+
"integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
|
|
19500
19480
|
"requires": {
|
|
19501
|
-
"@babel/code-frame": "^7.22.
|
|
19502
|
-
"@babel/parser": "^7.22.
|
|
19503
|
-
"@babel/types": "^7.22.
|
|
19504
|
-
},
|
|
19505
|
-
"dependencies": {
|
|
19506
|
-
"@babel/code-frame": {
|
|
19507
|
-
"version": "7.22.5",
|
|
19508
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
|
|
19509
|
-
"integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
|
|
19510
|
-
"requires": {
|
|
19511
|
-
"@babel/highlight": "^7.22.5"
|
|
19512
|
-
}
|
|
19513
|
-
}
|
|
19481
|
+
"@babel/code-frame": "^7.22.13",
|
|
19482
|
+
"@babel/parser": "^7.22.15",
|
|
19483
|
+
"@babel/types": "^7.22.15"
|
|
19514
19484
|
}
|
|
19515
19485
|
},
|
|
19516
19486
|
"@babel/traverse": {
|
|
19517
|
-
"version": "7.
|
|
19518
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
19519
|
-
"integrity": "sha512-
|
|
19520
|
-
"requires": {
|
|
19521
|
-
"@babel/code-frame": "^7.22.
|
|
19522
|
-
"@babel/generator": "^7.
|
|
19523
|
-
"@babel/helper-environment-visitor": "^7.22.
|
|
19524
|
-
"@babel/helper-function-name": "^7.
|
|
19487
|
+
"version": "7.23.2",
|
|
19488
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz",
|
|
19489
|
+
"integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==",
|
|
19490
|
+
"requires": {
|
|
19491
|
+
"@babel/code-frame": "^7.22.13",
|
|
19492
|
+
"@babel/generator": "^7.23.0",
|
|
19493
|
+
"@babel/helper-environment-visitor": "^7.22.20",
|
|
19494
|
+
"@babel/helper-function-name": "^7.23.0",
|
|
19525
19495
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
19526
|
-
"@babel/helper-split-export-declaration": "^7.22.
|
|
19527
|
-
"@babel/parser": "^7.
|
|
19528
|
-
"@babel/types": "^7.
|
|
19496
|
+
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
19497
|
+
"@babel/parser": "^7.23.0",
|
|
19498
|
+
"@babel/types": "^7.23.0",
|
|
19529
19499
|
"debug": "^4.1.0",
|
|
19530
19500
|
"globals": "^11.1.0"
|
|
19531
|
-
},
|
|
19532
|
-
"dependencies": {
|
|
19533
|
-
"@babel/code-frame": {
|
|
19534
|
-
"version": "7.22.5",
|
|
19535
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
|
|
19536
|
-
"integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
|
|
19537
|
-
"requires": {
|
|
19538
|
-
"@babel/highlight": "^7.22.5"
|
|
19539
|
-
}
|
|
19540
|
-
}
|
|
19541
19501
|
}
|
|
19542
19502
|
},
|
|
19543
19503
|
"@babel/types": {
|
|
19544
|
-
"version": "7.
|
|
19545
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
19546
|
-
"integrity": "sha512-
|
|
19504
|
+
"version": "7.23.0",
|
|
19505
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
|
|
19506
|
+
"integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==",
|
|
19547
19507
|
"requires": {
|
|
19548
19508
|
"@babel/helper-string-parser": "^7.22.5",
|
|
19549
|
-
"@babel/helper-validator-identifier": "^7.22.
|
|
19509
|
+
"@babel/helper-validator-identifier": "^7.22.20",
|
|
19550
19510
|
"to-fast-properties": "^2.0.0"
|
|
19551
19511
|
}
|
|
19552
19512
|
},
|
|
@@ -22635,9 +22595,9 @@
|
|
|
22635
22595
|
}
|
|
22636
22596
|
},
|
|
22637
22597
|
"crypto-js": {
|
|
22638
|
-
"version": "4.
|
|
22639
|
-
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.
|
|
22640
|
-
"integrity": "sha512-
|
|
22598
|
+
"version": "4.2.0",
|
|
22599
|
+
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
|
|
22600
|
+
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
|
|
22641
22601
|
},
|
|
22642
22602
|
"crypto-random-string": {
|
|
22643
22603
|
"version": "2.0.0",
|
|
@@ -138,7 +138,6 @@ describe('Test fetchWithTimeout method', () => {
|
|
|
138
138
|
});
|
|
139
139
|
|
|
140
140
|
it('dispatches RECIEVE_ERROR when no response is received', async () => {
|
|
141
|
-
|
|
142
141
|
const expectedActions = [
|
|
143
142
|
actions.RECEIVE_ERROR,
|
|
144
143
|
];
|
|
@@ -154,15 +153,13 @@ describe('Test fetchWithTimeout method', () => {
|
|
|
154
153
|
|
|
155
154
|
|
|
156
155
|
it('should send a delayed response after timeout expires, thereby triggering abort() method of AbortController', async () => {
|
|
157
|
-
|
|
158
156
|
const timeout = 10
|
|
159
|
-
const delay = (response, after = 500) => () => new Promise(resolve => setTimeout(resolve, after)).then(() => response);
|
|
160
157
|
|
|
161
158
|
// Send a delayed response, well after the timeout for the request has expired.
|
|
162
159
|
// This should trigger the abort() method of the AbortController()
|
|
163
|
-
fetchMock.
|
|
160
|
+
fetchMock.getOnce('/get_status', new Promise(resolve => setTimeout(() => resolve({ body: 'ok' }), 1000 + timeout)));
|
|
164
161
|
|
|
165
|
-
const abortSpy = jest.spyOn(AbortController.prototype, 'abort');
|
|
162
|
+
const abortSpy = jest.spyOn(global.AbortController.prototype, 'abort');
|
|
166
163
|
const expectedActions = [
|
|
167
164
|
actions.RECEIVE_ERROR,
|
|
168
165
|
];
|