aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.js1
-rw-r--r--package.json108
-rw-r--r--pnpm-lock.yaml2788
-rw-r--r--src/api/server/ServerApi.ts1
-rw-r--r--src/components/downloadManager/DownloadManagerDashboard.tsx16
-rw-r--r--src/components/ui/SearchInput.tsx1
-rw-r--r--src/features/workspaces/components/WorkspaceItem.tsx1
-rw-r--r--src/stores/AppStore.ts4
8 files changed, 1328 insertions, 1592 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 94dcbf8e8..07c07b8dc 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -124,6 +124,7 @@ module.exports = {
124 allowChildren: false, 124 allowChildren: false,
125 }, 125 },
126 ], 126 ],
127 'jsx-a11y/control-has-associated-label': 0,
127 // eslint-plugin-unicorn 128 // eslint-plugin-unicorn
128 'unicorn/filename-case': 0, 129 'unicorn/filename-case': 0,
129 'unicorn/no-null': 0, 130 'unicorn/no-null': 0,
diff --git a/package.json b/package.json
index c11acf637..f52cd8163 100644
--- a/package.json
+++ b/package.json
@@ -32,14 +32,14 @@
32 "test": "jest", 32 "test": "jest",
33 "test:watch": "jest --watch", 33 "test:watch": "jest --watch",
34 "typecheck": "tsc --noEmit", 34 "typecheck": "tsc --noEmit",
35 "lint": "eslint \"{src,test,scripts}/**/*.{js,jsx,mjs,ts,tsx}\"", 35 "lint": "eslint \"{src,test,scripts}/**/*.{js,jsx,mjs,ts,tsx}\" --quiet",
36 "lint:fix": "eslint --fix \"{src,test,scripts}/**/*.{js,jsx,mjs,ts,tsx}\"", 36 "lint:fix": "pnpm lint --cache --fix",
37 "extract": "formatjs extract \"src/**/*.{js,jsx,mjs,ts,tsx}\" --ignore=\"**/*.d.ts\" --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace", 37 "extract": "formatjs extract \"src/**/*.{js,jsx,mjs,ts,tsx}\" --ignore=\"**/*.d.ts\" --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace",
38 "compile": "formatjs compile \"temp.json\" --out-file src/i18n/locales/en-US.json", 38 "compile": "formatjs compile \"temp.json\" --out-file src/i18n/locales/en-US.json",
39 "manage-translations": "pnpm extract && pnpm compile && rimraf temp.json", 39 "manage-translations": "pnpm extract && pnpm compile && rimraf temp.json",
40 "build": "preval-build-info-cli && node esbuild.mjs && electron-builder", 40 "build": "preval-build-info-cli && node esbuild.mjs && electron-builder",
41 "contributors": "all-contributors", 41 "contributors": "all-contributors",
42 "reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{js,jsx,mjs,ts,tsx,scss}\"", 42 "reformat-files": "prettier --ignore-path .eslintignore --write --cache \"**/*.{js,jsx,mjs,ts,tsx,scss}\"",
43 "prepare-code": "pnpm typecheck && pnpm lint:fix && pnpm reformat-files && pnpm manage-translations", 43 "prepare-code": "pnpm typecheck && pnpm lint:fix && pnpm reformat-files && pnpm manage-translations",
44 "link-readme": "ts-node scripts/link-readme.ts", 44 "link-readme": "ts-node scripts/link-readme.ts",
45 "minify-images": "./scripts/minify-images.sh", 45 "minify-images": "./scripts/minify-images.sh",
@@ -61,31 +61,31 @@
61 "@adonisjs/session": "1.1.0", 61 "@adonisjs/session": "1.1.0",
62 "@adonisjs/shield": "1.1.0", 62 "@adonisjs/shield": "1.1.0",
63 "@adonisjs/validator": "5.1.0", 63 "@adonisjs/validator": "5.1.0",
64 "@electron/remote": "2.0.11", 64 "@electron/remote": "2.1.0",
65 "@emotion/react": "11.11.1", 65 "@emotion/react": "11.11.1",
66 "@emotion/styled": "11.11.0", 66 "@emotion/styled": "11.11.0",
67 "@krisdages/electron-process-manager": "3.0.0", 67 "@krisdages/electron-process-manager": "3.0.0",
68 "@mdi/js": "7.2.96", 68 "@mdi/js": "7.3.67",
69 "@mdi/react": "1.6.1", 69 "@mdi/react": "1.6.1",
70 "@mui/icons-material": "5.14.9", 70 "@mui/icons-material": "5.14.19",
71 "@mui/material": "5.14.10", 71 "@mui/material": "5.14.19",
72 "@octokit/core": "5.0.0", 72 "@octokit/core": "5.0.2",
73 "@sentry/electron": "4.10.0", 73 "@sentry/electron": "4.14.0",
74 "@superwf/mobx-react-router": "7.4.0", 74 "@superwf/mobx-react-router": "7.4.0",
75 "auto-launch": "5.0.6", 75 "auto-launch": "5.0.6",
76 "classnames": "2.3.2", 76 "classnames": "2.3.2",
77 "color": "4.2.3", 77 "color": "4.2.3",
78 "csstype": "3.1.2", 78 "csstype": "3.1.2",
79 "darkreader": "4.9.58", 79 "darkreader": "4.9.69",
80 "dbus-next": "0.10.2", 80 "dbus-next": "0.10.2",
81 "debug": "4.3.4", 81 "debug": "4.3.4",
82 "electron-dl": "3.5.0", 82 "electron-dl": "3.5.1",
83 "electron-find": "1.0.7", 83 "electron-find": "1.0.7",
84 "electron-react-titlebar": "1.2.1", 84 "electron-react-titlebar": "1.2.1",
85 "electron-updater": "6.1.5", 85 "electron-updater": "6.1.7",
86 "electron-window-state": "5.0.3", 86 "electron-window-state": "5.0.3",
87 "fast-folder-size": "2.2.0", 87 "fast-folder-size": "2.2.0",
88 "fs-extra": "11.1.1", 88 "fs-extra": "11.2.0",
89 "google-translate-api-x": "10.6.7", 89 "google-translate-api-x": "10.6.7",
90 "history": "5.3.0", 90 "history": "5.3.0",
91 "immutable": "4.3.2", 91 "immutable": "4.3.2",
@@ -96,10 +96,10 @@
96 "macos-version": "5.2.1", 96 "macos-version": "5.2.1",
97 "markdown-to-jsx": "7.3.2", 97 "markdown-to-jsx": "7.3.2",
98 "minimist": "1.2.8", 98 "minimist": "1.2.8",
99 "mobx": "6.10.2", 99 "mobx": "6.12.0",
100 "mobx-localstorage": "1.2.0", 100 "mobx-localstorage": "1.2.0",
101 "mobx-react": "7.6.0", 101 "mobx-react": "7.6.0",
102 "mobx-react-form": "6.3.7", 102 "mobx-react-form": "6.6.0",
103 "moment": "2.29.4", 103 "moment": "2.29.4",
104 "ms": "2.1.3", 104 "ms": "2.1.3",
105 "normalize-url": "6.1.0", 105 "normalize-url": "6.1.0",
@@ -113,13 +113,13 @@
113 "react-dom": "18.2.0", 113 "react-dom": "18.2.0",
114 "react-dropzone": "14.2.3", 114 "react-dropzone": "14.2.3",
115 "react-electron-web-view": "2.0.1", 115 "react-electron-web-view": "2.0.1",
116 "react-intl": "6.4.7", 116 "react-intl": "6.5.5",
117 "react-jss": "10.10.0", 117 "react-jss": "10.10.0",
118 "react-loader-spinner": "5.4.5", 118 "react-loader-spinner": "5.4.5",
119 "react-modal": "3.16.1", 119 "react-modal": "3.16.1",
120 "react-router-dom": "6.15.0", 120 "react-router-dom": "6.20.1",
121 "react-sortable-hoc": "2.0.0", 121 "react-sortable-hoc": "2.0.0",
122 "react-tooltip": "5.21.4", 122 "react-tooltip": "5.24.0",
123 "react-topbar-progress-indicator": "4.1.1", 123 "react-topbar-progress-indicator": "4.1.1",
124 "react-transition-group": "4.4.5", 124 "react-transition-group": "4.4.5",
125 "route-parser": "0.0.5", 125 "route-parser": "0.0.5",
@@ -137,47 +137,47 @@
137 "@commitlint/cli": "17.7.1", 137 "@commitlint/cli": "17.7.1",
138 "@commitlint/config-conventional": "17.7.0", 138 "@commitlint/config-conventional": "17.7.0",
139 "@electron/notarize": "1.2.3", 139 "@electron/notarize": "1.2.3",
140 "@formatjs/cli": "6.1.5", 140 "@formatjs/cli": "6.2.4",
141 "@jest/types": "29.6.3", 141 "@jest/types": "29.6.3",
142 "@types/auto-launch": "5.0.2", 142 "@types/auto-launch": "5.0.5",
143 "@types/color": "3.0.4", 143 "@types/color": "3.0.6",
144 "@types/fs-extra": "11.0.2", 144 "@types/fs-extra": "11.0.4",
145 "@types/jest": "29.5.5", 145 "@types/jest": "29.5.10",
146 "@types/lodash": "4.14.198", 146 "@types/lodash": "4.14.202",
147 "@types/minimist": "1.2.2", 147 "@types/minimist": "1.2.5",
148 "@types/ms": "0.7.31", 148 "@types/ms": "0.7.34",
149 "@types/node": "20.8.10", 149 "@types/node": "20.10.3",
150 "@types/prop-types": "15.7.6", 150 "@types/prop-types": "15.7.11",
151 "@types/react": "18.2.22", 151 "@types/react": "18.2.41",
152 "@types/react-color": "3.0.6", 152 "@types/react-color": "3.0.10",
153 "@types/react-dom": "18.2.7", 153 "@types/react-dom": "18.2.17",
154 "@types/react-loader": "2.4.5", 154 "@types/react-loader": "2.4.8",
155 "@types/react-transition-group": "4.4.6", 155 "@types/react-transition-group": "4.4.9",
156 "@types/route-parser": "0.1.4", 156 "@types/route-parser": "0.1.7",
157 "@types/semver": "7.5.2", 157 "@types/semver": "7.5.6",
158 "@types/tar": "6.1.6", 158 "@types/tar": "6.1.10",
159 "@types/uuid": "9.0.4", 159 "@types/uuid": "9.0.7",
160 "@types/validator": "13.11.1", 160 "@types/validator": "13.11.7",
161 "@typescript-eslint/eslint-plugin": "6.7.2", 161 "@typescript-eslint/eslint-plugin": "6.13.1",
162 "@typescript-eslint/parser": "6.7.2", 162 "@typescript-eslint/parser": "6.13.1",
163 "all-contributors-cli": "6.26.1", 163 "all-contributors-cli": "6.26.1",
164 "chalk": "5.3.0", 164 "chalk": "5.3.0",
165 "concurrently": "8.2.1", 165 "concurrently": "8.2.2",
166 "cross-env": "7.0.3", 166 "cross-env": "7.0.3",
167 "electron": "27.0.1", 167 "electron": "27.1.3",
168 "electron-builder": "24.7.0", 168 "electron-builder": "24.9.1",
169 "esbuild": "0.16.17", 169 "esbuild": "0.16.17",
170 "esbuild-plugin-copy": "2.1.1", 170 "esbuild-plugin-copy": "2.1.1",
171 "esbuild-runner": "2.2.2", 171 "esbuild-runner": "2.2.2",
172 "esbuild-sass-plugin": "2.15.0", 172 "esbuild-sass-plugin": "2.16.0",
173 "eslint": "8.49.0", 173 "eslint": "8.55.0",
174 "eslint-config-airbnb": "19.0.4", 174 "eslint-config-airbnb": "19.0.4",
175 "eslint-config-airbnb-typescript": "17.1.0", 175 "eslint-config-airbnb-typescript": "17.1.0",
176 "eslint-config-prettier": "8.8.0", 176 "eslint-config-prettier": "8.8.0",
177 "eslint-plugin-import": "2.28.1", 177 "eslint-plugin-import": "2.29.0",
178 "eslint-plugin-jest": "27.2.3", 178 "eslint-plugin-jest": "27.6.0",
179 "eslint-plugin-jsx-a11y": "6.7.1", 179 "eslint-plugin-jsx-a11y": "6.8.0",
180 "eslint-plugin-prettier": "5.0.0", 180 "eslint-plugin-prettier": "5.0.1",
181 "eslint-plugin-react": "7.33.2", 181 "eslint-plugin-react": "7.33.2",
182 "eslint-plugin-react-hooks": "4.6.0", 182 "eslint-plugin-react-hooks": "4.6.0",
183 "eslint-plugin-sonar": "0.12.0", 183 "eslint-plugin-sonar": "0.12.0",
@@ -186,14 +186,14 @@
186 "husky": "8.0.3", 186 "husky": "8.0.3",
187 "is-ci": "3.0.1", 187 "is-ci": "3.0.1",
188 "jest": "29.7.0", 188 "jest": "29.7.0",
189 "prettier": "3.0.3", 189 "prettier": "3.1.0",
190 "preval-build-info": "1.0.3", 190 "preval-build-info": "1.0.3",
191 "rimraf": "5.0.1", 191 "rimraf": "5.0.5",
192 "simple-git": "3.19.1", 192 "simple-git": "3.21.0",
193 "tiny-glob": "0.2.9", 193 "tiny-glob": "0.2.9",
194 "ts-node": "10.9.1", 194 "ts-node": "10.9.1",
195 "typescript": "5.2.2", 195 "typescript": "5.3.2",
196 "wait-on": "7.0.1" 196 "wait-on": "7.2.0"
197 }, 197 },
198 "pnpm": { 198 "pnpm": {
199 "overrides": { 199 "overrides": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 38b716888..aa412d57d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -45,38 +45,38 @@ dependencies:
45 specifier: 5.1.0 45 specifier: 5.1.0
46 version: 5.1.0 46 version: 5.1.0
47 '@electron/remote': 47 '@electron/remote':
48 specifier: 2.0.11 48 specifier: 2.1.0
49 version: 2.0.11(electron@27.0.1) 49 version: 2.1.0(electron@27.1.3)
50 '@emotion/react': 50 '@emotion/react':
51 specifier: 11.11.1 51 specifier: 11.11.1
52 version: 11.11.1(@types/react@18.2.22)(react@18.2.0) 52 version: 11.11.1(@types/react@18.2.41)(react@18.2.0)
53 '@emotion/styled': 53 '@emotion/styled':
54 specifier: 11.11.0 54 specifier: 11.11.0
55 version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) 55 version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.41)(react@18.2.0)
56 '@krisdages/electron-process-manager': 56 '@krisdages/electron-process-manager':
57 specifier: 3.0.0 57 specifier: 3.0.0
58 version: 3.0.0(@electron/remote@2.0.11)(electron@27.0.1)(rxjs@7.8.1) 58 version: 3.0.0(@electron/remote@2.1.0)(electron@27.1.3)(rxjs@7.8.1)
59 '@mdi/js': 59 '@mdi/js':
60 specifier: 7.2.96 60 specifier: 7.3.67
61 version: 7.2.96 61 version: 7.3.67
62 '@mdi/react': 62 '@mdi/react':
63 specifier: 1.6.1 63 specifier: 1.6.1
64 version: 1.6.1 64 version: 1.6.1
65 '@mui/icons-material': 65 '@mui/icons-material':
66 specifier: 5.14.9 66 specifier: 5.14.19
67 version: 5.14.9(@mui/material@5.14.10)(@types/react@18.2.22)(react@18.2.0) 67 version: 5.14.19(@mui/material@5.14.19)(@types/react@18.2.41)(react@18.2.0)
68 '@mui/material': 68 '@mui/material':
69 specifier: 5.14.10 69 specifier: 5.14.19
70 version: 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) 70 version: 5.14.19(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)
71 '@octokit/core': 71 '@octokit/core':
72 specifier: 5.0.0 72 specifier: 5.0.2
73 version: 5.0.0 73 version: 5.0.2
74 '@sentry/electron': 74 '@sentry/electron':
75 specifier: 4.10.0 75 specifier: 4.14.0
76 version: 4.10.0 76 version: 4.14.0
77 '@superwf/mobx-react-router': 77 '@superwf/mobx-react-router':
78 specifier: 7.4.0 78 specifier: 7.4.0
79 version: 7.4.0(history@5.3.0)(mobx@6.10.2)(path-to-regexp@6.2.1) 79 version: 7.4.0(history@5.3.0)(mobx@6.12.0)(path-to-regexp@6.2.1)
80 auto-launch: 80 auto-launch:
81 specifier: 5.0.6 81 specifier: 5.0.6
82 version: 5.0.6 82 version: 5.0.6
@@ -90,8 +90,8 @@ dependencies:
90 specifier: 3.1.2 90 specifier: 3.1.2
91 version: 3.1.2 91 version: 3.1.2
92 darkreader: 92 darkreader:
93 specifier: 4.9.58 93 specifier: 4.9.69
94 version: 4.9.58 94 version: 4.9.69
95 dbus-next: 95 dbus-next:
96 specifier: 0.10.2 96 specifier: 0.10.2
97 version: 0.10.2 97 version: 0.10.2
@@ -99,8 +99,8 @@ dependencies:
99 specifier: 4.3.4 99 specifier: 4.3.4
100 version: 4.3.4(supports-color@5.5.0) 100 version: 4.3.4(supports-color@5.5.0)
101 electron-dl: 101 electron-dl:
102 specifier: 3.5.0 102 specifier: 3.5.1
103 version: 3.5.0 103 version: 3.5.1
104 electron-find: 104 electron-find:
105 specifier: 1.0.7 105 specifier: 1.0.7
106 version: 1.0.7 106 version: 1.0.7
@@ -108,8 +108,8 @@ dependencies:
108 specifier: 1.2.1 108 specifier: 1.2.1
109 version: 1.2.1(react-dom@18.2.0)(react@18.2.0) 109 version: 1.2.1(react-dom@18.2.0)(react@18.2.0)
110 electron-updater: 110 electron-updater:
111 specifier: 6.1.5 111 specifier: 6.1.7
112 version: 6.1.5 112 version: 6.1.7
113 electron-window-state: 113 electron-window-state:
114 specifier: 5.0.3 114 specifier: 5.0.3
115 version: 5.0.3 115 version: 5.0.3
@@ -117,8 +117,8 @@ dependencies:
117 specifier: 2.2.0 117 specifier: 2.2.0
118 version: 2.2.0 118 version: 2.2.0
119 fs-extra: 119 fs-extra:
120 specifier: 11.1.1 120 specifier: 11.2.0
121 version: 11.1.1 121 version: 11.2.0
122 google-translate-api-x: 122 google-translate-api-x:
123 specifier: 10.6.7 123 specifier: 10.6.7
124 version: 10.6.7 124 version: 10.6.7
@@ -150,17 +150,17 @@ dependencies:
150 specifier: 1.2.8 150 specifier: 1.2.8
151 version: 1.2.8 151 version: 1.2.8
152 mobx: 152 mobx:
153 specifier: 6.10.2 153 specifier: 6.12.0
154 version: 6.10.2 154 version: 6.12.0
155 mobx-localstorage: 155 mobx-localstorage:
156 specifier: 1.2.0 156 specifier: 1.2.0
157 version: 1.2.0(mobx@6.10.2) 157 version: 1.2.0(mobx@6.12.0)
158 mobx-react: 158 mobx-react:
159 specifier: 7.6.0 159 specifier: 7.6.0
160 version: 7.6.0(mobx@6.10.2)(react-dom@18.2.0)(react@18.2.0) 160 version: 7.6.0(mobx@6.12.0)(react-dom@18.2.0)(react@18.2.0)
161 mobx-react-form: 161 mobx-react-form:
162 specifier: 6.3.7 162 specifier: 6.6.0
163 version: 6.3.7(mobx@6.10.2) 163 version: 6.6.0(mobx@6.12.0)
164 moment: 164 moment:
165 specifier: 2.29.4 165 specifier: 2.29.4
166 version: 2.29.4 166 version: 2.29.4
@@ -201,8 +201,8 @@ dependencies:
201 specifier: 2.0.1 201 specifier: 2.0.1
202 version: 2.0.1(react-dom@18.2.0)(react@18.2.0) 202 version: 2.0.1(react-dom@18.2.0)(react@18.2.0)
203 react-intl: 203 react-intl:
204 specifier: 6.4.7 204 specifier: 6.5.5
205 version: 6.4.7(react@18.2.0)(typescript@5.2.2) 205 version: 6.5.5(react@18.2.0)(typescript@5.3.2)
206 react-jss: 206 react-jss:
207 specifier: 10.10.0 207 specifier: 10.10.0
208 version: 10.10.0(react@18.2.0) 208 version: 10.10.0(react@18.2.0)
@@ -213,14 +213,14 @@ dependencies:
213 specifier: 3.16.1 213 specifier: 3.16.1
214 version: 3.16.1(react-dom@18.2.0)(react@18.2.0) 214 version: 3.16.1(react-dom@18.2.0)(react@18.2.0)
215 react-router-dom: 215 react-router-dom:
216 specifier: 6.15.0 216 specifier: 6.20.1
217 version: 6.15.0(react-dom@18.2.0)(react@18.2.0) 217 version: 6.20.1(react-dom@18.2.0)(react@18.2.0)
218 react-sortable-hoc: 218 react-sortable-hoc:
219 specifier: 2.0.0 219 specifier: 2.0.0
220 version: 2.0.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) 220 version: 2.0.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0)
221 react-tooltip: 221 react-tooltip:
222 specifier: 5.21.4 222 specifier: 5.24.0
223 version: 5.21.4(react-dom@18.2.0)(react@18.2.0) 223 version: 5.24.0(react-dom@18.2.0)(react@18.2.0)
224 react-topbar-progress-indicator: 224 react-topbar-progress-indicator:
225 specifier: 4.1.1 225 specifier: 4.1.1
226 version: 4.1.1(react@18.2.0) 226 version: 4.1.1(react@18.2.0)
@@ -277,74 +277,74 @@ devDependencies:
277 specifier: 1.2.3 277 specifier: 1.2.3
278 version: 1.2.3 278 version: 1.2.3
279 '@formatjs/cli': 279 '@formatjs/cli':
280 specifier: 6.1.5 280 specifier: 6.2.4
281 version: 6.1.5 281 version: 6.2.4
282 '@jest/types': 282 '@jest/types':
283 specifier: 29.6.3 283 specifier: 29.6.3
284 version: 29.6.3 284 version: 29.6.3
285 '@types/auto-launch': 285 '@types/auto-launch':
286 specifier: 5.0.2 286 specifier: 5.0.5
287 version: 5.0.2 287 version: 5.0.5
288 '@types/color': 288 '@types/color':
289 specifier: 3.0.4 289 specifier: 3.0.6
290 version: 3.0.4 290 version: 3.0.6
291 '@types/fs-extra': 291 '@types/fs-extra':
292 specifier: 11.0.2 292 specifier: 11.0.4
293 version: 11.0.2 293 version: 11.0.4
294 '@types/jest': 294 '@types/jest':
295 specifier: 29.5.5 295 specifier: 29.5.10
296 version: 29.5.5 296 version: 29.5.10
297 '@types/lodash': 297 '@types/lodash':
298 specifier: 4.14.198 298 specifier: 4.14.202
299 version: 4.14.198 299 version: 4.14.202
300 '@types/minimist': 300 '@types/minimist':
301 specifier: 1.2.2 301 specifier: 1.2.5
302 version: 1.2.2 302 version: 1.2.5
303 '@types/ms': 303 '@types/ms':
304 specifier: 0.7.31 304 specifier: 0.7.34
305 version: 0.7.31 305 version: 0.7.34
306 '@types/node': 306 '@types/node':
307 specifier: 20.8.10 307 specifier: 20.10.3
308 version: 20.8.10 308 version: 20.10.3
309 '@types/prop-types': 309 '@types/prop-types':
310 specifier: 15.7.6 310 specifier: 15.7.11
311 version: 15.7.6 311 version: 15.7.11
312 '@types/react': 312 '@types/react':
313 specifier: 18.2.22 313 specifier: 18.2.41
314 version: 18.2.22 314 version: 18.2.41
315 '@types/react-color': 315 '@types/react-color':
316 specifier: 3.0.6 316 specifier: 3.0.10
317 version: 3.0.6 317 version: 3.0.10
318 '@types/react-dom': 318 '@types/react-dom':
319 specifier: 18.2.7 319 specifier: 18.2.17
320 version: 18.2.7 320 version: 18.2.17
321 '@types/react-loader': 321 '@types/react-loader':
322 specifier: 2.4.5 322 specifier: 2.4.8
323 version: 2.4.5 323 version: 2.4.8
324 '@types/react-transition-group': 324 '@types/react-transition-group':
325 specifier: 4.4.6 325 specifier: 4.4.9
326 version: 4.4.6 326 version: 4.4.9
327 '@types/route-parser': 327 '@types/route-parser':
328 specifier: 0.1.4 328 specifier: 0.1.7
329 version: 0.1.4 329 version: 0.1.7
330 '@types/semver': 330 '@types/semver':
331 specifier: 7.5.2 331 specifier: 7.5.6
332 version: 7.5.2 332 version: 7.5.6
333 '@types/tar': 333 '@types/tar':
334 specifier: 6.1.6 334 specifier: 6.1.10
335 version: 6.1.6 335 version: 6.1.10
336 '@types/uuid': 336 '@types/uuid':
337 specifier: 9.0.4 337 specifier: 9.0.7
338 version: 9.0.4 338 version: 9.0.7
339 '@types/validator': 339 '@types/validator':
340 specifier: 13.11.1 340 specifier: 13.11.7
341 version: 13.11.1 341 version: 13.11.7
342 '@typescript-eslint/eslint-plugin': 342 '@typescript-eslint/eslint-plugin':
343 specifier: 6.7.2 343 specifier: 6.13.1
344 version: 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2) 344 version: 6.13.1(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)(typescript@5.3.2)
345 '@typescript-eslint/parser': 345 '@typescript-eslint/parser':
346 specifier: 6.7.2 346 specifier: 6.13.1
347 version: 6.7.2(eslint@8.49.0)(typescript@5.2.2) 347 version: 6.13.1(eslint@8.55.0)(typescript@5.3.2)
348 all-contributors-cli: 348 all-contributors-cli:
349 specifier: 6.26.1 349 specifier: 6.26.1
350 version: 6.26.1 350 version: 6.26.1
@@ -352,17 +352,17 @@ devDependencies:
352 specifier: 5.3.0 352 specifier: 5.3.0
353 version: 5.3.0 353 version: 5.3.0
354 concurrently: 354 concurrently:
355 specifier: 8.2.1 355 specifier: 8.2.2
356 version: 8.2.1 356 version: 8.2.2
357 cross-env: 357 cross-env:
358 specifier: 7.0.3 358 specifier: 7.0.3
359 version: 7.0.3 359 version: 7.0.3
360 electron: 360 electron:
361 specifier: 27.0.1 361 specifier: 27.1.3
362 version: 27.0.1 362 version: 27.1.3
363 electron-builder: 363 electron-builder:
364 specifier: 24.7.0 364 specifier: 24.9.1
365 version: 24.7.0 365 version: 24.9.1
366 esbuild: 366 esbuild:
367 specifier: 0.16.17 367 specifier: 0.16.17
368 version: 0.16.17 368 version: 0.16.17
@@ -373,44 +373,44 @@ devDependencies:
373 specifier: 2.2.2 373 specifier: 2.2.2
374 version: 2.2.2(esbuild@0.16.17) 374 version: 2.2.2(esbuild@0.16.17)
375 esbuild-sass-plugin: 375 esbuild-sass-plugin:
376 specifier: 2.15.0 376 specifier: 2.16.0
377 version: 2.15.0(esbuild@0.16.17) 377 version: 2.16.0(esbuild@0.16.17)
378 eslint: 378 eslint:
379 specifier: 8.49.0 379 specifier: 8.55.0
380 version: 8.49.0 380 version: 8.55.0
381 eslint-config-airbnb: 381 eslint-config-airbnb:
382 specifier: 19.0.4 382 specifier: 19.0.4
383 version: 19.0.4(eslint-plugin-import@2.28.1)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.49.0) 383 version: 19.0.4(eslint-plugin-import@2.29.0)(eslint-plugin-jsx-a11y@6.8.0)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.55.0)
384 eslint-config-airbnb-typescript: 384 eslint-config-airbnb-typescript:
385 specifier: 17.1.0 385 specifier: 17.1.0
386 version: 17.1.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint-plugin-import@2.28.1)(eslint@8.49.0) 386 version: 17.1.0(@typescript-eslint/eslint-plugin@6.13.1)(@typescript-eslint/parser@6.13.1)(eslint-plugin-import@2.29.0)(eslint@8.55.0)
387 eslint-config-prettier: 387 eslint-config-prettier:
388 specifier: 8.8.0 388 specifier: 8.8.0
389 version: 8.8.0(eslint@8.49.0) 389 version: 8.8.0(eslint@8.55.0)
390 eslint-plugin-import: 390 eslint-plugin-import:
391 specifier: 2.28.1 391 specifier: 2.29.0
392 version: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.49.0) 392 version: 2.29.0(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)
393 eslint-plugin-jest: 393 eslint-plugin-jest:
394 specifier: 27.2.3 394 specifier: 27.6.0
395 version: 27.2.3(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.49.0)(jest@29.7.0)(typescript@5.2.2) 395 version: 27.6.0(@typescript-eslint/eslint-plugin@6.13.1)(eslint@8.55.0)(jest@29.7.0)(typescript@5.3.2)
396 eslint-plugin-jsx-a11y: 396 eslint-plugin-jsx-a11y:
397 specifier: 6.7.1 397 specifier: 6.8.0
398 version: 6.7.1(eslint@8.49.0) 398 version: 6.8.0(eslint@8.55.0)
399 eslint-plugin-prettier: 399 eslint-plugin-prettier:
400 specifier: 5.0.0 400 specifier: 5.0.1
401 version: 5.0.0(eslint-config-prettier@8.8.0)(eslint@8.49.0)(prettier@3.0.3) 401 version: 5.0.1(eslint-config-prettier@8.8.0)(eslint@8.55.0)(prettier@3.1.0)
402 eslint-plugin-react: 402 eslint-plugin-react:
403 specifier: 7.33.2 403 specifier: 7.33.2
404 version: 7.33.2(eslint@8.49.0) 404 version: 7.33.2(eslint@8.55.0)
405 eslint-plugin-react-hooks: 405 eslint-plugin-react-hooks:
406 specifier: 4.6.0 406 specifier: 4.6.0
407 version: 4.6.0(eslint@8.49.0) 407 version: 4.6.0(eslint@8.55.0)
408 eslint-plugin-sonar: 408 eslint-plugin-sonar:
409 specifier: 0.12.0 409 specifier: 0.12.0
410 version: 0.12.0(@babel/core@7.23.5)(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2) 410 version: 0.12.0(@babel/core@7.23.5)(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)(typescript@5.3.2)
411 eslint-plugin-unicorn: 411 eslint-plugin-unicorn:
412 specifier: 48.0.1 412 specifier: 48.0.1
413 version: 48.0.1(eslint@8.49.0) 413 version: 48.0.1(eslint@8.55.0)
414 gulp-livereload: 414 gulp-livereload:
415 specifier: 4.0.2 415 specifier: 4.0.2
416 version: 4.0.2 416 version: 4.0.2
@@ -422,36 +422,36 @@ devDependencies:
422 version: 3.0.1 422 version: 3.0.1
423 jest: 423 jest:
424 specifier: 29.7.0 424 specifier: 29.7.0
425 version: 29.7.0(@types/node@20.8.10)(ts-node@10.9.1) 425 version: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1)
426 prettier: 426 prettier:
427 specifier: 3.0.3 427 specifier: 3.1.0
428 version: 3.0.3 428 version: 3.1.0
429 preval-build-info: 429 preval-build-info:
430 specifier: 1.0.3 430 specifier: 1.0.3
431 version: 1.0.3 431 version: 1.0.3
432 rimraf: 432 rimraf:
433 specifier: 5.0.1 433 specifier: 5.0.5
434 version: 5.0.1 434 version: 5.0.5
435 simple-git: 435 simple-git:
436 specifier: 3.19.1 436 specifier: 3.21.0
437 version: 3.19.1 437 version: 3.21.0
438 tiny-glob: 438 tiny-glob:
439 specifier: 0.2.9 439 specifier: 0.2.9
440 version: 0.2.9 440 version: 0.2.9
441 ts-node: 441 ts-node:
442 specifier: 10.9.1 442 specifier: 10.9.1
443 version: 10.9.1(@types/node@20.8.10)(typescript@5.2.2) 443 version: 10.9.1(@types/node@20.10.3)(typescript@5.3.2)
444 typescript: 444 typescript:
445 specifier: 5.2.2 445 specifier: 5.3.2
446 version: 5.2.2 446 version: 5.3.2
447 wait-on: 447 wait-on:
448 specifier: 7.0.1 448 specifier: 7.2.0
449 version: 7.0.1(debug@4.3.4) 449 version: 7.2.0(debug@4.3.4)
450 450
451packages: 451packages:
452 452
453 /7zip-bin@5.1.1: 453 /7zip-bin@5.2.0:
454 resolution: {integrity: sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ==} 454 resolution: {integrity: sha512-ukTPVhqG4jNzMro2qA9HSCSSVJN3aN7tlb+hfqYCt3ER0yWroeA2VR38MNrOHLQ/cVj+DaIMad0kFCtWWowh/A==}
455 dev: true 455 dev: true
456 456
457 /@aashutoshrathi/word-wrap@1.2.6: 457 /@aashutoshrathi/word-wrap@1.2.6:
@@ -662,13 +662,6 @@ packages:
662 '@jridgewell/gen-mapping': 0.3.3 662 '@jridgewell/gen-mapping': 0.3.3
663 '@jridgewell/trace-mapping': 0.3.20 663 '@jridgewell/trace-mapping': 0.3.20
664 664
665 /@babel/code-frame@7.22.13:
666 resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==}
667 engines: {node: '>=6.9.0'}
668 dependencies:
669 '@babel/highlight': 7.22.20
670 chalk: 2.4.2
671
672 /@babel/code-frame@7.23.5: 665 /@babel/code-frame@7.23.5:
673 resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} 666 resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==}
674 engines: {node: '>=6.9.0'} 667 engines: {node: '>=6.9.0'}
@@ -680,29 +673,6 @@ packages:
680 resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==} 673 resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==}
681 engines: {node: '>=6.9.0'} 674 engines: {node: '>=6.9.0'}
682 675
683 /@babel/core@7.22.20:
684 resolution: {integrity: sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==}
685 engines: {node: '>=6.9.0'}
686 dependencies:
687 '@ampproject/remapping': 2.2.1
688 '@babel/code-frame': 7.22.13
689 '@babel/generator': 7.23.0
690 '@babel/helper-compilation-targets': 7.22.15
691 '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20)
692 '@babel/helpers': 7.22.15
693 '@babel/parser': 7.23.0
694 '@babel/template': 7.22.15
695 '@babel/traverse': 7.23.2(supports-color@5.5.0)
696 '@babel/types': 7.23.0
697 convert-source-map: 1.9.0
698 debug: 4.3.4(supports-color@5.5.0)
699 gensync: 1.0.0-beta.2
700 json5: 2.2.3
701 semver: 6.3.1
702 transitivePeerDependencies:
703 - supports-color
704 dev: true
705
706 /@babel/core@7.23.5: 676 /@babel/core@7.23.5:
707 resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==} 677 resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==}
708 engines: {node: '>=6.9.0'} 678 engines: {node: '>=6.9.0'}
@@ -715,7 +685,7 @@ packages:
715 '@babel/helpers': 7.23.5 685 '@babel/helpers': 7.23.5
716 '@babel/parser': 7.23.5 686 '@babel/parser': 7.23.5
717 '@babel/template': 7.22.15 687 '@babel/template': 7.22.15
718 '@babel/traverse': 7.23.5 688 '@babel/traverse': 7.23.5(supports-color@5.5.0)
719 '@babel/types': 7.23.5 689 '@babel/types': 7.23.5
720 convert-source-map: 2.0.0 690 convert-source-map: 2.0.0
721 debug: 4.3.4(supports-color@5.5.0) 691 debug: 4.3.4(supports-color@5.5.0)
@@ -725,7 +695,7 @@ packages:
725 transitivePeerDependencies: 695 transitivePeerDependencies:
726 - supports-color 696 - supports-color
727 697
728 /@babel/eslint-parser@7.22.9(@babel/core@7.23.5)(eslint@8.49.0): 698 /@babel/eslint-parser@7.22.9(@babel/core@7.23.5)(eslint@8.55.0):
729 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==} 699 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==}
730 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} 700 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
731 peerDependencies: 701 peerDependencies:
@@ -734,20 +704,11 @@ packages:
734 dependencies: 704 dependencies:
735 '@babel/core': 7.23.5 705 '@babel/core': 7.23.5
736 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 706 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
737 eslint: 8.49.0 707 eslint: 8.55.0
738 eslint-visitor-keys: 2.1.0 708 eslint-visitor-keys: 2.1.0
739 semver: 6.3.1 709 semver: 6.3.1
740 dev: true 710 dev: true
741 711
742 /@babel/generator@7.23.0:
743 resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==}
744 engines: {node: '>=6.9.0'}
745 dependencies:
746 '@babel/types': 7.23.0
747 '@jridgewell/gen-mapping': 0.3.3
748 '@jridgewell/trace-mapping': 0.3.20
749 jsesc: 2.5.2
750
751 /@babel/generator@7.23.5: 712 /@babel/generator@7.23.5:
752 resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==} 713 resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==}
753 engines: {node: '>=6.9.0'} 714 engines: {node: '>=6.9.0'}
@@ -761,7 +722,7 @@ packages:
761 resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} 722 resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
762 engines: {node: '>=6.9.0'} 723 engines: {node: '>=6.9.0'}
763 dependencies: 724 dependencies:
764 '@babel/types': 7.23.0 725 '@babel/types': 7.23.5
765 dev: false 726 dev: false
766 727
767 /@babel/helper-compilation-targets@7.22.15: 728 /@babel/helper-compilation-targets@7.22.15:
@@ -783,33 +744,19 @@ packages:
783 engines: {node: '>=6.9.0'} 744 engines: {node: '>=6.9.0'}
784 dependencies: 745 dependencies:
785 '@babel/template': 7.22.15 746 '@babel/template': 7.22.15
786 '@babel/types': 7.23.0 747 '@babel/types': 7.23.5
787 748
788 /@babel/helper-hoist-variables@7.22.5: 749 /@babel/helper-hoist-variables@7.22.5:
789 resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} 750 resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
790 engines: {node: '>=6.9.0'} 751 engines: {node: '>=6.9.0'}
791 dependencies: 752 dependencies:
792 '@babel/types': 7.23.0 753 '@babel/types': 7.23.5
793 754
794 /@babel/helper-module-imports@7.22.15: 755 /@babel/helper-module-imports@7.22.15:
795 resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} 756 resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
796 engines: {node: '>=6.9.0'} 757 engines: {node: '>=6.9.0'}
797 dependencies: 758 dependencies:
798 '@babel/types': 7.23.0 759 '@babel/types': 7.23.5
799
800 /@babel/helper-module-transforms@7.22.20(@babel/core@7.22.20):
801 resolution: {integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==}
802 engines: {node: '>=6.9.0'}
803 peerDependencies:
804 '@babel/core': ^7.0.0
805 dependencies:
806 '@babel/core': 7.22.20
807 '@babel/helper-environment-visitor': 7.22.20
808 '@babel/helper-module-imports': 7.22.15
809 '@babel/helper-simple-access': 7.22.5
810 '@babel/helper-split-export-declaration': 7.22.6
811 '@babel/helper-validator-identifier': 7.22.20
812 dev: true
813 760
814 /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): 761 /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5):
815 resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} 762 resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
@@ -824,31 +771,21 @@ packages:
824 '@babel/helper-split-export-declaration': 7.22.6 771 '@babel/helper-split-export-declaration': 7.22.6
825 '@babel/helper-validator-identifier': 7.22.20 772 '@babel/helper-validator-identifier': 7.22.20
826 773
827 /@babel/helper-plugin-utils@7.20.2:
828 resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==}
829 engines: {node: '>=6.9.0'}
830 dev: true
831
832 /@babel/helper-plugin-utils@7.22.5: 774 /@babel/helper-plugin-utils@7.22.5:
833 resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} 775 resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
834 engines: {node: '>=6.9.0'} 776 engines: {node: '>=6.9.0'}
835 dev: false
836 777
837 /@babel/helper-simple-access@7.22.5: 778 /@babel/helper-simple-access@7.22.5:
838 resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} 779 resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
839 engines: {node: '>=6.9.0'} 780 engines: {node: '>=6.9.0'}
840 dependencies: 781 dependencies:
841 '@babel/types': 7.23.0 782 '@babel/types': 7.23.5
842 783
843 /@babel/helper-split-export-declaration@7.22.6: 784 /@babel/helper-split-export-declaration@7.22.6:
844 resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} 785 resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
845 engines: {node: '>=6.9.0'} 786 engines: {node: '>=6.9.0'}
846 dependencies: 787 dependencies:
847 '@babel/types': 7.23.0 788 '@babel/types': 7.23.5
848
849 /@babel/helper-string-parser@7.22.5:
850 resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
851 engines: {node: '>=6.9.0'}
852 789
853 /@babel/helper-string-parser@7.23.4: 790 /@babel/helper-string-parser@7.23.4:
854 resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} 791 resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==}
@@ -858,44 +795,20 @@ packages:
858 resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} 795 resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
859 engines: {node: '>=6.9.0'} 796 engines: {node: '>=6.9.0'}
860 797
861 /@babel/helper-validator-identifier@7.22.5:
862 resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
863 engines: {node: '>=6.9.0'}
864 dev: true
865
866 /@babel/helper-validator-option@7.22.15: 798 /@babel/helper-validator-option@7.22.15:
867 resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} 799 resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==}
868 engines: {node: '>=6.9.0'} 800 engines: {node: '>=6.9.0'}
869 801
870 /@babel/helpers@7.22.15:
871 resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==}
872 engines: {node: '>=6.9.0'}
873 dependencies:
874 '@babel/template': 7.22.15
875 '@babel/traverse': 7.23.2(supports-color@5.5.0)
876 '@babel/types': 7.23.0
877 transitivePeerDependencies:
878 - supports-color
879 dev: true
880
881 /@babel/helpers@7.23.5: 802 /@babel/helpers@7.23.5:
882 resolution: {integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==} 803 resolution: {integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==}
883 engines: {node: '>=6.9.0'} 804 engines: {node: '>=6.9.0'}
884 dependencies: 805 dependencies:
885 '@babel/template': 7.22.15 806 '@babel/template': 7.22.15
886 '@babel/traverse': 7.23.5 807 '@babel/traverse': 7.23.5(supports-color@5.5.0)
887 '@babel/types': 7.23.5 808 '@babel/types': 7.23.5
888 transitivePeerDependencies: 809 transitivePeerDependencies:
889 - supports-color 810 - supports-color
890 811
891 /@babel/highlight@7.22.20:
892 resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==}
893 engines: {node: '>=6.9.0'}
894 dependencies:
895 '@babel/helper-validator-identifier': 7.22.20
896 chalk: 2.4.2
897 js-tokens: 4.0.0
898
899 /@babel/highlight@7.23.4: 812 /@babel/highlight@7.23.4:
900 resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} 813 resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==}
901 engines: {node: '>=6.9.0'} 814 engines: {node: '>=6.9.0'}
@@ -904,13 +817,6 @@ packages:
904 chalk: 2.4.2 817 chalk: 2.4.2
905 js-tokens: 4.0.0 818 js-tokens: 4.0.0
906 819
907 /@babel/parser@7.23.0:
908 resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==}
909 engines: {node: '>=6.0.0'}
910 hasBin: true
911 dependencies:
912 '@babel/types': 7.23.0
913
914 /@babel/parser@7.23.5: 820 /@babel/parser@7.23.5:
915 resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} 821 resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==}
916 engines: {node: '>=6.0.0'} 822 engines: {node: '>=6.0.0'}
@@ -918,59 +824,49 @@ packages:
918 dependencies: 824 dependencies:
919 '@babel/types': 7.23.5 825 '@babel/types': 7.23.5
920 826
921 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.20): 827 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.5):
922 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} 828 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
923 peerDependencies: 829 peerDependencies:
924 '@babel/core': ^7.0.0-0 830 '@babel/core': ^7.0.0-0
925 dependencies: 831 dependencies:
926 '@babel/core': 7.22.20 832 '@babel/core': 7.23.5
927 '@babel/helper-plugin-utils': 7.20.2 833 '@babel/helper-plugin-utils': 7.22.5
928 dev: true 834 dev: true
929 835
930 /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.20): 836 /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.5):
931 resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} 837 resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
932 peerDependencies: 838 peerDependencies:
933 '@babel/core': ^7.0.0-0 839 '@babel/core': ^7.0.0-0
934 dependencies: 840 dependencies:
935 '@babel/core': 7.22.20 841 '@babel/core': 7.23.5
936 '@babel/helper-plugin-utils': 7.20.2 842 '@babel/helper-plugin-utils': 7.22.5
937 dev: true 843 dev: true
938 844
939 /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.20): 845 /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.5):
940 resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} 846 resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
941 peerDependencies: 847 peerDependencies:
942 '@babel/core': ^7.0.0-0 848 '@babel/core': ^7.0.0-0
943 dependencies: 849 dependencies:
944 '@babel/core': 7.22.20 850 '@babel/core': 7.23.5
945 '@babel/helper-plugin-utils': 7.20.2 851 '@babel/helper-plugin-utils': 7.22.5
946 dev: true 852 dev: true
947 853
948 /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.20): 854 /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.5):
949 resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} 855 resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
950 peerDependencies: 856 peerDependencies:
951 '@babel/core': ^7.0.0-0 857 '@babel/core': ^7.0.0-0
952 dependencies: 858 dependencies:
953 '@babel/core': 7.22.20 859 '@babel/core': 7.23.5
954 '@babel/helper-plugin-utils': 7.20.2 860 '@babel/helper-plugin-utils': 7.22.5
955 dev: true 861 dev: true
956 862
957 /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.20): 863 /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.5):
958 resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} 864 resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
959 peerDependencies: 865 peerDependencies:
960 '@babel/core': ^7.0.0-0 866 '@babel/core': ^7.0.0-0
961 dependencies: 867 dependencies:
962 '@babel/core': 7.22.20 868 '@babel/core': 7.23.5
963 '@babel/helper-plugin-utils': 7.20.2 869 '@babel/helper-plugin-utils': 7.22.5
964 dev: true
965
966 /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.22.20):
967 resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==}
968 engines: {node: '>=6.9.0'}
969 peerDependencies:
970 '@babel/core': ^7.0.0-0
971 dependencies:
972 '@babel/core': 7.22.20
973 '@babel/helper-plugin-utils': 7.20.2
974 dev: true 870 dev: true
975 871
976 /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.5): 872 /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.5):
@@ -981,110 +877,83 @@ packages:
981 dependencies: 877 dependencies:
982 '@babel/core': 7.23.5 878 '@babel/core': 7.23.5
983 '@babel/helper-plugin-utils': 7.22.5 879 '@babel/helper-plugin-utils': 7.22.5
984 dev: false
985 880
986 /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.20): 881 /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.5):
987 resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} 882 resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
988 peerDependencies: 883 peerDependencies:
989 '@babel/core': ^7.0.0-0 884 '@babel/core': ^7.0.0-0
990 dependencies: 885 dependencies:
991 '@babel/core': 7.22.20 886 '@babel/core': 7.23.5
992 '@babel/helper-plugin-utils': 7.20.2 887 '@babel/helper-plugin-utils': 7.22.5
993 dev: true 888 dev: true
994 889
995 /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.20): 890 /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.5):
996 resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} 891 resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
997 peerDependencies: 892 peerDependencies:
998 '@babel/core': ^7.0.0-0 893 '@babel/core': ^7.0.0-0
999 dependencies: 894 dependencies:
1000 '@babel/core': 7.22.20 895 '@babel/core': 7.23.5
1001 '@babel/helper-plugin-utils': 7.20.2 896 '@babel/helper-plugin-utils': 7.22.5
1002 dev: true 897 dev: true
1003 898
1004 /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.20): 899 /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.5):
1005 resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} 900 resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
1006 peerDependencies: 901 peerDependencies:
1007 '@babel/core': ^7.0.0-0 902 '@babel/core': ^7.0.0-0
1008 dependencies: 903 dependencies:
1009 '@babel/core': 7.22.20 904 '@babel/core': 7.23.5
1010 '@babel/helper-plugin-utils': 7.20.2 905 '@babel/helper-plugin-utils': 7.22.5
1011 dev: true 906 dev: true
1012 907
1013 /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.20): 908 /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.5):
1014 resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} 909 resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
1015 peerDependencies: 910 peerDependencies:
1016 '@babel/core': ^7.0.0-0 911 '@babel/core': ^7.0.0-0
1017 dependencies: 912 dependencies:
1018 '@babel/core': 7.22.20 913 '@babel/core': 7.23.5
1019 '@babel/helper-plugin-utils': 7.20.2 914 '@babel/helper-plugin-utils': 7.22.5
1020 dev: true 915 dev: true
1021 916
1022 /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.20): 917 /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.5):
1023 resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} 918 resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
1024 peerDependencies: 919 peerDependencies:
1025 '@babel/core': ^7.0.0-0 920 '@babel/core': ^7.0.0-0
1026 dependencies: 921 dependencies:
1027 '@babel/core': 7.22.20 922 '@babel/core': 7.23.5
1028 '@babel/helper-plugin-utils': 7.20.2 923 '@babel/helper-plugin-utils': 7.22.5
1029 dev: true 924 dev: true
1030 925
1031 /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.20): 926 /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.5):
1032 resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} 927 resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
1033 peerDependencies: 928 peerDependencies:
1034 '@babel/core': ^7.0.0-0 929 '@babel/core': ^7.0.0-0
1035 dependencies: 930 dependencies:
1036 '@babel/core': 7.22.20 931 '@babel/core': 7.23.5
1037 '@babel/helper-plugin-utils': 7.20.2 932 '@babel/helper-plugin-utils': 7.22.5
1038 dev: true 933 dev: true
1039 934
1040 /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.20): 935 /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.5):
1041 resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} 936 resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
1042 engines: {node: '>=6.9.0'} 937 engines: {node: '>=6.9.0'}
1043 peerDependencies: 938 peerDependencies:
1044 '@babel/core': ^7.0.0-0 939 '@babel/core': ^7.0.0-0
1045 dependencies: 940 dependencies:
1046 '@babel/core': 7.22.20 941 '@babel/core': 7.23.5
1047 '@babel/helper-plugin-utils': 7.20.2 942 '@babel/helper-plugin-utils': 7.22.5
1048 dev: true 943 dev: true
1049 944
1050 /@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.22.20): 945 /@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.23.5):
1051 resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} 946 resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==}
1052 engines: {node: '>=6.9.0'} 947 engines: {node: '>=6.9.0'}
1053 peerDependencies: 948 peerDependencies:
1054 '@babel/core': ^7.0.0-0 949 '@babel/core': ^7.0.0-0
1055 dependencies: 950 dependencies:
1056 '@babel/core': 7.22.20 951 '@babel/core': 7.23.5
1057 '@babel/helper-plugin-utils': 7.20.2 952 '@babel/helper-plugin-utils': 7.22.5
1058 dev: true 953 dev: true
1059 954
1060 /@babel/runtime@7.20.1: 955 /@babel/runtime@7.23.5:
1061 resolution: {integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==} 956 resolution: {integrity: sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==}
1062 engines: {node: '>=6.9.0'}
1063 dependencies:
1064 regenerator-runtime: 0.13.11
1065 dev: false
1066
1067 /@babel/runtime@7.20.7:
1068 resolution: {integrity: sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==}
1069 engines: {node: '>=6.9.0'}
1070 dependencies:
1071 regenerator-runtime: 0.13.11
1072
1073 /@babel/runtime@7.21.5:
1074 resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==}
1075 engines: {node: '>=6.9.0'}
1076 dependencies:
1077 regenerator-runtime: 0.13.11
1078
1079 /@babel/runtime@7.22.11:
1080 resolution: {integrity: sha512-ee7jVNlWN09+KftVOu9n7S8gQzD/Z6hN/I8VBRXW4P1+Xe7kJGXMwu8vds4aGIMHZnNbdpSWCfZZtinytpcAvA==}
1081 engines: {node: '>=6.9.0'}
1082 dependencies:
1083 regenerator-runtime: 0.14.0
1084 dev: false
1085
1086 /@babel/runtime@7.22.15:
1087 resolution: {integrity: sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==}
1088 engines: {node: '>=6.9.0'} 957 engines: {node: '>=6.9.0'}
1089 dependencies: 958 dependencies:
1090 regenerator-runtime: 0.14.0 959 regenerator-runtime: 0.14.0
@@ -1093,28 +962,11 @@ packages:
1093 resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} 962 resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
1094 engines: {node: '>=6.9.0'} 963 engines: {node: '>=6.9.0'}
1095 dependencies: 964 dependencies:
1096 '@babel/code-frame': 7.22.13 965 '@babel/code-frame': 7.23.5
1097 '@babel/parser': 7.23.0 966 '@babel/parser': 7.23.5
1098 '@babel/types': 7.23.0 967 '@babel/types': 7.23.5
1099
1100 /@babel/traverse@7.23.2(supports-color@5.5.0):
1101 resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==}
1102 engines: {node: '>=6.9.0'}
1103 dependencies:
1104 '@babel/code-frame': 7.22.13
1105 '@babel/generator': 7.23.0
1106 '@babel/helper-environment-visitor': 7.22.20
1107 '@babel/helper-function-name': 7.23.0
1108 '@babel/helper-hoist-variables': 7.22.5
1109 '@babel/helper-split-export-declaration': 7.22.6
1110 '@babel/parser': 7.23.0
1111 '@babel/types': 7.23.0
1112 debug: 4.3.4(supports-color@5.5.0)
1113 globals: 11.12.0
1114 transitivePeerDependencies:
1115 - supports-color
1116 968
1117 /@babel/traverse@7.23.5: 969 /@babel/traverse@7.23.5(supports-color@5.5.0):
1118 resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==} 970 resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==}
1119 engines: {node: '>=6.9.0'} 971 engines: {node: '>=6.9.0'}
1120 dependencies: 972 dependencies:
@@ -1131,14 +983,6 @@ packages:
1131 transitivePeerDependencies: 983 transitivePeerDependencies:
1132 - supports-color 984 - supports-color
1133 985
1134 /@babel/types@7.23.0:
1135 resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==}
1136 engines: {node: '>=6.9.0'}
1137 dependencies:
1138 '@babel/helper-string-parser': 7.22.5
1139 '@babel/helper-validator-identifier': 7.22.20
1140 to-fast-properties: 2.0.0
1141
1142 /@babel/types@7.23.5: 986 /@babel/types@7.23.5:
1143 resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==} 987 resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==}
1144 engines: {node: '>=6.9.0'} 988 engines: {node: '>=6.9.0'}
@@ -1245,13 +1089,13 @@ packages:
1245 '@types/node': 20.4.7 1089 '@types/node': 20.4.7
1246 chalk: 4.1.2 1090 chalk: 4.1.2
1247 cosmiconfig: 8.1.3 1091 cosmiconfig: 8.1.3
1248 cosmiconfig-typescript-loader: 4.3.0(@types/node@20.4.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.2.2) 1092 cosmiconfig-typescript-loader: 4.3.0(@types/node@20.4.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.3.2)
1249 lodash.isplainobject: 4.0.6 1093 lodash.isplainobject: 4.0.6
1250 lodash.merge: 4.6.2 1094 lodash.merge: 4.6.2
1251 lodash.uniq: 4.5.0 1095 lodash.uniq: 4.5.0
1252 resolve-from: 5.0.0 1096 resolve-from: 5.0.0
1253 ts-node: 10.9.1(@types/node@20.4.7)(typescript@5.2.2) 1097 ts-node: 10.9.1(@types/node@20.4.7)(typescript@5.3.2)
1254 typescript: 5.2.2 1098 typescript: 5.3.2
1255 transitivePeerDependencies: 1099 transitivePeerDependencies:
1256 - '@swc/core' 1100 - '@swc/core'
1257 - '@swc/wasm' 1101 - '@swc/wasm'
@@ -1277,7 +1121,7 @@ packages:
1277 dependencies: 1121 dependencies:
1278 '@commitlint/top-level': 17.4.0 1122 '@commitlint/top-level': 17.4.0
1279 '@commitlint/types': 17.4.4 1123 '@commitlint/types': 17.4.4
1280 fs-extra: 11.1.1 1124 fs-extra: 11.2.0
1281 git-raw-commits: 2.0.11 1125 git-raw-commits: 2.0.11
1282 minimist: 1.2.8 1126 minimist: 1.2.8
1283 dev: true 1127 dev: true
@@ -1347,19 +1191,18 @@ packages:
1347 ajv-keywords: 3.5.2(ajv@6.12.6) 1191 ajv-keywords: 3.5.2(ajv@6.12.6)
1348 dev: true 1192 dev: true
1349 1193
1350 /@electron/asar@3.2.4: 1194 /@electron/asar@3.2.8:
1351 resolution: {integrity: sha512-lykfY3TJRRWFeTxccEKdf1I6BLl2Plw81H0bbp4Fc5iEc67foDCa5pjJQULVgo0wF+Dli75f3xVcdb/67FFZ/g==} 1195 resolution: {integrity: sha512-cmskk5M06ewHMZAplSiF4AlME3IrnnZhKnWbtwKVLRkdJkKyUVjMLhDIiPIx/+6zQWVlKX/LtmK9xDme7540Sg==}
1352 engines: {node: '>=10.12.0'} 1196 engines: {node: '>=10.12.0'}
1353 hasBin: true 1197 hasBin: true
1354 dependencies: 1198 dependencies:
1355 chromium-pickle-js: 0.2.0
1356 commander: 5.1.0 1199 commander: 5.1.0
1357 glob: 7.2.3 1200 glob: 7.2.3
1358 minimatch: 3.1.2 1201 minimatch: 3.1.2
1359 dev: true 1202 dev: true
1360 1203
1361 /@electron/get@2.0.2: 1204 /@electron/get@2.0.3:
1362 resolution: {integrity: sha512-eFZVFoRXb3GFGd7Ak7W4+6jBl9wBtiZ4AaYOse97ej6mKj5tkyO0dUnUChs1IhJZtx1BENo4/p4WUTXpi6vT+g==} 1205 resolution: {integrity: sha512-Qkzpg2s9GnVV2I2BjRksUi43U5e6+zaQMcjoJy0C+C5oxaKl+fmckGDQFtRpZpZV0NQekuZZ+tGz7EA9TVnQtQ==}
1363 engines: {node: '>=12'} 1206 engines: {node: '>=12'}
1364 dependencies: 1207 dependencies:
1365 debug: 4.3.4(supports-color@5.5.0) 1208 debug: 4.3.4(supports-color@5.5.0)
@@ -1410,19 +1253,19 @@ packages:
1410 - supports-color 1253 - supports-color
1411 dev: true 1254 dev: true
1412 1255
1413 /@electron/remote@2.0.11(electron@27.0.1): 1256 /@electron/remote@2.1.0(electron@27.1.3):
1414 resolution: {integrity: sha512-PYEs7W3GrQNuhgiMHjFEvL5MbAL6C7m1AwSAHGqC+xc33IdP7rcGtJSdTP2eg1ssyB3oI00KwTsiSlsQbAoXpA==} 1257 resolution: {integrity: sha512-38jzz2beoYTo0DNS+aoaGyLS/fHeNTAc1Aom6HlYsxKnvVWjcg4xriC7J2IUkYSEDHGKX/D7jUst+mH4dHR6QA==}
1415 peerDependencies: 1258 peerDependencies:
1416 electron: '>= 13.0.0' 1259 electron: '>= 13.0.0'
1417 dependencies: 1260 dependencies:
1418 electron: 27.0.1 1261 electron: 27.1.3
1419 dev: false 1262 dev: false
1420 1263
1421 /@electron/universal@1.4.1: 1264 /@electron/universal@1.4.1:
1422 resolution: {integrity: sha512-lE/U3UNw1YHuowNbTmKNs9UlS3En3cPgwM5MI+agIgr/B1hSze9NdOP0qn7boZaI9Lph8IDv3/24g9IxnJP7aQ==} 1265 resolution: {integrity: sha512-lE/U3UNw1YHuowNbTmKNs9UlS3En3cPgwM5MI+agIgr/B1hSze9NdOP0qn7boZaI9Lph8IDv3/24g9IxnJP7aQ==}
1423 engines: {node: '>=8.6'} 1266 engines: {node: '>=8.6'}
1424 dependencies: 1267 dependencies:
1425 '@electron/asar': 3.2.4 1268 '@electron/asar': 3.2.8
1426 '@malept/cross-spawn-promise': 1.1.1 1269 '@malept/cross-spawn-promise': 1.1.1
1427 debug: 4.3.4(supports-color@5.5.0) 1270 debug: 4.3.4(supports-color@5.5.0)
1428 dir-compare: 3.3.0 1271 dir-compare: 3.3.0
@@ -1437,7 +1280,7 @@ packages:
1437 resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==} 1280 resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==}
1438 dependencies: 1281 dependencies:
1439 '@babel/helper-module-imports': 7.22.15 1282 '@babel/helper-module-imports': 7.22.15
1440 '@babel/runtime': 7.22.15 1283 '@babel/runtime': 7.23.5
1441 '@emotion/hash': 0.9.1 1284 '@emotion/hash': 0.9.1
1442 '@emotion/memoize': 0.8.1 1285 '@emotion/memoize': 0.8.1
1443 '@emotion/serialize': 1.1.2 1286 '@emotion/serialize': 1.1.2
@@ -1483,7 +1326,7 @@ packages:
1483 resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} 1326 resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==}
1484 dev: false 1327 dev: false
1485 1328
1486 /@emotion/react@11.11.1(@types/react@18.2.22)(react@18.2.0): 1329 /@emotion/react@11.11.1(@types/react@18.2.41)(react@18.2.0):
1487 resolution: {integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==} 1330 resolution: {integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==}
1488 peerDependencies: 1331 peerDependencies:
1489 '@types/react': '*' 1332 '@types/react': '*'
@@ -1492,14 +1335,14 @@ packages:
1492 '@types/react': 1335 '@types/react':
1493 optional: true 1336 optional: true
1494 dependencies: 1337 dependencies:
1495 '@babel/runtime': 7.22.11 1338 '@babel/runtime': 7.23.5
1496 '@emotion/babel-plugin': 11.11.0 1339 '@emotion/babel-plugin': 11.11.0
1497 '@emotion/cache': 11.11.0 1340 '@emotion/cache': 11.11.0
1498 '@emotion/serialize': 1.1.2 1341 '@emotion/serialize': 1.1.2
1499 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) 1342 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
1500 '@emotion/utils': 1.2.1 1343 '@emotion/utils': 1.2.1
1501 '@emotion/weak-memoize': 0.3.1 1344 '@emotion/weak-memoize': 0.3.1
1502 '@types/react': 18.2.22 1345 '@types/react': 18.2.41
1503 hoist-non-react-statics: 3.3.2 1346 hoist-non-react-statics: 3.3.2
1504 react: 18.2.0 1347 react: 18.2.0
1505 dev: false 1348 dev: false
@@ -1518,7 +1361,7 @@ packages:
1518 resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} 1361 resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==}
1519 dev: false 1362 dev: false
1520 1363
1521 /@emotion/styled@11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0): 1364 /@emotion/styled@11.11.0(@emotion/react@11.11.1)(@types/react@18.2.41)(react@18.2.0):
1522 resolution: {integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==} 1365 resolution: {integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==}
1523 peerDependencies: 1366 peerDependencies:
1524 '@emotion/react': ^11.0.0-rc.0 1367 '@emotion/react': ^11.0.0-rc.0
@@ -1528,14 +1371,14 @@ packages:
1528 '@types/react': 1371 '@types/react':
1529 optional: true 1372 optional: true
1530 dependencies: 1373 dependencies:
1531 '@babel/runtime': 7.22.11 1374 '@babel/runtime': 7.23.5
1532 '@emotion/babel-plugin': 11.11.0 1375 '@emotion/babel-plugin': 11.11.0
1533 '@emotion/is-prop-valid': 1.2.1 1376 '@emotion/is-prop-valid': 1.2.1
1534 '@emotion/react': 11.11.1(@types/react@18.2.22)(react@18.2.0) 1377 '@emotion/react': 11.11.1(@types/react@18.2.41)(react@18.2.0)
1535 '@emotion/serialize': 1.1.2 1378 '@emotion/serialize': 1.1.2
1536 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) 1379 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
1537 '@emotion/utils': 1.2.1 1380 '@emotion/utils': 1.2.1
1538 '@types/react': 18.2.22 1381 '@types/react': 18.2.41
1539 react: 18.2.0 1382 react: 18.2.0
1540 dev: false 1383 dev: false
1541 1384
@@ -1765,30 +1608,30 @@ packages:
1765 dev: true 1608 dev: true
1766 optional: true 1609 optional: true
1767 1610
1768 /@eslint-community/eslint-utils@4.4.0(eslint@8.49.0): 1611 /@eslint-community/eslint-utils@4.4.0(eslint@8.55.0):
1769 resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 1612 resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
1770 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1613 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1771 peerDependencies: 1614 peerDependencies:
1772 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 1615 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
1773 dependencies: 1616 dependencies:
1774 eslint: 8.49.0 1617 eslint: 8.55.0
1775 eslint-visitor-keys: 3.4.1 1618 eslint-visitor-keys: 3.4.3
1776 dev: true 1619 dev: true
1777 1620
1778 /@eslint-community/regexpp@4.6.2: 1621 /@eslint-community/regexpp@4.10.0:
1779 resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} 1622 resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
1780 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 1623 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
1781 dev: true 1624 dev: true
1782 1625
1783 /@eslint/eslintrc@2.1.2: 1626 /@eslint/eslintrc@2.1.4:
1784 resolution: {integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==} 1627 resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
1785 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1628 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1786 dependencies: 1629 dependencies:
1787 ajv: 6.12.6 1630 ajv: 6.12.6
1788 debug: 4.3.4(supports-color@5.5.0) 1631 debug: 4.3.4(supports-color@5.5.0)
1789 espree: 9.6.1 1632 espree: 9.6.1
1790 globals: 13.20.0 1633 globals: 13.23.0
1791 ignore: 5.2.4 1634 ignore: 5.3.0
1792 import-fresh: 3.3.0 1635 import-fresh: 3.3.0
1793 js-yaml: 4.1.0 1636 js-yaml: 4.1.0
1794 minimatch: 3.1.2 1637 minimatch: 3.1.2
@@ -1797,54 +1640,54 @@ packages:
1797 - supports-color 1640 - supports-color
1798 dev: true 1641 dev: true
1799 1642
1800 /@eslint/js@8.49.0: 1643 /@eslint/js@8.55.0:
1801 resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==} 1644 resolution: {integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==}
1802 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1645 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1803 dev: true 1646 dev: true
1804 1647
1805 /@floating-ui/core@1.4.1: 1648 /@floating-ui/core@1.5.1:
1806 resolution: {integrity: sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==} 1649 resolution: {integrity: sha512-QgcKYwzcc8vvZ4n/5uklchy8KVdjJwcOeI+HnnTNclJjs2nYsy23DOCf+sSV1kBwD9yDAoVKCkv/gEPzgQU3Pw==}
1807 dependencies: 1650 dependencies:
1808 '@floating-ui/utils': 0.1.1 1651 '@floating-ui/utils': 0.1.6
1809 dev: false 1652 dev: false
1810 1653
1811 /@floating-ui/dom@1.5.1: 1654 /@floating-ui/dom@1.5.3:
1812 resolution: {integrity: sha512-KwvVcPSXg6mQygvA1TjbN/gh///36kKtllIF8SUm0qpFj8+rvYrpvlYdL1JoA71SHpDqgSSdGOSoQ0Mp3uY5aw==} 1655 resolution: {integrity: sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==}
1813 dependencies: 1656 dependencies:
1814 '@floating-ui/core': 1.4.1 1657 '@floating-ui/core': 1.5.1
1815 '@floating-ui/utils': 0.1.1 1658 '@floating-ui/utils': 0.1.6
1816 dev: false 1659 dev: false
1817 1660
1818 /@floating-ui/react-dom@2.0.2(react-dom@18.2.0)(react@18.2.0): 1661 /@floating-ui/react-dom@2.0.4(react-dom@18.2.0)(react@18.2.0):
1819 resolution: {integrity: sha512-5qhlDvjaLmAst/rKb3VdlCinwTF4EYMiVxuuc/HVUjs46W0zgtbMmAZ1UTsDrRTxRmUEzl92mOtWbeeXL26lSQ==} 1662 resolution: {integrity: sha512-CF8k2rgKeh/49UrnIBs4BdxPUV6vize/Db1d/YbCLyp9GiVZ0BEwf5AiDSxJRCr6yOkGqTFHtmrULxkEfYZ7dQ==}
1820 peerDependencies: 1663 peerDependencies:
1821 react: '>=16.8.0' 1664 react: '>=16.8.0'
1822 react-dom: '>=16.8.0' 1665 react-dom: '>=16.8.0'
1823 dependencies: 1666 dependencies:
1824 '@floating-ui/dom': 1.5.1 1667 '@floating-ui/dom': 1.5.3
1825 react: 18.2.0 1668 react: 18.2.0
1826 react-dom: 18.2.0(react@18.2.0) 1669 react-dom: 18.2.0(react@18.2.0)
1827 dev: false 1670 dev: false
1828 1671
1829 /@floating-ui/utils@0.1.1: 1672 /@floating-ui/utils@0.1.6:
1830 resolution: {integrity: sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==} 1673 resolution: {integrity: sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==}
1831 dev: false 1674 dev: false
1832 1675
1833 /@formatjs/cli@6.1.5: 1676 /@formatjs/cli@6.2.4:
1834 resolution: {integrity: sha512-tODw0+EvE14ai6ZNFT1ja879Jk3be/8ydxJPxIBfVIdm9iyoz9mWMemhMR6cGzGGv+3Heu5RxpPArc6tN27FTA==} 1677 resolution: {integrity: sha512-g1o9O143F5TGB55skib3fKbyjifPa9YoDcX9L07hVJocRKngCcu4JhKViyUSN55KGcN2ttfBomM+wihN6wtBSQ==}
1835 engines: {node: '>= 16'} 1678 engines: {node: '>= 16'}
1836 hasBin: true 1679 hasBin: true
1837 peerDependencies: 1680 peerDependencies:
1838 '@vue/compiler-sfc': ^3.2.34 1681 vue: ^3.3.4
1839 peerDependenciesMeta: 1682 peerDependenciesMeta:
1840 '@vue/compiler-sfc': 1683 vue:
1841 optional: true 1684 optional: true
1842 dev: true 1685 dev: true
1843 1686
1844 /@formatjs/ecma402-abstract@1.17.2: 1687 /@formatjs/ecma402-abstract@1.18.0:
1845 resolution: {integrity: sha512-k2mTh0m+IV1HRdU0xXM617tSQTi53tVR2muvYOsBeYcUgEAyxV1FOC7Qj279th3fBVQ+Dj6muvNJZcHSPNdbKg==} 1688 resolution: {integrity: sha512-PEVLoa3zBevWSCZzPIM/lvPCi8P5l4G+NXQMc/CjEiaCWgyHieUoo0nM7Bs0n/NbuQ6JpXEolivQ9pKSBHaDlA==}
1846 dependencies: 1689 dependencies:
1847 '@formatjs/intl-localematcher': 0.4.2 1690 '@formatjs/intl-localematcher': 0.5.2
1848 tslib: 2.6.2 1691 tslib: 2.6.2
1849 dev: false 1692 dev: false
1850 1693
@@ -1854,59 +1697,59 @@ packages:
1854 tslib: 2.6.2 1697 tslib: 2.6.2
1855 dev: false 1698 dev: false
1856 1699
1857 /@formatjs/icu-messageformat-parser@2.6.2: 1700 /@formatjs/icu-messageformat-parser@2.7.3:
1858 resolution: {integrity: sha512-nF/Iww7sc5h+1MBCDRm68qpHTCG4xvGzYs/x9HFcDETSGScaJ1Fcadk5U/NXjXeCtzD+DhN4BAwKFVclHfKMdA==} 1701 resolution: {integrity: sha512-X/jy10V9S/vW+qlplqhMUxR8wErQ0mmIYSq4mrjpjDl9mbuGcCILcI1SUYkL5nlM4PJqpc0KOS0bFkkJNPxYRw==}
1859 dependencies: 1702 dependencies:
1860 '@formatjs/ecma402-abstract': 1.17.2 1703 '@formatjs/ecma402-abstract': 1.18.0
1861 '@formatjs/icu-skeleton-parser': 1.6.2 1704 '@formatjs/icu-skeleton-parser': 1.7.0
1862 tslib: 2.6.2 1705 tslib: 2.6.2
1863 dev: false 1706 dev: false
1864 1707
1865 /@formatjs/icu-skeleton-parser@1.6.2: 1708 /@formatjs/icu-skeleton-parser@1.7.0:
1866 resolution: {integrity: sha512-VtB9Slo4ZL6QgtDFJ8Injvscf0xiDd4bIV93SOJTBjUF4xe2nAWOoSjLEtqIG+hlIs1sNrVKAaFo3nuTI4r5ZA==} 1709 resolution: {integrity: sha512-Cfdo/fgbZzpN/jlN/ptQVe0lRHora+8ezrEeg2RfrNjyp+YStwBy7cqDY8k5/z2LzXg6O0AdzAV91XS0zIWv+A==}
1867 dependencies: 1710 dependencies:
1868 '@formatjs/ecma402-abstract': 1.17.2 1711 '@formatjs/ecma402-abstract': 1.18.0
1869 tslib: 2.6.2 1712 tslib: 2.6.2
1870 dev: false 1713 dev: false
1871 1714
1872 /@formatjs/intl-displaynames@6.5.2: 1715 /@formatjs/intl-displaynames@6.6.4:
1873 resolution: {integrity: sha512-uC2VBlz+WydGTDDpJwMTQuPH3CUpTricr91WH1QMfz5oEHg2sB7mUERcZONE/lu8MOe1jREIx4vBciZEVTqkmA==} 1716 resolution: {integrity: sha512-ET8KQ+L9Q0K8x1SnJQa4DNssUcbATlMopWqYvGGR8yAvw5qwAQc1fv+DshCoZNIE9pbcue0IGC4kWNAkWqlFag==}
1874 dependencies: 1717 dependencies:
1875 '@formatjs/ecma402-abstract': 1.17.2 1718 '@formatjs/ecma402-abstract': 1.18.0
1876 '@formatjs/intl-localematcher': 0.4.2 1719 '@formatjs/intl-localematcher': 0.5.2
1877 tslib: 2.6.2 1720 tslib: 2.6.2
1878 dev: false 1721 dev: false
1879 1722
1880 /@formatjs/intl-listformat@7.4.2: 1723 /@formatjs/intl-listformat@7.5.3:
1881 resolution: {integrity: sha512-+6bSVudEQkf12Hh7kuKt8Xv/MyFlqdwA4V4NLnTZW8uYdF9RxlOELDD0rPaOc2++TMKIzI5o6XXwHPvpL6VrPA==} 1724 resolution: {integrity: sha512-l7EOr0Yh1m8KagytukB90yw81uyzrM7amKFrgxXqphz4KeSIL0KPa68lPsdtZ+JmQB73GaDQRwLOwUKFZ1VZPQ==}
1882 dependencies: 1725 dependencies:
1883 '@formatjs/ecma402-abstract': 1.17.2 1726 '@formatjs/ecma402-abstract': 1.18.0
1884 '@formatjs/intl-localematcher': 0.4.2 1727 '@formatjs/intl-localematcher': 0.5.2
1885 tslib: 2.6.2 1728 tslib: 2.6.2
1886 dev: false 1729 dev: false
1887 1730
1888 /@formatjs/intl-localematcher@0.4.2: 1731 /@formatjs/intl-localematcher@0.5.2:
1889 resolution: {integrity: sha512-BGdtJFmaNJy5An/Zan4OId/yR9Ih1OojFjcduX/xOvq798OgWSyDtd6Qd5jqJXwJs1ipe4Fxu9+cshic5Ox2tA==} 1732 resolution: {integrity: sha512-txaaE2fiBMagLrR4jYhxzFO6wEdEG4TPMqrzBAcbr4HFUYzH/YC+lg6OIzKCHm8WgDdyQevxbAAV1OgcXctuGw==}
1890 dependencies: 1733 dependencies:
1891 tslib: 2.6.2 1734 tslib: 2.6.2
1892 dev: false 1735 dev: false
1893 1736
1894 /@formatjs/intl@2.9.3(typescript@5.2.2): 1737 /@formatjs/intl@2.9.9(typescript@5.3.2):
1895 resolution: {integrity: sha512-hclPdyCF1zk2XmhgdXfl5Sd30QEdRBnIijH7Vc1AWz2K0/saVRrxuL3UYn+m3xEyfOa4yDbTWVbmXDL0XEzlsQ==} 1738 resolution: {integrity: sha512-JI3CNgL2Zdg5lv9ncT2sYKqbAj2RGrCbdzaCckIxMPxn4QuHuOVvYUGmBAXVusBmfG/0sxLmMrnwnBioz+QKdA==}
1896 peerDependencies: 1739 peerDependencies:
1897 typescript: ^4.7 || 5 1740 typescript: '5'
1898 peerDependenciesMeta: 1741 peerDependenciesMeta:
1899 typescript: 1742 typescript:
1900 optional: true 1743 optional: true
1901 dependencies: 1744 dependencies:
1902 '@formatjs/ecma402-abstract': 1.17.2 1745 '@formatjs/ecma402-abstract': 1.18.0
1903 '@formatjs/fast-memoize': 2.2.0 1746 '@formatjs/fast-memoize': 2.2.0
1904 '@formatjs/icu-messageformat-parser': 2.6.2 1747 '@formatjs/icu-messageformat-parser': 2.7.3
1905 '@formatjs/intl-displaynames': 6.5.2 1748 '@formatjs/intl-displaynames': 6.6.4
1906 '@formatjs/intl-listformat': 7.4.2 1749 '@formatjs/intl-listformat': 7.5.3
1907 intl-messageformat: 10.5.3 1750 intl-messageformat: 10.5.8
1908 tslib: 2.6.2 1751 tslib: 2.6.2
1909 typescript: 5.2.2 1752 typescript: 5.3.2
1910 dev: false 1753 dev: false
1911 1754
1912 /@gar/promisify@1.1.3: 1755 /@gar/promisify@1.1.3:
@@ -1925,11 +1768,11 @@ packages:
1925 '@hapi/hoek': 9.3.0 1768 '@hapi/hoek': 9.3.0
1926 dev: true 1769 dev: true
1927 1770
1928 /@humanwhocodes/config-array@0.11.11: 1771 /@humanwhocodes/config-array@0.11.13:
1929 resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} 1772 resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==}
1930 engines: {node: '>=10.10.0'} 1773 engines: {node: '>=10.10.0'}
1931 dependencies: 1774 dependencies:
1932 '@humanwhocodes/object-schema': 1.2.1 1775 '@humanwhocodes/object-schema': 2.0.1
1933 debug: 4.3.4(supports-color@5.5.0) 1776 debug: 4.3.4(supports-color@5.5.0)
1934 minimatch: 3.1.2 1777 minimatch: 3.1.2
1935 transitivePeerDependencies: 1778 transitivePeerDependencies:
@@ -1941,8 +1784,8 @@ packages:
1941 engines: {node: '>=12.22'} 1784 engines: {node: '>=12.22'}
1942 dev: true 1785 dev: true
1943 1786
1944 /@humanwhocodes/object-schema@1.2.1: 1787 /@humanwhocodes/object-schema@2.0.1:
1945 resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} 1788 resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==}
1946 dev: true 1789 dev: true
1947 1790
1948 /@icons/material@0.2.4(react@18.2.0): 1791 /@icons/material@0.2.4(react@18.2.0):
@@ -1987,7 +1830,7 @@ packages:
1987 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 1830 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
1988 dependencies: 1831 dependencies:
1989 '@jest/types': 29.6.3 1832 '@jest/types': 29.6.3
1990 '@types/node': 20.8.10 1833 '@types/node': 20.10.3
1991 chalk: 4.1.2 1834 chalk: 4.1.2
1992 jest-message-util: 29.7.0 1835 jest-message-util: 29.7.0
1993 jest-util: 29.7.0 1836 jest-util: 29.7.0
@@ -2008,14 +1851,14 @@ packages:
2008 '@jest/test-result': 29.7.0 1851 '@jest/test-result': 29.7.0
2009 '@jest/transform': 29.7.0 1852 '@jest/transform': 29.7.0
2010 '@jest/types': 29.6.3 1853 '@jest/types': 29.6.3
2011 '@types/node': 20.8.10 1854 '@types/node': 20.10.3
2012 ansi-escapes: 4.3.2 1855 ansi-escapes: 4.3.2
2013 chalk: 4.1.2 1856 chalk: 4.1.2
2014 ci-info: 3.8.0 1857 ci-info: 3.8.0
2015 exit: 0.1.2 1858 exit: 0.1.2
2016 graceful-fs: 4.2.11 1859 graceful-fs: 4.2.11
2017 jest-changed-files: 29.7.0 1860 jest-changed-files: 29.7.0
2018 jest-config: 29.7.0(@types/node@20.8.10)(ts-node@10.9.1) 1861 jest-config: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1)
2019 jest-haste-map: 29.7.0 1862 jest-haste-map: 29.7.0
2020 jest-message-util: 29.7.0 1863 jest-message-util: 29.7.0
2021 jest-regex-util: 29.6.3 1864 jest-regex-util: 29.6.3
@@ -2043,7 +1886,7 @@ packages:
2043 dependencies: 1886 dependencies:
2044 '@jest/fake-timers': 29.7.0 1887 '@jest/fake-timers': 29.7.0
2045 '@jest/types': 29.6.3 1888 '@jest/types': 29.6.3
2046 '@types/node': 20.8.10 1889 '@types/node': 20.10.3
2047 jest-mock: 29.7.0 1890 jest-mock: 29.7.0
2048 dev: true 1891 dev: true
2049 1892
@@ -2070,7 +1913,7 @@ packages:
2070 dependencies: 1913 dependencies:
2071 '@jest/types': 29.6.3 1914 '@jest/types': 29.6.3
2072 '@sinonjs/fake-timers': 10.2.0 1915 '@sinonjs/fake-timers': 10.2.0
2073 '@types/node': 20.8.10 1916 '@types/node': 20.10.3
2074 jest-message-util: 29.7.0 1917 jest-message-util: 29.7.0
2075 jest-mock: 29.7.0 1918 jest-mock: 29.7.0
2076 jest-util: 29.7.0 1919 jest-util: 29.7.0
@@ -2103,7 +1946,7 @@ packages:
2103 '@jest/transform': 29.7.0 1946 '@jest/transform': 29.7.0
2104 '@jest/types': 29.6.3 1947 '@jest/types': 29.6.3
2105 '@jridgewell/trace-mapping': 0.3.20 1948 '@jridgewell/trace-mapping': 0.3.20
2106 '@types/node': 20.8.10 1949 '@types/node': 20.10.3
2107 chalk: 4.1.2 1950 chalk: 4.1.2
2108 collect-v8-coverage: 1.0.1 1951 collect-v8-coverage: 1.0.1
2109 exit: 0.1.2 1952 exit: 0.1.2
@@ -2165,7 +2008,7 @@ packages:
2165 resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} 2008 resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==}
2166 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 2009 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
2167 dependencies: 2010 dependencies:
2168 '@babel/core': 7.22.20 2011 '@babel/core': 7.23.5
2169 '@jest/types': 29.6.3 2012 '@jest/types': 29.6.3
2170 '@jridgewell/trace-mapping': 0.3.20 2013 '@jridgewell/trace-mapping': 0.3.20
2171 babel-plugin-istanbul: 6.1.1 2014 babel-plugin-istanbul: 6.1.1
@@ -2191,7 +2034,7 @@ packages:
2191 '@jest/schemas': 29.6.3 2034 '@jest/schemas': 29.6.3
2192 '@types/istanbul-lib-coverage': 2.0.4 2035 '@types/istanbul-lib-coverage': 2.0.4
2193 '@types/istanbul-reports': 3.0.1 2036 '@types/istanbul-reports': 3.0.1
2194 '@types/node': 20.8.10 2037 '@types/node': 20.10.3
2195 '@types/yargs': 17.0.24 2038 '@types/yargs': 17.0.24
2196 chalk: 4.1.2 2039 chalk: 4.1.2
2197 dev: true 2040 dev: true
@@ -2228,15 +2071,15 @@ packages:
2228 '@jridgewell/sourcemap-codec': 1.4.15 2071 '@jridgewell/sourcemap-codec': 1.4.15
2229 dev: true 2072 dev: true
2230 2073
2231 /@krisdages/electron-process-manager@3.0.0(@electron/remote@2.0.11)(electron@27.0.1)(rxjs@7.8.1): 2074 /@krisdages/electron-process-manager@3.0.0(@electron/remote@2.1.0)(electron@27.1.3)(rxjs@7.8.1):
2232 resolution: {integrity: sha512-Gs8McOVC6BVdfP4SeF+l5nx85eFooarm37K5mxs1PESI59a7oLwRf5Yd2tsZ6Ye14bCG0eTJGDv3yPuixBg3OQ==} 2075 resolution: {integrity: sha512-Gs8McOVC6BVdfP4SeF+l5nx85eFooarm37K5mxs1PESI59a7oLwRf5Yd2tsZ6Ye14bCG0eTJGDv3yPuixBg3OQ==}
2233 peerDependencies: 2076 peerDependencies:
2234 '@electron/remote': '>= 1.2.0' 2077 '@electron/remote': '>= 1.2.0'
2235 electron: '>= 10' 2078 electron: '>= 10'
2236 rxjs: '>= 7' 2079 rxjs: '>= 7'
2237 dependencies: 2080 dependencies:
2238 '@electron/remote': 2.0.11(electron@27.0.1) 2081 '@electron/remote': 2.1.0(electron@27.1.3)
2239 electron: 27.0.1 2082 electron: 27.1.3
2240 electron-process-reporter: /@krisdages/electron-process-reporter@2.0.0-rxjs7-1.4.0(rxjs@7.8.1) 2083 electron-process-reporter: /@krisdages/electron-process-reporter@2.0.0-rxjs7-1.4.0(rxjs@7.8.1)
2241 rxjs: 7.8.1 2084 rxjs: 7.8.1
2242 dev: false 2085 dev: false
@@ -2301,8 +2144,8 @@ packages:
2301 - supports-color 2144 - supports-color
2302 dev: false 2145 dev: false
2303 2146
2304 /@mdi/js@7.2.96: 2147 /@mdi/js@7.3.67:
2305 resolution: {integrity: sha512-paR9M9ZT7rKbh2boksNUynuSZMHhqRYnEZOm/KrZTjQ4/FzyhjLHuvw/8XYzP+E7fS4+/Ms/82EN1pl/OFsiIA==} 2148 resolution: {integrity: sha512-MnRjknFqpTC6FifhGHjZ0+QYq2bAkZFQqIj8JA2AdPZbBxUvr8QSgB2yPAJ8/ob/XkR41xlg5majDR3c1JP1hw==}
2306 dev: false 2149 dev: false
2307 2150
2308 /@mdi/react@1.6.1: 2151 /@mdi/react@1.6.1:
@@ -2311,8 +2154,8 @@ packages:
2311 prop-types: 15.8.1 2154 prop-types: 15.8.1
2312 dev: false 2155 dev: false
2313 2156
2314 /@mui/base@5.0.0-beta.16(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): 2157 /@mui/base@5.0.0-beta.25(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0):
2315 resolution: {integrity: sha512-OYxhC81c9bO0wobGcM8rrY5bRwpCXAI21BL0P2wz/2vTv4ek7ALz9+U5M8wgdmtRNUhmCmAB4L2WRwFRf5Cd8Q==} 2158 resolution: {integrity: sha512-Iiv+IcappRRv6IBlknIVmLkXxfp51NEX1+l9f+dIbBuPU4PaRULegr1lCeHKsC45KU5ruxM5xMg4R/de03aJQg==}
2316 engines: {node: '>=12.0.0'} 2159 engines: {node: '>=12.0.0'}
2317 peerDependencies: 2160 peerDependencies:
2318 '@types/react': ^17.0.0 || ^18.0.0 2161 '@types/react': ^17.0.0 || ^18.0.0
@@ -2322,24 +2165,24 @@ packages:
2322 '@types/react': 2165 '@types/react':
2323 optional: true 2166 optional: true
2324 dependencies: 2167 dependencies:
2325 '@babel/runtime': 7.22.15 2168 '@babel/runtime': 7.23.5
2326 '@floating-ui/react-dom': 2.0.2(react-dom@18.2.0)(react@18.2.0) 2169 '@floating-ui/react-dom': 2.0.4(react-dom@18.2.0)(react@18.2.0)
2327 '@mui/types': 7.2.4(@types/react@18.2.22) 2170 '@mui/types': 7.2.10(@types/react@18.2.41)
2328 '@mui/utils': 5.14.10(@types/react@18.2.22)(react@18.2.0) 2171 '@mui/utils': 5.14.19(@types/react@18.2.41)(react@18.2.0)
2329 '@popperjs/core': 2.11.8 2172 '@popperjs/core': 2.11.8
2330 '@types/react': 18.2.22 2173 '@types/react': 18.2.41
2331 clsx: 2.0.0 2174 clsx: 2.0.0
2332 prop-types: 15.8.1 2175 prop-types: 15.8.1
2333 react: 18.2.0 2176 react: 18.2.0
2334 react-dom: 18.2.0(react@18.2.0) 2177 react-dom: 18.2.0(react@18.2.0)
2335 dev: false 2178 dev: false
2336 2179
2337 /@mui/core-downloads-tracker@5.14.10: 2180 /@mui/core-downloads-tracker@5.14.19:
2338 resolution: {integrity: sha512-kPHu/NhZq1k+vSZR5wq3AyUfD4bnfWAeuKpps0+8PS7ZHQ2Lyv1cXJh+PlFdCIOa0PK98rk3JPwMzS8BMhdHwQ==} 2181 resolution: {integrity: sha512-y4JseIen5pmZs1n9hHy95HKKioKco8f6N2lford2AmjJigVJOv0KsU0qryiCpyuEUZmi/xCduVilHsK9DSkPcA==}
2339 dev: false 2182 dev: false
2340 2183
2341 /@mui/icons-material@5.14.9(@mui/material@5.14.10)(@types/react@18.2.22)(react@18.2.0): 2184 /@mui/icons-material@5.14.19(@mui/material@5.14.19)(@types/react@18.2.41)(react@18.2.0):
2342 resolution: {integrity: sha512-xTRQbDsogsJo7tY5Og8R9zbuG2q+KIPVIM6JQoKxtJlz9DPOw1u0T2fGrvwD+XAOVifQf6epNMcGCDLfJAz4Nw==} 2185 resolution: {integrity: sha512-yjP8nluXxZGe3Y7pS+yxBV+hWZSsSBampCxkZwaw+1l+feL+rfP74vbEFbMrX/Kil9I/Y1tWfy5bs/eNvwNpWw==}
2343 engines: {node: '>=12.0.0'} 2186 engines: {node: '>=12.0.0'}
2344 peerDependencies: 2187 peerDependencies:
2345 '@mui/material': ^5.0.0 2188 '@mui/material': ^5.0.0
@@ -2349,14 +2192,14 @@ packages:
2349 '@types/react': 2192 '@types/react':
2350 optional: true 2193 optional: true
2351 dependencies: 2194 dependencies:
2352 '@babel/runtime': 7.22.15 2195 '@babel/runtime': 7.23.5
2353 '@mui/material': 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) 2196 '@mui/material': 5.14.19(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)
2354 '@types/react': 18.2.22 2197 '@types/react': 18.2.41
2355 react: 18.2.0 2198 react: 18.2.0
2356 dev: false 2199 dev: false
2357 2200
2358 /@mui/material@5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): 2201 /@mui/material@5.14.19(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0):
2359 resolution: {integrity: sha512-ejFMppnO+lzBXpzju+N4SSz0Mhmi5sihXUGcr5FxpgB6bfUP0Lpe32O0Sw/3s8xlmLEvG1fqVT0rRyAVMlCA+A==} 2202 resolution: {integrity: sha512-jSPLXst/YPgDGolhiu4rbethKjLVrI1IkoK8YrFUv8ygxDuhQdsE6+ZqjSSRXk3ytTMf6ghPnQ88OFRk4XjpNw==}
2360 engines: {node: '>=12.0.0'} 2203 engines: {node: '>=12.0.0'}
2361 peerDependencies: 2204 peerDependencies:
2362 '@emotion/react': ^11.5.0 2205 '@emotion/react': ^11.5.0
@@ -2372,16 +2215,16 @@ packages:
2372 '@types/react': 2215 '@types/react':
2373 optional: true 2216 optional: true
2374 dependencies: 2217 dependencies:
2375 '@babel/runtime': 7.22.15 2218 '@babel/runtime': 7.23.5
2376 '@emotion/react': 11.11.1(@types/react@18.2.22)(react@18.2.0) 2219 '@emotion/react': 11.11.1(@types/react@18.2.41)(react@18.2.0)
2377 '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) 2220 '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.41)(react@18.2.0)
2378 '@mui/base': 5.0.0-beta.16(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) 2221 '@mui/base': 5.0.0-beta.25(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)
2379 '@mui/core-downloads-tracker': 5.14.10 2222 '@mui/core-downloads-tracker': 5.14.19
2380 '@mui/system': 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react@18.2.0) 2223 '@mui/system': 5.14.19(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.41)(react@18.2.0)
2381 '@mui/types': 7.2.4(@types/react@18.2.22) 2224 '@mui/types': 7.2.10(@types/react@18.2.41)
2382 '@mui/utils': 5.14.10(@types/react@18.2.22)(react@18.2.0) 2225 '@mui/utils': 5.14.19(@types/react@18.2.41)(react@18.2.0)
2383 '@types/react': 18.2.22 2226 '@types/react': 18.2.41
2384 '@types/react-transition-group': 4.4.6 2227 '@types/react-transition-group': 4.4.9
2385 clsx: 2.0.0 2228 clsx: 2.0.0
2386 csstype: 3.1.2 2229 csstype: 3.1.2
2387 prop-types: 15.8.1 2230 prop-types: 15.8.1
@@ -2391,8 +2234,8 @@ packages:
2391 react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) 2234 react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0)
2392 dev: false 2235 dev: false
2393 2236
2394 /@mui/private-theming@5.14.10(@types/react@18.2.22)(react@18.2.0): 2237 /@mui/private-theming@5.14.19(@types/react@18.2.41)(react@18.2.0):
2395 resolution: {integrity: sha512-f67xOj3H06wWDT9xBg7hVL/HSKNF+HG1Kx0Pm23skkbEqD2Ef2Lif64e5nPdmWVv+7cISCYtSuE2aeuzrZe78w==} 2238 resolution: {integrity: sha512-U9w39VpXLGVM8wZlUU/47YGTsBSk60ZQRRxQZtdqPfN1N7OVllQeN4cEKZKR8PjqqR3aYRcSciQ4dc6CttRoXQ==}
2396 engines: {node: '>=12.0.0'} 2239 engines: {node: '>=12.0.0'}
2397 peerDependencies: 2240 peerDependencies:
2398 '@types/react': ^17.0.0 || ^18.0.0 2241 '@types/react': ^17.0.0 || ^18.0.0
@@ -2401,15 +2244,15 @@ packages:
2401 '@types/react': 2244 '@types/react':
2402 optional: true 2245 optional: true
2403 dependencies: 2246 dependencies:
2404 '@babel/runtime': 7.22.15 2247 '@babel/runtime': 7.23.5
2405 '@mui/utils': 5.14.10(@types/react@18.2.22)(react@18.2.0) 2248 '@mui/utils': 5.14.19(@types/react@18.2.41)(react@18.2.0)
2406 '@types/react': 18.2.22 2249 '@types/react': 18.2.41
2407 prop-types: 15.8.1 2250 prop-types: 15.8.1
2408 react: 18.2.0 2251 react: 18.2.0
2409 dev: false 2252 dev: false
2410 2253
2411 /@mui/styled-engine@5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0): 2254 /@mui/styled-engine@5.14.19(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0):
2412 resolution: {integrity: sha512-EJckxmQHrsBvDbFu1trJkvjNw/1R7jfNarnqPSnL+jEQawCkQIqVELWLrlOa611TFtxSJGkdUfCFXeJC203HVg==} 2255 resolution: {integrity: sha512-jtj/Pyn/bS8PM7NXdFNTHWZfE3p+vItO4/HoQbUeAv3u+cnWXcTBGHHY/xdIn446lYGFDczTh1YyX8G4Ts0Rtg==}
2413 engines: {node: '>=12.0.0'} 2256 engines: {node: '>=12.0.0'}
2414 peerDependencies: 2257 peerDependencies:
2415 '@emotion/react': ^11.4.1 2258 '@emotion/react': ^11.4.1
@@ -2421,17 +2264,17 @@ packages:
2421 '@emotion/styled': 2264 '@emotion/styled':
2422 optional: true 2265 optional: true
2423 dependencies: 2266 dependencies:
2424 '@babel/runtime': 7.22.15 2267 '@babel/runtime': 7.23.5
2425 '@emotion/cache': 11.11.0 2268 '@emotion/cache': 11.11.0
2426 '@emotion/react': 11.11.1(@types/react@18.2.22)(react@18.2.0) 2269 '@emotion/react': 11.11.1(@types/react@18.2.41)(react@18.2.0)
2427 '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) 2270 '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.41)(react@18.2.0)
2428 csstype: 3.1.2 2271 csstype: 3.1.2
2429 prop-types: 15.8.1 2272 prop-types: 15.8.1
2430 react: 18.2.0 2273 react: 18.2.0
2431 dev: false 2274 dev: false
2432 2275
2433 /@mui/system@5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react@18.2.0): 2276 /@mui/system@5.14.19(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.41)(react@18.2.0):
2434 resolution: {integrity: sha512-QQmtTG/R4gjmLiL5ECQ7kRxLKDm8aKKD7seGZfbINtRVJDyFhKChA1a+K2bfqIAaBo1EMDv+6FWNT1Q5cRKjFA==} 2277 resolution: {integrity: sha512-4e3Q+2nx+vgEsd0h5ftxlZGB7XtkkPos/zWqCqnxUs1l/T70s0lF2YNrWHHdSQ7LgtBu0eQ0qweZG2pR7KwkAw==}
2435 engines: {node: '>=12.0.0'} 2278 engines: {node: '>=12.0.0'}
2436 peerDependencies: 2279 peerDependencies:
2437 '@emotion/react': ^11.5.0 2280 '@emotion/react': ^11.5.0
@@ -2446,33 +2289,33 @@ packages:
2446 '@types/react': 2289 '@types/react':
2447 optional: true 2290 optional: true
2448 dependencies: 2291 dependencies:
2449 '@babel/runtime': 7.22.15 2292 '@babel/runtime': 7.23.5
2450 '@emotion/react': 11.11.1(@types/react@18.2.22)(react@18.2.0) 2293 '@emotion/react': 11.11.1(@types/react@18.2.41)(react@18.2.0)
2451 '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) 2294 '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.41)(react@18.2.0)
2452 '@mui/private-theming': 5.14.10(@types/react@18.2.22)(react@18.2.0) 2295 '@mui/private-theming': 5.14.19(@types/react@18.2.41)(react@18.2.0)
2453 '@mui/styled-engine': 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0) 2296 '@mui/styled-engine': 5.14.19(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0)
2454 '@mui/types': 7.2.4(@types/react@18.2.22) 2297 '@mui/types': 7.2.10(@types/react@18.2.41)
2455 '@mui/utils': 5.14.10(@types/react@18.2.22)(react@18.2.0) 2298 '@mui/utils': 5.14.19(@types/react@18.2.41)(react@18.2.0)
2456 '@types/react': 18.2.22 2299 '@types/react': 18.2.41
2457 clsx: 2.0.0 2300 clsx: 2.0.0
2458 csstype: 3.1.2 2301 csstype: 3.1.2
2459 prop-types: 15.8.1 2302 prop-types: 15.8.1
2460 react: 18.2.0 2303 react: 18.2.0
2461 dev: false 2304 dev: false
2462 2305
2463 /@mui/types@7.2.4(@types/react@18.2.22): 2306 /@mui/types@7.2.10(@types/react@18.2.41):
2464 resolution: {integrity: sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==} 2307 resolution: {integrity: sha512-wX1vbDC+lzF7FlhT6A3ffRZgEoKWPF8VqRoTu4lZwouFX2t90KyCMsgepMw5DxLak1BSp/KP86CmtZttikb/gQ==}
2465 peerDependencies: 2308 peerDependencies:
2466 '@types/react': '*' 2309 '@types/react': ^17.0.0 || ^18.0.0
2467 peerDependenciesMeta: 2310 peerDependenciesMeta:
2468 '@types/react': 2311 '@types/react':
2469 optional: true 2312 optional: true
2470 dependencies: 2313 dependencies:
2471 '@types/react': 18.2.22 2314 '@types/react': 18.2.41
2472 dev: false 2315 dev: false
2473 2316
2474 /@mui/utils@5.14.10(@types/react@18.2.22)(react@18.2.0): 2317 /@mui/utils@5.14.19(@types/react@18.2.41)(react@18.2.0):
2475 resolution: {integrity: sha512-Rn+vYQX7FxkcW0riDX/clNUwKuOJFH45HiULxwmpgnzQoQr3A0lb+QYwaZ+FAkZrR7qLoHKmLQlcItu6LT0y/Q==} 2318 resolution: {integrity: sha512-qAHvTXzk7basbyqPvhgWqN6JbmI2wLB/mf97GkSlz5c76MiKYV6Ffjvw9BjKZQ1YRb8rDX9kgdjRezOcoB91oQ==}
2476 engines: {node: '>=12.0.0'} 2319 engines: {node: '>=12.0.0'}
2477 peerDependencies: 2320 peerDependencies:
2478 '@types/react': ^17.0.0 || ^18.0.0 2321 '@types/react': ^17.0.0 || ^18.0.0
@@ -2481,9 +2324,9 @@ packages:
2481 '@types/react': 2324 '@types/react':
2482 optional: true 2325 optional: true
2483 dependencies: 2326 dependencies:
2484 '@babel/runtime': 7.22.15 2327 '@babel/runtime': 7.23.5
2485 '@types/prop-types': 15.7.6 2328 '@types/prop-types': 15.7.11
2486 '@types/react': 18.2.22 2329 '@types/react': 18.2.41
2487 prop-types: 15.8.1 2330 prop-types: 15.8.1
2488 react: 18.2.0 2331 react: 18.2.0
2489 react-is: 18.2.0 2332 react-is: 18.2.0
@@ -2567,65 +2410,63 @@ packages:
2567 engines: {node: '>= 18'} 2410 engines: {node: '>= 18'}
2568 dev: false 2411 dev: false
2569 2412
2570 /@octokit/core@5.0.0: 2413 /@octokit/core@5.0.2:
2571 resolution: {integrity: sha512-YbAtMWIrbZ9FCXbLwT9wWB8TyLjq9mxpKdgB3dUNxQcIVTf9hJ70gRPwAcqGZdY6WdJPZ0I7jLaaNDCiloGN2A==} 2414 resolution: {integrity: sha512-cZUy1gUvd4vttMic7C0lwPed8IYXWYp8kHIMatyhY8t8n3Cpw2ILczkV5pGMPqef7v0bLo0pOHrEHarsau2Ydg==}
2572 engines: {node: '>= 18'} 2415 engines: {node: '>= 18'}
2573 dependencies: 2416 dependencies:
2574 '@octokit/auth-token': 4.0.0 2417 '@octokit/auth-token': 4.0.0
2575 '@octokit/graphql': 7.0.1 2418 '@octokit/graphql': 7.0.2
2576 '@octokit/request': 8.1.1 2419 '@octokit/request': 8.1.6
2577 '@octokit/request-error': 5.0.0 2420 '@octokit/request-error': 5.0.1
2578 '@octokit/types': 11.1.0 2421 '@octokit/types': 12.3.0
2579 before-after-hook: 2.2.3 2422 before-after-hook: 2.2.3
2580 universal-user-agent: 6.0.0 2423 universal-user-agent: 6.0.1
2581 dev: false 2424 dev: false
2582 2425
2583 /@octokit/endpoint@9.0.0: 2426 /@octokit/endpoint@9.0.4:
2584 resolution: {integrity: sha512-szrQhiqJ88gghWY2Htt8MqUDO6++E/EIXqJ2ZEp5ma3uGS46o7LZAzSLt49myB7rT+Hfw5Y6gO3LmOxGzHijAQ==} 2427 resolution: {integrity: sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==}
2585 engines: {node: '>= 18'} 2428 engines: {node: '>= 18'}
2586 dependencies: 2429 dependencies:
2587 '@octokit/types': 11.1.0 2430 '@octokit/types': 12.3.0
2588 is-plain-object: 5.0.0 2431 universal-user-agent: 6.0.1
2589 universal-user-agent: 6.0.0
2590 dev: false 2432 dev: false
2591 2433
2592 /@octokit/graphql@7.0.1: 2434 /@octokit/graphql@7.0.2:
2593 resolution: {integrity: sha512-T5S3oZ1JOE58gom6MIcrgwZXzTaxRnxBso58xhozxHpOqSTgDS6YNeEUvZ/kRvXgPrRz/KHnZhtb7jUMRi9E6w==} 2435 resolution: {integrity: sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==}
2594 engines: {node: '>= 18'} 2436 engines: {node: '>= 18'}
2595 dependencies: 2437 dependencies:
2596 '@octokit/request': 8.1.1 2438 '@octokit/request': 8.1.6
2597 '@octokit/types': 11.1.0 2439 '@octokit/types': 12.3.0
2598 universal-user-agent: 6.0.0 2440 universal-user-agent: 6.0.1
2599 dev: false 2441 dev: false
2600 2442
2601 /@octokit/openapi-types@18.0.0: 2443 /@octokit/openapi-types@19.1.0:
2602 resolution: {integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==} 2444 resolution: {integrity: sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==}
2603 dev: false 2445 dev: false
2604 2446
2605 /@octokit/request-error@5.0.0: 2447 /@octokit/request-error@5.0.1:
2606 resolution: {integrity: sha512-1ue0DH0Lif5iEqT52+Rf/hf0RmGO9NWFjrzmrkArpG9trFfDM/efx00BJHdLGuro4BR/gECxCU2Twf5OKrRFsQ==} 2448 resolution: {integrity: sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==}
2607 engines: {node: '>= 18'} 2449 engines: {node: '>= 18'}
2608 dependencies: 2450 dependencies:
2609 '@octokit/types': 11.1.0 2451 '@octokit/types': 12.3.0
2610 deprecation: 2.3.1 2452 deprecation: 2.3.1
2611 once: 1.4.0 2453 once: 1.4.0
2612 dev: false 2454 dev: false
2613 2455
2614 /@octokit/request@8.1.1: 2456 /@octokit/request@8.1.6:
2615 resolution: {integrity: sha512-8N+tdUz4aCqQmXl8FpHYfKG9GelDFd7XGVzyN8rc6WxVlYcfpHECnuRkgquzz+WzvHTK62co5di8gSXnzASZPQ==} 2457 resolution: {integrity: sha512-YhPaGml3ncZC1NfXpP3WZ7iliL1ap6tLkAp6MvbK2fTTPytzVUyUesBBogcdMm86uRYO5rHaM1xIWxigWZ17MQ==}
2616 engines: {node: '>= 18'} 2458 engines: {node: '>= 18'}
2617 dependencies: 2459 dependencies:
2618 '@octokit/endpoint': 9.0.0 2460 '@octokit/endpoint': 9.0.4
2619 '@octokit/request-error': 5.0.0 2461 '@octokit/request-error': 5.0.1
2620 '@octokit/types': 11.1.0 2462 '@octokit/types': 12.3.0
2621 is-plain-object: 5.0.0 2463 universal-user-agent: 6.0.1
2622 universal-user-agent: 6.0.0
2623 dev: false 2464 dev: false
2624 2465
2625 /@octokit/types@11.1.0: 2466 /@octokit/types@12.3.0:
2626 resolution: {integrity: sha512-Fz0+7GyLm/bHt8fwEqgvRBWwIV1S6wRRyq+V6exRKLVWaKGsuy6H9QFYeBVDV7rK6fO3XwHgQOPxv+cLj2zpXQ==} 2467 resolution: {integrity: sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ==}
2627 dependencies: 2468 dependencies:
2628 '@octokit/openapi-types': 18.0.0 2469 '@octokit/openapi-types': 19.1.0
2629 dev: false 2470 dev: false
2630 2471
2631 /@pkgjs/parseargs@0.11.0: 2472 /@pkgjs/parseargs@0.11.0:
@@ -2640,7 +2481,7 @@ packages:
2640 engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} 2481 engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
2641 dependencies: 2482 dependencies:
2642 cross-spawn: 7.0.3 2483 cross-spawn: 7.0.3
2643 fast-glob: 3.3.1 2484 fast-glob: 3.3.2
2644 is-glob: 4.0.3 2485 is-glob: 4.0.3
2645 open: 9.1.0 2486 open: 9.1.0
2646 picocolors: 1.0.0 2487 picocolors: 1.0.0
@@ -2651,50 +2492,50 @@ packages:
2651 resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} 2492 resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
2652 dev: false 2493 dev: false
2653 2494
2654 /@remix-run/router@1.8.0: 2495 /@remix-run/router@1.13.1:
2655 resolution: {integrity: sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==} 2496 resolution: {integrity: sha512-so+DHzZKsoOcoXrILB4rqDkMDy7NLMErRdOxvzvOKb507YINKUP4Di+shbTZDhSE/pBZ+vr7XGIpcOO0VLSA+Q==}
2656 engines: {node: '>=14.0.0'} 2497 engines: {node: '>=14.0.0'}
2657 dev: false 2498 dev: false
2658 2499
2659 /@sentry-internal/tracing@7.63.0: 2500 /@sentry-internal/tracing@7.74.0:
2660 resolution: {integrity: sha512-Fxpc53p6NGvLSURg3iRvZA0k10K9yfeVhtczvJnpX30POBuV41wxpkLHkb68fjksirjEma1K3Ut1iLOEEDpPQg==} 2501 resolution: {integrity: sha512-JK6IRGgdtZjswGfaGIHNWIThffhOHzVIIaGmglui+VFIzOsOqePjoxaDV0MEvzafxXZD7eWqGE5RGuZ0n6HFVg==}
2661 engines: {node: '>=8'} 2502 engines: {node: '>=8'}
2662 dependencies: 2503 dependencies:
2663 '@sentry/core': 7.63.0 2504 '@sentry/core': 7.74.0
2664 '@sentry/types': 7.63.0 2505 '@sentry/types': 7.74.0
2665 '@sentry/utils': 7.63.0 2506 '@sentry/utils': 7.74.0
2666 tslib: 2.6.2 2507 tslib: 2.6.2
2667 dev: false 2508 dev: false
2668 2509
2669 /@sentry/browser@7.63.0: 2510 /@sentry/browser@7.74.0:
2670 resolution: {integrity: sha512-P1Iw/2281C/7CUCRsN4jgXvjMNKnrwKqxRg7JqN8eVeCDPMpOeEPHNJ6YatEXdVLTKVn0JB7L63Q1prhFr8+SQ==} 2511 resolution: {integrity: sha512-Njr8216Z1dFUcl6NqBOk20dssK9SjoVddY74Xq+Q4p3NfXBG3lkMcACXor7SFoJRZXq8CZWGS13Cc5KwViRw4g==}
2671 engines: {node: '>=8'} 2512 engines: {node: '>=8'}
2672 dependencies: 2513 dependencies:
2673 '@sentry-internal/tracing': 7.63.0 2514 '@sentry-internal/tracing': 7.74.0
2674 '@sentry/core': 7.63.0 2515 '@sentry/core': 7.74.0
2675 '@sentry/replay': 7.63.0 2516 '@sentry/replay': 7.74.0
2676 '@sentry/types': 7.63.0 2517 '@sentry/types': 7.74.0
2677 '@sentry/utils': 7.63.0 2518 '@sentry/utils': 7.74.0
2678 tslib: 2.6.2 2519 tslib: 2.6.2
2679 dev: false 2520 dev: false
2680 2521
2681 /@sentry/core@7.63.0: 2522 /@sentry/core@7.74.0:
2682 resolution: {integrity: sha512-13Ljiq8hv6ieCkO+Am99/PljYJO5ynKT/hRQrWgGy9IIEgUr8sV3fW+1W6K4/3MCeOJou0HsiGBjOD1mASItVg==} 2523 resolution: {integrity: sha512-83NRuqn7nDZkSVBN5yJQqcpXDG4yMYiB7TkYUKrGTzBpRy6KUOrkCdybuKk0oraTIGiGSe5WEwCFySiNgR9FzA==}
2683 engines: {node: '>=8'} 2524 engines: {node: '>=8'}
2684 dependencies: 2525 dependencies:
2685 '@sentry/types': 7.63.0 2526 '@sentry/types': 7.74.0
2686 '@sentry/utils': 7.63.0 2527 '@sentry/utils': 7.74.0
2687 tslib: 2.6.2 2528 tslib: 2.6.2
2688 dev: false 2529 dev: false
2689 2530
2690 /@sentry/electron@4.10.0: 2531 /@sentry/electron@4.14.0:
2691 resolution: {integrity: sha512-pXJ7apSxH5buAB5yocbLr/KkBKS2AJ4Nj3gjzFyxkHYeIZr0BM44qZMy1bNM96abPUPak0oVcoB0ckL/K0c6mA==} 2532 resolution: {integrity: sha512-5laPImINGd86osNUu9UyGWB9dfK9O6hmydSTFWsHWHgFsd/2YKtOgjdXgMu+znyU+sy+lU9z+wwEq/h4yivPZQ==}
2692 dependencies: 2533 dependencies:
2693 '@sentry/browser': 7.63.0 2534 '@sentry/browser': 7.74.0
2694 '@sentry/core': 7.63.0 2535 '@sentry/core': 7.74.0
2695 '@sentry/node': 7.63.0 2536 '@sentry/node': 7.74.0
2696 '@sentry/types': 7.63.0 2537 '@sentry/types': 7.74.0
2697 '@sentry/utils': 7.63.0 2538 '@sentry/utils': 7.74.0
2698 deepmerge: 4.3.0 2539 deepmerge: 4.3.0
2699 lru_map: 0.3.3 2540 lru_map: 0.3.3
2700 tslib: 2.6.2 2541 tslib: 2.6.2
@@ -2702,15 +2543,15 @@ packages:
2702 - supports-color 2543 - supports-color
2703 dev: false 2544 dev: false
2704 2545
2705 /@sentry/node@7.63.0: 2546 /@sentry/node@7.74.0:
2706 resolution: {integrity: sha512-tSMyfQNbfjX1w8vJDZtvWeaD4QQ/Z4zVW/TLXfL/JZFIIksPgDZmqLdF+NJS4bSGTU5JiHiUh4pYhME4mHgNBQ==} 2547 resolution: {integrity: sha512-uBmW2/z0cz/WFIG74ZF7lSipO0XNzMf9yrdqnZXnGDYsUZE4I4QiqDN0hNi6fkTgf9MYRC8uFem2OkAvyPJ74Q==}
2707 engines: {node: '>=8'} 2548 engines: {node: '>=8'}
2708 dependencies: 2549 dependencies:
2709 '@sentry-internal/tracing': 7.63.0 2550 '@sentry-internal/tracing': 7.74.0
2710 '@sentry/core': 7.63.0 2551 '@sentry/core': 7.74.0
2711 '@sentry/types': 7.63.0 2552 '@sentry/types': 7.74.0
2712 '@sentry/utils': 7.63.0 2553 '@sentry/utils': 7.74.0
2713 cookie: 0.4.2 2554 cookie: 0.5.0
2714 https-proxy-agent: 5.0.1 2555 https-proxy-agent: 5.0.1
2715 lru_map: 0.3.3 2556 lru_map: 0.3.3
2716 tslib: 2.6.2 2557 tslib: 2.6.2
@@ -2718,25 +2559,25 @@ packages:
2718 - supports-color 2559 - supports-color
2719 dev: false 2560 dev: false
2720 2561
2721 /@sentry/replay@7.63.0: 2562 /@sentry/replay@7.74.0:
2722 resolution: {integrity: sha512-ikeFVojuP9oDF103blZcj0Vvb4S50dV54BESMrMW2lYBoMMjvOd7AdL+iDHjn1OL05/mv1C6Oc8MovmvdjILVA==} 2563 resolution: {integrity: sha512-GoYa3cHTTFVI/J1cnZ0i4X128mf/JljaswO3PWNTe2k3lSHq/LM5aV0keClRvwM0W8hlix8oOTT06nnenOUmmw==}
2723 engines: {node: '>=12'} 2564 engines: {node: '>=12'}
2724 dependencies: 2565 dependencies:
2725 '@sentry/core': 7.63.0 2566 '@sentry/core': 7.74.0
2726 '@sentry/types': 7.63.0 2567 '@sentry/types': 7.74.0
2727 '@sentry/utils': 7.63.0 2568 '@sentry/utils': 7.74.0
2728 dev: false 2569 dev: false
2729 2570
2730 /@sentry/types@7.63.0: 2571 /@sentry/types@7.74.0:
2731 resolution: {integrity: sha512-pZNwJVW7RqNLGuTUAhoygt0c9zmc0js10eANAz0MstygJRhQI1tqPDuiELVdujPrbeL+IFKF+7NvRDAydR2Niw==} 2572 resolution: {integrity: sha512-rI5eIRbUycWjn6s6o3yAjjWtIvYSxZDdnKv5je2EZINfLKcMPj1dkl6wQd2F4y7gLfD/N6Y0wZYIXC3DUdJQQg==}
2732 engines: {node: '>=8'} 2573 engines: {node: '>=8'}
2733 dev: false 2574 dev: false
2734 2575
2735 /@sentry/utils@7.63.0: 2576 /@sentry/utils@7.74.0:
2736 resolution: {integrity: sha512-7FQv1RYAwnuTuarruP+1+Jd6YQuN7i/Y7KltwPMVEwU7j5mzYQaexLr/Jz1XIdR2KYVdkbXQyP8jj8BmA6u9Jw==} 2577 resolution: {integrity: sha512-k3np8nuTPtx5KDODPtULfFln4UXdE56MZCcF19Jv6Ljxf+YN/Ady1+0Oi3e0XoSvFpWNyWnglauT7M65qCE6kg==}
2737 engines: {node: '>=8'} 2578 engines: {node: '>=8'}
2738 dependencies: 2579 dependencies:
2739 '@sentry/types': 7.63.0 2580 '@sentry/types': 7.74.0
2740 tslib: 2.6.2 2581 tslib: 2.6.2
2741 dev: false 2582 dev: false
2742 2583
@@ -2746,8 +2587,8 @@ packages:
2746 '@hapi/hoek': 9.3.0 2587 '@hapi/hoek': 9.3.0
2747 dev: true 2588 dev: true
2748 2589
2749 /@sideway/formula@3.0.0: 2590 /@sideway/formula@3.0.1:
2750 resolution: {integrity: sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==} 2591 resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==}
2751 dev: true 2592 dev: true
2752 2593
2753 /@sideway/pinpoint@2.0.0: 2594 /@sideway/pinpoint@2.0.0:
@@ -2784,7 +2625,7 @@ packages:
2784 resetable: 1.0.3 2625 resetable: 1.0.3
2785 dev: false 2626 dev: false
2786 2627
2787 /@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.10.2)(path-to-regexp@6.2.1): 2628 /@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.12.0)(path-to-regexp@6.2.1):
2788 resolution: {integrity: sha512-3Mq3p1mTJPYpDkYzAzhFLBCPqP528pHyu2V3UFSwcGGPUiFqFFmz31RIRYFHF13anQ2joxwrSllKZj0NiLMFpw==} 2629 resolution: {integrity: sha512-3Mq3p1mTJPYpDkYzAzhFLBCPqP528pHyu2V3UFSwcGGPUiFqFFmz31RIRYFHF13anQ2joxwrSllKZj0NiLMFpw==}
2789 peerDependencies: 2630 peerDependencies:
2790 history: '>=5' 2631 history: '>=5'
@@ -2792,7 +2633,7 @@ packages:
2792 path-to-regexp: '>=6' 2633 path-to-regexp: '>=6'
2793 dependencies: 2634 dependencies:
2794 history: 5.3.0 2635 history: 5.3.0
2795 mobx: 6.10.2 2636 mobx: 6.12.0
2796 path-to-regexp: 6.2.1 2637 path-to-regexp: 6.2.1
2797 dev: false 2638 dev: false
2798 2639
@@ -2830,15 +2671,15 @@ packages:
2830 resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} 2671 resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==}
2831 dev: true 2672 dev: true
2832 2673
2833 /@types/auto-launch@5.0.2: 2674 /@types/auto-launch@5.0.5:
2834 resolution: {integrity: sha512-b03X09+GCM9t6AUECpwA2gUPYs8s5tJHFJw92sK8EiJ7G4QNbsHmXV7nfCfP6G6ivtm230vi4oNfe8AzRgzxMQ==} 2675 resolution: {integrity: sha512-/nGvQZSzM/pvCMCh4Gt2kIeiUmOP/cKGJbjlInI+A+5MoV/7XmT56DJ6EU8bqc3+ItxEe4UC2GVspmPzcCc8cg==}
2835 dev: true 2676 dev: true
2836 2677
2837 /@types/babel__core@7.1.20: 2678 /@types/babel__core@7.1.20:
2838 resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==} 2679 resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==}
2839 dependencies: 2680 dependencies:
2840 '@babel/parser': 7.23.0 2681 '@babel/parser': 7.23.5
2841 '@babel/types': 7.23.0 2682 '@babel/types': 7.23.5
2842 '@types/babel__generator': 7.6.4 2683 '@types/babel__generator': 7.6.4
2843 '@types/babel__template': 7.4.1 2684 '@types/babel__template': 7.4.1
2844 '@types/babel__traverse': 7.18.2 2685 '@types/babel__traverse': 7.18.2
@@ -2847,80 +2688,80 @@ packages:
2847 /@types/babel__generator@7.6.4: 2688 /@types/babel__generator@7.6.4:
2848 resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} 2689 resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
2849 dependencies: 2690 dependencies:
2850 '@babel/types': 7.23.0 2691 '@babel/types': 7.23.5
2851 dev: true 2692 dev: true
2852 2693
2853 /@types/babel__template@7.4.1: 2694 /@types/babel__template@7.4.1:
2854 resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} 2695 resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
2855 dependencies: 2696 dependencies:
2856 '@babel/parser': 7.23.0 2697 '@babel/parser': 7.23.5
2857 '@babel/types': 7.23.0 2698 '@babel/types': 7.23.5
2858 dev: true 2699 dev: true
2859 2700
2860 /@types/babel__traverse@7.18.2: 2701 /@types/babel__traverse@7.18.2:
2861 resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} 2702 resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==}
2862 dependencies: 2703 dependencies:
2863 '@babel/types': 7.23.0 2704 '@babel/types': 7.23.5
2864 dev: true 2705 dev: true
2865 2706
2866 /@types/cacheable-request@6.0.3: 2707 /@types/cacheable-request@6.0.3:
2867 resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} 2708 resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==}
2868 dependencies: 2709 dependencies:
2869 '@types/http-cache-semantics': 4.0.1 2710 '@types/http-cache-semantics': 4.0.4
2870 '@types/keyv': 3.1.4 2711 '@types/keyv': 3.1.4
2871 '@types/node': 20.8.10 2712 '@types/node': 20.10.3
2872 '@types/responselike': 1.0.0 2713 '@types/responselike': 1.0.3
2873 2714
2874 /@types/color-convert@2.0.0: 2715 /@types/color-convert@2.0.3:
2875 resolution: {integrity: sha512-m7GG7IKKGuJUXvkZ1qqG3ChccdIM/qBBo913z+Xft0nKCX4hAU/IxKwZBU4cpRZ7GS5kV4vOblUkILtSShCPXQ==} 2716 resolution: {integrity: sha512-2Q6wzrNiuEvYxVQqhh7sXM2mhIhvZR/Paq4FdsQkOMgWsCIkKvSGj8Le1/XalulrmgOzPMqNa0ix+ePY4hTrfg==}
2876 dependencies: 2717 dependencies:
2877 '@types/color-name': 1.1.1 2718 '@types/color-name': 1.1.3
2878 dev: true 2719 dev: true
2879 2720
2880 /@types/color-name@1.1.1: 2721 /@types/color-name@1.1.3:
2881 resolution: {integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==} 2722 resolution: {integrity: sha512-87W6MJCKZYDhLAx/J1ikW8niMvmGRyY+rpUxWpL1cO7F8Uu5CHuQoFv+R0/L5pgNdW4jTyda42kv60uwVIPjLw==}
2882 dev: true 2723 dev: true
2883 2724
2884 /@types/color@3.0.4: 2725 /@types/color@3.0.6:
2885 resolution: {integrity: sha512-OpisS4bqJJwbkkQRrMvURf3DOxBoAg9mysHYI7WgrWpSYHqHGKYBULHdz4ih77SILcLDo/zyHGFyfIl9yb8NZQ==} 2726 resolution: {integrity: sha512-NMiNcZFRUAiUUCCf7zkAelY8eV3aKqfbzyFQlXpPIEeoNDbsEHGpb854V3gzTsGKYj830I5zPuOwU/TP5/cW6A==}
2886 dependencies: 2727 dependencies:
2887 '@types/color-convert': 2.0.0 2728 '@types/color-convert': 2.0.3
2888 dev: true 2729 dev: true
2889 2730
2890 /@types/debug@4.1.7: 2731 /@types/debug@4.1.12:
2891 resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} 2732 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
2892 dependencies: 2733 dependencies:
2893 '@types/ms': 0.7.31 2734 '@types/ms': 0.7.34
2894 dev: true 2735 dev: true
2895 2736
2896 /@types/fs-extra@11.0.2: 2737 /@types/fs-extra@11.0.4:
2897 resolution: {integrity: sha512-c0hrgAOVYr21EX8J0jBMXGLMgJqVf/v6yxi0dLaJboW9aQPh16Id+z6w2Tx1hm+piJOLv8xPfVKZCLfjPw/IMQ==} 2738 resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==}
2898 dependencies: 2739 dependencies:
2899 '@types/jsonfile': 6.1.1 2740 '@types/jsonfile': 6.1.4
2900 '@types/node': 20.8.10 2741 '@types/node': 20.10.3
2901 dev: true 2742 dev: true
2902 2743
2903 /@types/fs-extra@9.0.13: 2744 /@types/fs-extra@9.0.13:
2904 resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} 2745 resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
2905 dependencies: 2746 dependencies:
2906 '@types/node': 20.8.10 2747 '@types/node': 20.10.3
2907 dev: true 2748 dev: true
2908 2749
2909 /@types/graceful-fs@4.1.5: 2750 /@types/graceful-fs@4.1.5:
2910 resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} 2751 resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
2911 dependencies: 2752 dependencies:
2912 '@types/node': 20.8.10 2753 '@types/node': 20.10.3
2913 dev: true 2754 dev: true
2914 2755
2915 /@types/hoist-non-react-statics@3.3.1: 2756 /@types/hoist-non-react-statics@3.3.5:
2916 resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} 2757 resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==}
2917 dependencies: 2758 dependencies:
2918 '@types/react': 18.2.22 2759 '@types/react': 18.2.41
2919 hoist-non-react-statics: 3.3.2 2760 hoist-non-react-statics: 3.3.2
2920 dev: false 2761 dev: false
2921 2762
2922 /@types/http-cache-semantics@4.0.1: 2763 /@types/http-cache-semantics@4.0.4:
2923 resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==} 2764 resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==}
2924 2765
2925 /@types/istanbul-lib-coverage@2.0.4: 2766 /@types/istanbul-lib-coverage@2.0.4:
2926 resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} 2767 resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==}
@@ -2938,56 +2779,58 @@ packages:
2938 '@types/istanbul-lib-report': 3.0.0 2779 '@types/istanbul-lib-report': 3.0.0
2939 dev: true 2780 dev: true
2940 2781
2941 /@types/jest@29.5.5: 2782 /@types/jest@29.5.10:
2942 resolution: {integrity: sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==} 2783 resolution: {integrity: sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ==}
2943 dependencies: 2784 dependencies:
2944 expect: 29.7.0 2785 expect: 29.7.0
2945 pretty-format: 29.7.0 2786 pretty-format: 29.7.0
2946 dev: true 2787 dev: true
2947 2788
2948 /@types/json-schema@7.0.12: 2789 /@types/json-schema@7.0.15:
2949 resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} 2790 resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
2950 dev: true 2791 dev: true
2951 2792
2952 /@types/json5@0.0.29: 2793 /@types/json5@0.0.29:
2953 resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} 2794 resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
2954 dev: true 2795 dev: true
2955 2796
2956 /@types/jsonfile@6.1.1: 2797 /@types/jsonfile@6.1.4:
2957 resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} 2798 resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==}
2958 dependencies: 2799 dependencies:
2959 '@types/node': 20.8.10 2800 '@types/node': 20.10.3
2960 dev: true 2801 dev: true
2961 2802
2962 /@types/keyv@3.1.4: 2803 /@types/keyv@3.1.4:
2963 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} 2804 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
2964 dependencies: 2805 dependencies:
2965 '@types/node': 20.8.10 2806 '@types/node': 20.10.3
2966 2807
2967 /@types/lodash@4.14.198: 2808 /@types/lodash@4.14.202:
2968 resolution: {integrity: sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==} 2809 resolution: {integrity: sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==}
2969 dev: true 2810 dev: true
2970 2811
2971 /@types/minimist@1.2.2: 2812 /@types/minimist@1.2.5:
2972 resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} 2813 resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==}
2973 dev: true 2814 dev: true
2974 2815
2975 /@types/ms@0.7.31: 2816 /@types/ms@0.7.34:
2976 resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} 2817 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
2977 dev: true 2818 dev: true
2978 2819
2979 /@types/node@18.15.3: 2820 /@types/node@18.19.2:
2980 resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==} 2821 resolution: {integrity: sha512-6wzfBdbWpe8QykUkXBjtmO3zITA0A3FIjoy+in0Y2K4KrCiRhNYJIdwAPDffZ3G6GnaKaSLSEa9ZuORLfEoiwg==}
2822 dependencies:
2823 undici-types: 5.26.5
2824
2825 /@types/node@20.10.3:
2826 resolution: {integrity: sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==}
2827 dependencies:
2828 undici-types: 5.26.5
2981 2829
2982 /@types/node@20.4.7: 2830 /@types/node@20.4.7:
2983 resolution: {integrity: sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==} 2831 resolution: {integrity: sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==}
2984 dev: true 2832 dev: true
2985 2833
2986 /@types/node@20.8.10:
2987 resolution: {integrity: sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==}
2988 dependencies:
2989 undici-types: 5.26.5
2990
2991 /@types/normalize-package-data@2.4.1: 2834 /@types/normalize-package-data@2.4.1:
2992 resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} 2835 resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
2993 dev: true 2836 dev: true
@@ -3000,65 +2843,65 @@ packages:
3000 resolution: {integrity: sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==} 2843 resolution: {integrity: sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==}
3001 requiresBuild: true 2844 requiresBuild: true
3002 dependencies: 2845 dependencies:
3003 '@types/node': 20.8.10 2846 '@types/node': 20.10.3
3004 xmlbuilder: 15.1.1 2847 xmlbuilder: 15.1.1
3005 dev: true 2848 dev: true
3006 optional: true 2849 optional: true
3007 2850
3008 /@types/prop-types@15.7.6: 2851 /@types/prop-types@15.7.11:
3009 resolution: {integrity: sha512-RK/kBbYOQQHLYj9Z95eh7S6t7gq4Ojt/NT8HTk8bWVhA5DaF+5SMnxHKkP4gPNN3wAZkKP+VjAf0ebtYzf+fxg==} 2852 resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==}
3010 2853
3011 /@types/react-color@3.0.6: 2854 /@types/react-color@3.0.10:
3012 resolution: {integrity: sha512-OzPIO5AyRmLA7PlOyISlgabpYUa3En74LP8mTMa0veCA719SvYQov4WLMsHvCgXP+L+KI9yGhYnqZafVGG0P4w==} 2855 resolution: {integrity: sha512-6K5BAn3zyd8lW8UbckIAVeXGxR82Za9jyGD2DBEynsa7fKaguLDVtjfypzs7fgEV7bULgs7uhds8A8v1wABTvQ==}
3013 dependencies: 2856 dependencies:
3014 '@types/react': 18.2.22 2857 '@types/react': 18.2.41
3015 '@types/reactcss': 1.2.6 2858 '@types/reactcss': 1.2.10
3016 dev: true 2859 dev: true
3017 2860
3018 /@types/react-dom@18.2.7: 2861 /@types/react-dom@18.2.17:
3019 resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} 2862 resolution: {integrity: sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==}
3020 dependencies: 2863 dependencies:
3021 '@types/react': 18.2.22 2864 '@types/react': 18.2.41
3022 dev: true 2865 dev: true
3023 2866
3024 /@types/react-loader@2.4.5: 2867 /@types/react-loader@2.4.8:
3025 resolution: {integrity: sha512-eBtnKxGx/B+z6kSOMiVBYLPZmXLZDVoChSYk57N91HZKB1wSPICHPrgvlhC5j8Y7MCfoYRt4/emRwh2OQIhFrg==} 2868 resolution: {integrity: sha512-tcUpbl7JRPxaskhjQsLMsMt8BVkbquqzjMdb+ud3dJdhBcaJr9Wbmrx5t2UG6Ikc7DHu47jEC82ob7disr5rHw==}
3026 dependencies: 2869 dependencies:
3027 '@types/react': 18.2.22 2870 '@types/react': 18.2.41
3028 dev: true 2871 dev: true
3029 2872
3030 /@types/react-transition-group@4.4.6: 2873 /@types/react-transition-group@4.4.9:
3031 resolution: {integrity: sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==} 2874 resolution: {integrity: sha512-ZVNmWumUIh5NhH8aMD9CR2hdW0fNuYInlocZHaZ+dgk/1K49j1w/HoAuK1ki+pgscQrOFRTlXeoURtuzEkV3dg==}
3032 dependencies: 2875 dependencies:
3033 '@types/react': 18.2.22 2876 '@types/react': 18.2.41
3034 2877
3035 /@types/react@18.2.22: 2878 /@types/react@18.2.41:
3036 resolution: {integrity: sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==} 2879 resolution: {integrity: sha512-CwOGr/PiLiNBxEBqpJ7fO3kocP/2SSuC9fpH5K7tusrg4xPSRT/193rzolYwQnTN02We/ATXKnb6GqA5w4fRxw==}
3037 dependencies: 2880 dependencies:
3038 '@types/prop-types': 15.7.6 2881 '@types/prop-types': 15.7.11
3039 '@types/scheduler': 0.16.2 2882 '@types/scheduler': 0.16.8
3040 csstype: 3.1.2 2883 csstype: 3.1.2
3041 2884
3042 /@types/reactcss@1.2.6: 2885 /@types/reactcss@1.2.10:
3043 resolution: {integrity: sha512-qaIzpCuXNWomGR1Xq8SCFTtF4v8V27Y6f+b9+bzHiv087MylI/nTCqqdChNeWS7tslgROmYB7yeiruWX7WnqNg==} 2886 resolution: {integrity: sha512-gf5qJ1wOYP8N5q9H8/5c3QZHQzu8ltPClhM0vEWuBu9SGg4KSzgpJd2TShEsQDwsYn+mtnJ1xHUdJyzj/r9WrA==}
3044 dependencies: 2887 dependencies:
3045 '@types/react': 18.2.22 2888 '@types/react': 18.2.41
3046 dev: true 2889 dev: true
3047 2890
3048 /@types/responselike@1.0.0: 2891 /@types/responselike@1.0.3:
3049 resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} 2892 resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==}
3050 dependencies: 2893 dependencies:
3051 '@types/node': 20.8.10 2894 '@types/node': 20.10.3
3052 2895
3053 /@types/route-parser@0.1.4: 2896 /@types/route-parser@0.1.7:
3054 resolution: {integrity: sha512-lwH3SeyKwCAwP7oUoJNryPDdbW3Bx5lrB6mhV5iebqzOJHIut6wlaSxpQR4Lsk6j7wC08pGenr/xE8I/A4J3Fg==} 2897 resolution: {integrity: sha512-haO+3HVio/4w+yuMJTjqfSo0ivOV8WnXaOReVD6QN729UGBEyizWNGc2Jd0OLsJDucIod4aJSsPLBeLj2uzMCQ==}
3055 dev: true 2898 dev: true
3056 2899
3057 /@types/scheduler@0.16.2: 2900 /@types/scheduler@0.16.8:
3058 resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} 2901 resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==}
3059 2902
3060 /@types/semver@7.5.2: 2903 /@types/semver@7.5.6:
3061 resolution: {integrity: sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==} 2904 resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
3062 dev: true 2905 dev: true
3063 2906
3064 /@types/stack-trace@0.0.29: 2907 /@types/stack-trace@0.0.29:
@@ -3069,19 +2912,19 @@ packages:
3069 resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} 2912 resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==}
3070 dev: true 2913 dev: true
3071 2914
3072 /@types/tar@6.1.6: 2915 /@types/tar@6.1.10:
3073 resolution: {integrity: sha512-HQ06kiiDXz9uqtmE9ksQUn1ovcPr1gGV9EgaCWo6FGYKD0onNBCetBzL0kfcS8Kbj1EFxJWY9jL2W4ZvvtGI8Q==} 2916 resolution: {integrity: sha512-60ZO+W0tRKJ3ggdzJKp75xKVlNogKYMqGvr2bMH/+k3T0BagfYTnbmVDFMJB1BFttz6yRgP5MDGP27eh7brrqw==}
3074 dependencies: 2917 dependencies:
3075 '@types/node': 20.8.10 2918 '@types/node': 20.10.3
3076 minipass: 4.2.8 2919 minipass: 4.2.8
3077 dev: true 2920 dev: true
3078 2921
3079 /@types/uuid@9.0.4: 2922 /@types/uuid@9.0.7:
3080 resolution: {integrity: sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==} 2923 resolution: {integrity: sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==}
3081 dev: true 2924 dev: true
3082 2925
3083 /@types/validator@13.11.1: 2926 /@types/validator@13.11.7:
3084 resolution: {integrity: sha512-d/MUkJYdOeKycmm75Arql4M5+UuXmf4cHdHKsyw1GcvnNgL6s77UkgSgJ8TE/rI5PYsnwYq5jkcWBLuN/MpQ1A==} 2927 resolution: {integrity: sha512-q0JomTsJ2I5Mv7dhHhQLGjMvX0JJm5dyZ1DXQySIUzU1UlwzB8bt+R6+LODUbz0UDIOvEzGc28tk27gBJw2N8Q==}
3085 dev: true 2928 dev: true
3086 2929
3087 /@types/verror@1.10.9: 2930 /@types/verror@1.10.9:
@@ -3104,10 +2947,10 @@ packages:
3104 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 2947 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
3105 requiresBuild: true 2948 requiresBuild: true
3106 dependencies: 2949 dependencies:
3107 '@types/node': 20.8.10 2950 '@types/node': 20.10.3
3108 optional: true 2951 optional: true
3109 2952
3110 /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2): 2953 /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)(typescript@5.3.2):
3111 resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} 2954 resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==}
3112 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2955 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3113 peerDependencies: 2956 peerDependencies:
@@ -3118,25 +2961,25 @@ packages:
3118 typescript: 2961 typescript:
3119 optional: true 2962 optional: true
3120 dependencies: 2963 dependencies:
3121 '@eslint-community/regexpp': 4.6.2 2964 '@eslint-community/regexpp': 4.10.0
3122 '@typescript-eslint/parser': 6.7.2(eslint@8.49.0)(typescript@5.2.2) 2965 '@typescript-eslint/parser': 6.13.1(eslint@8.55.0)(typescript@5.3.2)
3123 '@typescript-eslint/scope-manager': 5.62.0 2966 '@typescript-eslint/scope-manager': 5.62.0
3124 '@typescript-eslint/type-utils': 5.62.0(eslint@8.49.0)(typescript@5.2.2) 2967 '@typescript-eslint/type-utils': 5.62.0(eslint@8.55.0)(typescript@5.3.2)
3125 '@typescript-eslint/utils': 5.62.0(eslint@8.49.0)(typescript@5.2.2) 2968 '@typescript-eslint/utils': 5.62.0(eslint@8.55.0)(typescript@5.3.2)
3126 debug: 4.3.4(supports-color@5.5.0) 2969 debug: 4.3.4(supports-color@5.5.0)
3127 eslint: 8.49.0 2970 eslint: 8.55.0
3128 graphemer: 1.4.0 2971 graphemer: 1.4.0
3129 ignore: 5.2.4 2972 ignore: 5.3.0
3130 natural-compare-lite: 1.4.0 2973 natural-compare-lite: 1.4.0
3131 semver: 7.5.4 2974 semver: 7.5.4
3132 tsutils: 3.21.0(typescript@5.2.2) 2975 tsutils: 3.21.0(typescript@5.3.2)
3133 typescript: 5.2.2 2976 typescript: 5.3.2
3134 transitivePeerDependencies: 2977 transitivePeerDependencies:
3135 - supports-color 2978 - supports-color
3136 dev: true 2979 dev: true
3137 2980
3138 /@typescript-eslint/eslint-plugin@6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2): 2981 /@typescript-eslint/eslint-plugin@6.13.1(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)(typescript@5.3.2):
3139 resolution: {integrity: sha512-ooaHxlmSgZTM6CHYAFRlifqh1OAr3PAQEwi7lhYhaegbnXrnh7CDcHmc3+ihhbQC7H0i4JF0psI5ehzkF6Yl6Q==} 2982 resolution: {integrity: sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==}
3140 engines: {node: ^16.0.0 || >=18.0.0} 2983 engines: {node: ^16.0.0 || >=18.0.0}
3141 peerDependencies: 2984 peerDependencies:
3142 '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha 2985 '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
@@ -3146,26 +2989,26 @@ packages:
3146 typescript: 2989 typescript:
3147 optional: true 2990 optional: true
3148 dependencies: 2991 dependencies:
3149 '@eslint-community/regexpp': 4.6.2 2992 '@eslint-community/regexpp': 4.10.0
3150 '@typescript-eslint/parser': 6.7.2(eslint@8.49.0)(typescript@5.2.2) 2993 '@typescript-eslint/parser': 6.13.1(eslint@8.55.0)(typescript@5.3.2)
3151 '@typescript-eslint/scope-manager': 6.7.2 2994 '@typescript-eslint/scope-manager': 6.13.1
3152 '@typescript-eslint/type-utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2) 2995 '@typescript-eslint/type-utils': 6.13.1(eslint@8.55.0)(typescript@5.3.2)
3153 '@typescript-eslint/utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2) 2996 '@typescript-eslint/utils': 6.13.1(eslint@8.55.0)(typescript@5.3.2)
3154 '@typescript-eslint/visitor-keys': 6.7.2 2997 '@typescript-eslint/visitor-keys': 6.13.1
3155 debug: 4.3.4(supports-color@5.5.0) 2998 debug: 4.3.4(supports-color@5.5.0)
3156 eslint: 8.49.0 2999 eslint: 8.55.0
3157 graphemer: 1.4.0 3000 graphemer: 1.4.0
3158 ignore: 5.2.4 3001 ignore: 5.3.0
3159 natural-compare: 1.4.0 3002 natural-compare: 1.4.0
3160 semver: 7.5.4 3003 semver: 7.5.4
3161 ts-api-utils: 1.0.1(typescript@5.2.2) 3004 ts-api-utils: 1.0.3(typescript@5.3.2)
3162 typescript: 5.2.2 3005 typescript: 5.3.2
3163 transitivePeerDependencies: 3006 transitivePeerDependencies:
3164 - supports-color 3007 - supports-color
3165 dev: true 3008 dev: true
3166 3009
3167 /@typescript-eslint/parser@6.7.2(eslint@8.49.0)(typescript@5.2.2): 3010 /@typescript-eslint/parser@6.13.1(eslint@8.55.0)(typescript@5.3.2):
3168 resolution: {integrity: sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==} 3011 resolution: {integrity: sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==}
3169 engines: {node: ^16.0.0 || >=18.0.0} 3012 engines: {node: ^16.0.0 || >=18.0.0}
3170 peerDependencies: 3013 peerDependencies:
3171 eslint: ^7.0.0 || ^8.0.0 3014 eslint: ^7.0.0 || ^8.0.0
@@ -3174,25 +3017,17 @@ packages:
3174 typescript: 3017 typescript:
3175 optional: true 3018 optional: true
3176 dependencies: 3019 dependencies:
3177 '@typescript-eslint/scope-manager': 6.7.2 3020 '@typescript-eslint/scope-manager': 6.13.1
3178 '@typescript-eslint/types': 6.7.2 3021 '@typescript-eslint/types': 6.13.1
3179 '@typescript-eslint/typescript-estree': 6.7.2(typescript@5.2.2) 3022 '@typescript-eslint/typescript-estree': 6.13.1(typescript@5.3.2)
3180 '@typescript-eslint/visitor-keys': 6.7.2 3023 '@typescript-eslint/visitor-keys': 6.13.1
3181 debug: 4.3.4(supports-color@5.5.0) 3024 debug: 4.3.4(supports-color@5.5.0)
3182 eslint: 8.49.0 3025 eslint: 8.55.0
3183 typescript: 5.2.2 3026 typescript: 5.3.2
3184 transitivePeerDependencies: 3027 transitivePeerDependencies:
3185 - supports-color 3028 - supports-color
3186 dev: true 3029 dev: true
3187 3030
3188 /@typescript-eslint/scope-manager@5.59.11:
3189 resolution: {integrity: sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==}
3190 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3191 dependencies:
3192 '@typescript-eslint/types': 5.59.11
3193 '@typescript-eslint/visitor-keys': 5.59.11
3194 dev: true
3195
3196 /@typescript-eslint/scope-manager@5.62.0: 3031 /@typescript-eslint/scope-manager@5.62.0:
3197 resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} 3032 resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==}
3198 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3033 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3201,15 +3036,15 @@ packages:
3201 '@typescript-eslint/visitor-keys': 5.62.0 3036 '@typescript-eslint/visitor-keys': 5.62.0
3202 dev: true 3037 dev: true
3203 3038
3204 /@typescript-eslint/scope-manager@6.7.2: 3039 /@typescript-eslint/scope-manager@6.13.1:
3205 resolution: {integrity: sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==} 3040 resolution: {integrity: sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==}
3206 engines: {node: ^16.0.0 || >=18.0.0} 3041 engines: {node: ^16.0.0 || >=18.0.0}
3207 dependencies: 3042 dependencies:
3208 '@typescript-eslint/types': 6.7.2 3043 '@typescript-eslint/types': 6.13.1
3209 '@typescript-eslint/visitor-keys': 6.7.2 3044 '@typescript-eslint/visitor-keys': 6.13.1
3210 dev: true 3045 dev: true
3211 3046
3212 /@typescript-eslint/type-utils@5.62.0(eslint@8.49.0)(typescript@5.2.2): 3047 /@typescript-eslint/type-utils@5.62.0(eslint@8.55.0)(typescript@5.3.2):
3213 resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} 3048 resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==}
3214 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3049 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3215 peerDependencies: 3050 peerDependencies:
@@ -3219,18 +3054,18 @@ packages:
3219 typescript: 3054 typescript:
3220 optional: true 3055 optional: true
3221 dependencies: 3056 dependencies:
3222 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2) 3057 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.3.2)
3223 '@typescript-eslint/utils': 5.62.0(eslint@8.49.0)(typescript@5.2.2) 3058 '@typescript-eslint/utils': 5.62.0(eslint@8.55.0)(typescript@5.3.2)
3224 debug: 4.3.4(supports-color@5.5.0) 3059 debug: 4.3.4(supports-color@5.5.0)
3225 eslint: 8.49.0 3060 eslint: 8.55.0
3226 tsutils: 3.21.0(typescript@5.2.2) 3061 tsutils: 3.21.0(typescript@5.3.2)
3227 typescript: 5.2.2 3062 typescript: 5.3.2
3228 transitivePeerDependencies: 3063 transitivePeerDependencies:
3229 - supports-color 3064 - supports-color
3230 dev: true 3065 dev: true
3231 3066
3232 /@typescript-eslint/type-utils@6.7.2(eslint@8.49.0)(typescript@5.2.2): 3067 /@typescript-eslint/type-utils@6.13.1(eslint@8.55.0)(typescript@5.3.2):
3233 resolution: {integrity: sha512-36F4fOYIROYRl0qj95dYKx6kybddLtsbmPIYNK0OBeXv2j9L5nZ17j9jmfy+bIDHKQgn2EZX+cofsqi8NPATBQ==} 3068 resolution: {integrity: sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==}
3234 engines: {node: ^16.0.0 || >=18.0.0} 3069 engines: {node: ^16.0.0 || >=18.0.0}
3235 peerDependencies: 3070 peerDependencies:
3236 eslint: ^7.0.0 || ^8.0.0 3071 eslint: ^7.0.0 || ^8.0.0
@@ -3239,53 +3074,27 @@ packages:
3239 typescript: 3074 typescript:
3240 optional: true 3075 optional: true
3241 dependencies: 3076 dependencies:
3242 '@typescript-eslint/typescript-estree': 6.7.2(typescript@5.2.2) 3077 '@typescript-eslint/typescript-estree': 6.13.1(typescript@5.3.2)
3243 '@typescript-eslint/utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2) 3078 '@typescript-eslint/utils': 6.13.1(eslint@8.55.0)(typescript@5.3.2)
3244 debug: 4.3.4(supports-color@5.5.0) 3079 debug: 4.3.4(supports-color@5.5.0)
3245 eslint: 8.49.0 3080 eslint: 8.55.0
3246 ts-api-utils: 1.0.1(typescript@5.2.2) 3081 ts-api-utils: 1.0.3(typescript@5.3.2)
3247 typescript: 5.2.2 3082 typescript: 5.3.2
3248 transitivePeerDependencies: 3083 transitivePeerDependencies:
3249 - supports-color 3084 - supports-color
3250 dev: true 3085 dev: true
3251 3086
3252 /@typescript-eslint/types@5.59.11:
3253 resolution: {integrity: sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==}
3254 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3255 dev: true
3256
3257 /@typescript-eslint/types@5.62.0: 3087 /@typescript-eslint/types@5.62.0:
3258 resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} 3088 resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==}
3259 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3089 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3260 dev: true 3090 dev: true
3261 3091
3262 /@typescript-eslint/types@6.7.2: 3092 /@typescript-eslint/types@6.13.1:
3263 resolution: {integrity: sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==} 3093 resolution: {integrity: sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==}
3264 engines: {node: ^16.0.0 || >=18.0.0} 3094 engines: {node: ^16.0.0 || >=18.0.0}
3265 dev: true 3095 dev: true
3266 3096
3267 /@typescript-eslint/typescript-estree@5.59.11(typescript@5.2.2): 3097 /@typescript-eslint/typescript-estree@5.62.0(typescript@5.3.2):
3268 resolution: {integrity: sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==}
3269 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3270 peerDependencies:
3271 typescript: '*'
3272 peerDependenciesMeta:
3273 typescript:
3274 optional: true
3275 dependencies:
3276 '@typescript-eslint/types': 5.59.11
3277 '@typescript-eslint/visitor-keys': 5.59.11
3278 debug: 4.3.4(supports-color@5.5.0)
3279 globby: 11.1.0
3280 is-glob: 4.0.3
3281 semver: 7.5.4
3282 tsutils: 3.21.0(typescript@5.2.2)
3283 typescript: 5.2.2
3284 transitivePeerDependencies:
3285 - supports-color
3286 dev: true
3287
3288 /@typescript-eslint/typescript-estree@5.62.0(typescript@5.2.2):
3289 resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} 3098 resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
3290 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3099 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3291 peerDependencies: 3100 peerDependencies:
@@ -3300,14 +3109,14 @@ packages:
3300 globby: 11.1.0 3109 globby: 11.1.0
3301 is-glob: 4.0.3 3110 is-glob: 4.0.3
3302 semver: 7.5.4 3111 semver: 7.5.4
3303 tsutils: 3.21.0(typescript@5.2.2) 3112 tsutils: 3.21.0(typescript@5.3.2)
3304 typescript: 5.2.2 3113 typescript: 5.3.2
3305 transitivePeerDependencies: 3114 transitivePeerDependencies:
3306 - supports-color 3115 - supports-color
3307 dev: true 3116 dev: true
3308 3117
3309 /@typescript-eslint/typescript-estree@6.7.2(typescript@5.2.2): 3118 /@typescript-eslint/typescript-estree@6.13.1(typescript@5.3.2):
3310 resolution: {integrity: sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==} 3119 resolution: {integrity: sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==}
3311 engines: {node: ^16.0.0 || >=18.0.0} 3120 engines: {node: ^16.0.0 || >=18.0.0}
3312 peerDependencies: 3121 peerDependencies:
3313 typescript: '*' 3122 typescript: '*'
@@ -3315,51 +3124,31 @@ packages:
3315 typescript: 3124 typescript:
3316 optional: true 3125 optional: true
3317 dependencies: 3126 dependencies:
3318 '@typescript-eslint/types': 6.7.2 3127 '@typescript-eslint/types': 6.13.1
3319 '@typescript-eslint/visitor-keys': 6.7.2 3128 '@typescript-eslint/visitor-keys': 6.13.1
3320 debug: 4.3.4(supports-color@5.5.0) 3129 debug: 4.3.4(supports-color@5.5.0)
3321 globby: 11.1.0 3130 globby: 11.1.0
3322 is-glob: 4.0.3 3131 is-glob: 4.0.3
3323 semver: 7.5.4 3132 semver: 7.5.4
3324 ts-api-utils: 1.0.1(typescript@5.2.2) 3133 ts-api-utils: 1.0.3(typescript@5.3.2)
3325 typescript: 5.2.2 3134 typescript: 5.3.2
3326 transitivePeerDependencies:
3327 - supports-color
3328 dev: true
3329
3330 /@typescript-eslint/utils@5.59.11(eslint@8.49.0)(typescript@5.2.2):
3331 resolution: {integrity: sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==}
3332 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3333 peerDependencies:
3334 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3335 dependencies:
3336 '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
3337 '@types/json-schema': 7.0.12
3338 '@types/semver': 7.5.2
3339 '@typescript-eslint/scope-manager': 5.59.11
3340 '@typescript-eslint/types': 5.59.11
3341 '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.2.2)
3342 eslint: 8.49.0
3343 eslint-scope: 5.1.1
3344 semver: 7.5.4
3345 transitivePeerDependencies: 3135 transitivePeerDependencies:
3346 - supports-color 3136 - supports-color
3347 - typescript
3348 dev: true 3137 dev: true
3349 3138
3350 /@typescript-eslint/utils@5.62.0(eslint@8.49.0)(typescript@5.2.2): 3139 /@typescript-eslint/utils@5.62.0(eslint@8.55.0)(typescript@5.3.2):
3351 resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} 3140 resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
3352 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3141 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3353 peerDependencies: 3142 peerDependencies:
3354 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 3143 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3355 dependencies: 3144 dependencies:
3356 '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) 3145 '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0)
3357 '@types/json-schema': 7.0.12 3146 '@types/json-schema': 7.0.15
3358 '@types/semver': 7.5.2 3147 '@types/semver': 7.5.6
3359 '@typescript-eslint/scope-manager': 5.62.0 3148 '@typescript-eslint/scope-manager': 5.62.0
3360 '@typescript-eslint/types': 5.62.0 3149 '@typescript-eslint/types': 5.62.0
3361 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2) 3150 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.3.2)
3362 eslint: 8.49.0 3151 eslint: 8.55.0
3363 eslint-scope: 5.1.1 3152 eslint-scope: 5.1.1
3364 semver: 7.5.4 3153 semver: 7.5.4
3365 transitivePeerDependencies: 3154 transitivePeerDependencies:
@@ -3367,33 +3156,25 @@ packages:
3367 - typescript 3156 - typescript
3368 dev: true 3157 dev: true
3369 3158
3370 /@typescript-eslint/utils@6.7.2(eslint@8.49.0)(typescript@5.2.2): 3159 /@typescript-eslint/utils@6.13.1(eslint@8.55.0)(typescript@5.3.2):
3371 resolution: {integrity: sha512-ZCcBJug/TS6fXRTsoTkgnsvyWSiXwMNiPzBUani7hDidBdj1779qwM1FIAmpH4lvlOZNF3EScsxxuGifjpLSWQ==} 3160 resolution: {integrity: sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==}
3372 engines: {node: ^16.0.0 || >=18.0.0} 3161 engines: {node: ^16.0.0 || >=18.0.0}
3373 peerDependencies: 3162 peerDependencies:
3374 eslint: ^7.0.0 || ^8.0.0 3163 eslint: ^7.0.0 || ^8.0.0
3375 dependencies: 3164 dependencies:
3376 '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) 3165 '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0)
3377 '@types/json-schema': 7.0.12 3166 '@types/json-schema': 7.0.15
3378 '@types/semver': 7.5.2 3167 '@types/semver': 7.5.6
3379 '@typescript-eslint/scope-manager': 6.7.2 3168 '@typescript-eslint/scope-manager': 6.13.1
3380 '@typescript-eslint/types': 6.7.2 3169 '@typescript-eslint/types': 6.13.1
3381 '@typescript-eslint/typescript-estree': 6.7.2(typescript@5.2.2) 3170 '@typescript-eslint/typescript-estree': 6.13.1(typescript@5.3.2)
3382 eslint: 8.49.0 3171 eslint: 8.55.0
3383 semver: 7.5.4 3172 semver: 7.5.4
3384 transitivePeerDependencies: 3173 transitivePeerDependencies:
3385 - supports-color 3174 - supports-color
3386 - typescript 3175 - typescript
3387 dev: true 3176 dev: true
3388 3177
3389 /@typescript-eslint/visitor-keys@5.59.11:
3390 resolution: {integrity: sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==}
3391 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
3392 dependencies:
3393 '@typescript-eslint/types': 5.59.11
3394 eslint-visitor-keys: 3.4.3
3395 dev: true
3396
3397 /@typescript-eslint/visitor-keys@5.62.0: 3178 /@typescript-eslint/visitor-keys@5.62.0:
3398 resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} 3179 resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==}
3399 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3180 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3402,14 +3183,18 @@ packages:
3402 eslint-visitor-keys: 3.4.3 3183 eslint-visitor-keys: 3.4.3
3403 dev: true 3184 dev: true
3404 3185
3405 /@typescript-eslint/visitor-keys@6.7.2: 3186 /@typescript-eslint/visitor-keys@6.13.1:
3406 resolution: {integrity: sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==} 3187 resolution: {integrity: sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==}
3407 engines: {node: ^16.0.0 || >=18.0.0} 3188 engines: {node: ^16.0.0 || >=18.0.0}
3408 dependencies: 3189 dependencies:
3409 '@typescript-eslint/types': 6.7.2 3190 '@typescript-eslint/types': 6.13.1
3410 eslint-visitor-keys: 3.4.3 3191 eslint-visitor-keys: 3.4.3
3411 dev: true 3192 dev: true
3412 3193
3194 /@ungap/structured-clone@1.2.0:
3195 resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
3196 dev: true
3197
3413 /@xmldom/xmldom@0.8.10: 3198 /@xmldom/xmldom@0.8.10:
3414 resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==} 3199 resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==}
3415 engines: {node: '>=10.0.0'} 3200 engines: {node: '>=10.0.0'}
@@ -3437,12 +3222,12 @@ packages:
3437 negotiator: 0.6.3 3222 negotiator: 0.6.3
3438 dev: false 3223 dev: false
3439 3224
3440 /acorn-jsx@5.3.2(acorn@8.10.0): 3225 /acorn-jsx@5.3.2(acorn@8.11.2):
3441 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 3226 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
3442 peerDependencies: 3227 peerDependencies:
3443 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 3228 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
3444 dependencies: 3229 dependencies:
3445 acorn: 8.10.0 3230 acorn: 8.11.2
3446 dev: true 3231 dev: true
3447 3232
3448 /acorn-node@1.8.2: 3233 /acorn-node@1.8.2:
@@ -3469,8 +3254,8 @@ packages:
3469 hasBin: true 3254 hasBin: true
3470 dev: false 3255 dev: false
3471 3256
3472 /acorn@8.10.0: 3257 /acorn@8.11.2:
3473 resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} 3258 resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==}
3474 engines: {node: '>=0.4.0'} 3259 engines: {node: '>=0.4.0'}
3475 hasBin: true 3260 hasBin: true
3476 dev: true 3261 dev: true
@@ -3542,8 +3327,8 @@ packages:
3542 engines: {node: '>=4'} 3327 engines: {node: '>=4'}
3543 hasBin: true 3328 hasBin: true
3544 dependencies: 3329 dependencies:
3545 '@babel/runtime': 7.21.5 3330 '@babel/runtime': 7.23.5
3546 async: 3.2.4 3331 async: 3.2.5
3547 chalk: 4.1.2 3332 chalk: 4.1.2
3548 didyoumean: 1.2.2 3333 didyoumean: 1.2.2
3549 inquirer: 7.3.3 3334 inquirer: 7.3.3
@@ -3846,11 +3631,11 @@ packages:
3846 resolution: {integrity: sha512-xwdG0FJPQMe0M0UA4Tz0zEB8rBJTRA5a476ZawAqiBkMv16GRK5xpXThOjMaEOFnZ6zabejjG4J3da0SXG63KA==} 3631 resolution: {integrity: sha512-xwdG0FJPQMe0M0UA4Tz0zEB8rBJTRA5a476ZawAqiBkMv16GRK5xpXThOjMaEOFnZ6zabejjG4J3da0SXG63KA==}
3847 dev: true 3632 dev: true
3848 3633
3849 /app-builder-lib@24.7.0: 3634 /app-builder-lib@24.9.1:
3850 resolution: {integrity: sha512-9tmcvNtk+AdJBi3ku1uNep1b9tOFXTdfgfOQlPkuJk+VOXTYggjIZHxsLvgCjDFOxGucXpv2aiA6GWJlSGDqTw==} 3635 resolution: {integrity: sha512-Q1nYxZcio4r+W72cnIRVYofEAyjBd3mG47o+zms8HlD51zWtA/YxJb01Jei5F+jkWhge/PTQK+uldsPh6d0/4g==}
3851 engines: {node: '>=14.0.0'} 3636 engines: {node: '>=14.0.0'}
3852 dependencies: 3637 dependencies:
3853 7zip-bin: 5.1.1 3638 7zip-bin: 5.2.0
3854 '@develar/schema-utils': 2.6.5 3639 '@develar/schema-utils': 2.6.5
3855 '@electron/notarize': 2.1.0 3640 '@electron/notarize': 2.1.0
3856 '@electron/osx-sign': 1.0.5 3641 '@electron/osx-sign': 1.0.5
@@ -3859,12 +3644,12 @@ packages:
3859 '@types/fs-extra': 9.0.13 3644 '@types/fs-extra': 9.0.13
3860 async-exit-hook: 2.0.1 3645 async-exit-hook: 2.0.1
3861 bluebird-lst: 1.0.9 3646 bluebird-lst: 1.0.9
3862 builder-util: 24.5.0 3647 builder-util: 24.8.1
3863 builder-util-runtime: 9.2.1 3648 builder-util-runtime: 9.2.3
3864 chromium-pickle-js: 0.2.0 3649 chromium-pickle-js: 0.2.0
3865 debug: 4.3.4(supports-color@5.5.0) 3650 debug: 4.3.4(supports-color@5.5.0)
3866 ejs: 3.1.8 3651 ejs: 3.1.9
3867 electron-publish: 24.5.0 3652 electron-publish: 24.8.1
3868 form-data: 4.0.0 3653 form-data: 4.0.0
3869 fs-extra: 10.1.0 3654 fs-extra: 10.1.0
3870 hosted-git-info: 4.1.0 3655 hosted-git-info: 4.1.0
@@ -3926,10 +3711,10 @@ packages:
3926 /argparse@2.0.1: 3711 /argparse@2.0.1:
3927 resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} 3712 resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
3928 3713
3929 /aria-query@5.1.3: 3714 /aria-query@5.3.0:
3930 resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} 3715 resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
3931 dependencies: 3716 dependencies:
3932 deep-equal: 2.2.0 3717 dequal: 2.0.3
3933 dev: true 3718 dev: true
3934 3719
3935 /arr-diff@4.0.0: 3720 /arr-diff@4.0.0:
@@ -3957,7 +3742,7 @@ packages:
3957 /array-buffer-byte-length@1.0.0: 3742 /array-buffer-byte-length@1.0.0:
3958 resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} 3743 resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==}
3959 dependencies: 3744 dependencies:
3960 call-bind: 1.0.2 3745 call-bind: 1.0.5
3961 is-array-buffer: 3.0.2 3746 is-array-buffer: 3.0.2
3962 dev: true 3747 dev: true
3963 3748
@@ -3970,14 +3755,14 @@ packages:
3970 resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} 3755 resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==}
3971 dev: true 3756 dev: true
3972 3757
3973 /array-includes@3.1.6: 3758 /array-includes@3.1.7:
3974 resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} 3759 resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==}
3975 engines: {node: '>= 0.4'} 3760 engines: {node: '>= 0.4'}
3976 dependencies: 3761 dependencies:
3977 call-bind: 1.0.2 3762 call-bind: 1.0.5
3978 define-properties: 1.2.0 3763 define-properties: 1.2.1
3979 es-abstract: 1.22.1 3764 es-abstract: 1.22.3
3980 get-intrinsic: 1.2.1 3765 get-intrinsic: 1.2.2
3981 is-string: 1.0.7 3766 is-string: 1.0.7
3982 dev: true 3767 dev: true
3983 3768
@@ -3996,55 +3781,56 @@ packages:
3996 engines: {node: '>=0.10.0'} 3781 engines: {node: '>=0.10.0'}
3997 dev: false 3782 dev: false
3998 3783
3999 /array.prototype.findlastindex@1.2.2: 3784 /array.prototype.findlastindex@1.2.3:
4000 resolution: {integrity: sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==} 3785 resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==}
4001 engines: {node: '>= 0.4'} 3786 engines: {node: '>= 0.4'}
4002 dependencies: 3787 dependencies:
4003 call-bind: 1.0.2 3788 call-bind: 1.0.5
4004 define-properties: 1.2.0 3789 define-properties: 1.2.1
4005 es-abstract: 1.22.1 3790 es-abstract: 1.22.3
4006 es-shim-unscopables: 1.0.0 3791 es-shim-unscopables: 1.0.2
4007 get-intrinsic: 1.2.1 3792 get-intrinsic: 1.2.2
4008 dev: true 3793 dev: true
4009 3794
4010 /array.prototype.flat@1.3.1: 3795 /array.prototype.flat@1.3.2:
4011 resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} 3796 resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==}
4012 engines: {node: '>= 0.4'} 3797 engines: {node: '>= 0.4'}
4013 dependencies: 3798 dependencies:
4014 call-bind: 1.0.2 3799 call-bind: 1.0.5
4015 define-properties: 1.2.0 3800 define-properties: 1.2.1
4016 es-abstract: 1.22.1 3801 es-abstract: 1.22.3
4017 es-shim-unscopables: 1.0.0 3802 es-shim-unscopables: 1.0.2
4018 dev: true 3803 dev: true
4019 3804
4020 /array.prototype.flatmap@1.3.1: 3805 /array.prototype.flatmap@1.3.2:
4021 resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} 3806 resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==}
4022 engines: {node: '>= 0.4'} 3807 engines: {node: '>= 0.4'}
4023 dependencies: 3808 dependencies:
4024 call-bind: 1.0.2 3809 call-bind: 1.0.5
4025 define-properties: 1.2.0 3810 define-properties: 1.2.1
4026 es-abstract: 1.22.1 3811 es-abstract: 1.22.3
4027 es-shim-unscopables: 1.0.0 3812 es-shim-unscopables: 1.0.2
4028 dev: true 3813 dev: true
4029 3814
4030 /array.prototype.tosorted@1.1.1: 3815 /array.prototype.tosorted@1.1.1:
4031 resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} 3816 resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==}
4032 dependencies: 3817 dependencies:
4033 call-bind: 1.0.2 3818 call-bind: 1.0.5
4034 define-properties: 1.2.0 3819 define-properties: 1.2.1
4035 es-abstract: 1.22.1 3820 es-abstract: 1.22.3
4036 es-shim-unscopables: 1.0.0 3821 es-shim-unscopables: 1.0.2
4037 get-intrinsic: 1.2.1 3822 get-intrinsic: 1.2.2
4038 dev: true 3823 dev: true
4039 3824
4040 /arraybuffer.prototype.slice@1.0.1: 3825 /arraybuffer.prototype.slice@1.0.2:
4041 resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==} 3826 resolution: {integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==}
4042 engines: {node: '>= 0.4'} 3827 engines: {node: '>= 0.4'}
4043 dependencies: 3828 dependencies:
4044 array-buffer-byte-length: 1.0.0 3829 array-buffer-byte-length: 1.0.0
4045 call-bind: 1.0.2 3830 call-bind: 1.0.5
4046 define-properties: 1.2.0 3831 define-properties: 1.2.1
4047 get-intrinsic: 1.2.1 3832 es-abstract: 1.22.3
3833 get-intrinsic: 1.2.2
4048 is-array-buffer: 3.0.2 3834 is-array-buffer: 3.0.2
4049 is-shared-array-buffer: 1.0.2 3835 is-shared-array-buffer: 1.0.2
4050 dev: true 3836 dev: true
@@ -4069,8 +3855,8 @@ packages:
4069 engines: {node: '>=0.10.0'} 3855 engines: {node: '>=0.10.0'}
4070 dev: false 3856 dev: false
4071 3857
4072 /ast-types-flow@0.0.7: 3858 /ast-types-flow@0.0.8:
4073 resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==} 3859 resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==}
4074 dev: true 3860 dev: true
4075 3861
4076 /astral-regex@2.0.0: 3862 /astral-regex@2.0.0:
@@ -4085,8 +3871,8 @@ packages:
4085 engines: {node: '>=0.12.0'} 3871 engines: {node: '>=0.12.0'}
4086 dev: true 3872 dev: true
4087 3873
4088 /async@3.2.4: 3874 /async@3.2.5:
4089 resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} 3875 resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==}
4090 3876
4091 /asynciterator.prototype@1.0.0: 3877 /asynciterator.prototype@1.0.0:
4092 resolution: {integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==} 3878 resolution: {integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==}
@@ -4136,37 +3922,38 @@ packages:
4136 resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} 3922 resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==}
4137 dev: false 3923 dev: false
4138 3924
4139 /axe-core@4.6.2: 3925 /axe-core@4.7.0:
4140 resolution: {integrity: sha512-b1WlTV8+XKLj9gZy2DZXgQiyDp9xkkoe2a6U6UbYccScq2wgH/YwCeI2/Jq2mgo0HzQxqJOjWZBLeA/mqsk5Mg==} 3926 resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==}
4141 engines: {node: '>=4'} 3927 engines: {node: '>=4'}
4142 dev: true 3928 dev: true
4143 3929
4144 /axios@0.27.2(debug@4.3.4): 3930 /axios@1.6.2(debug@4.3.4):
4145 resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} 3931 resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==}
4146 dependencies: 3932 dependencies:
4147 follow-redirects: 1.15.2(debug@4.3.4) 3933 follow-redirects: 1.15.3(debug@4.3.4)
4148 form-data: 4.0.0 3934 form-data: 4.0.0
3935 proxy-from-env: 1.1.0
4149 transitivePeerDependencies: 3936 transitivePeerDependencies:
4150 - debug 3937 - debug
4151 dev: true 3938 dev: true
4152 3939
4153 /axobject-query@3.1.1: 3940 /axobject-query@3.2.1:
4154 resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} 3941 resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==}
4155 dependencies: 3942 dependencies:
4156 deep-equal: 2.2.0 3943 dequal: 2.0.3
4157 dev: true 3944 dev: true
4158 3945
4159 /babel-jest@29.7.0(@babel/core@7.22.20): 3946 /babel-jest@29.7.0(@babel/core@7.23.5):
4160 resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} 3947 resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==}
4161 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 3948 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
4162 peerDependencies: 3949 peerDependencies:
4163 '@babel/core': ^7.8.0 3950 '@babel/core': ^7.8.0
4164 dependencies: 3951 dependencies:
4165 '@babel/core': 7.22.20 3952 '@babel/core': 7.23.5
4166 '@jest/transform': 29.7.0 3953 '@jest/transform': 29.7.0
4167 '@types/babel__core': 7.1.20 3954 '@types/babel__core': 7.1.20
4168 babel-plugin-istanbul: 6.1.1 3955 babel-plugin-istanbul: 6.1.1
4169 babel-preset-jest: 29.6.3(@babel/core@7.22.20) 3956 babel-preset-jest: 29.6.3(@babel/core@7.23.5)
4170 chalk: 4.1.2 3957 chalk: 4.1.2
4171 graceful-fs: 4.2.11 3958 graceful-fs: 4.2.11
4172 slash: 3.0.0 3959 slash: 3.0.0
@@ -4178,7 +3965,7 @@ packages:
4178 resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} 3965 resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==}
4179 engines: {node: '>=8'} 3966 engines: {node: '>=8'}
4180 dependencies: 3967 dependencies:
4181 '@babel/helper-plugin-utils': 7.20.2 3968 '@babel/helper-plugin-utils': 7.22.5
4182 '@istanbuljs/load-nyc-config': 1.1.0 3969 '@istanbuljs/load-nyc-config': 1.1.0
4183 '@istanbuljs/schema': 0.1.3 3970 '@istanbuljs/schema': 0.1.3
4184 istanbul-lib-instrument: 5.2.1 3971 istanbul-lib-instrument: 5.2.1
@@ -4192,7 +3979,7 @@ packages:
4192 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 3979 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
4193 dependencies: 3980 dependencies:
4194 '@babel/template': 7.22.15 3981 '@babel/template': 7.22.15
4195 '@babel/types': 7.23.0 3982 '@babel/types': 7.23.5
4196 '@types/babel__core': 7.1.20 3983 '@types/babel__core': 7.1.20
4197 '@types/babel__traverse': 7.18.2 3984 '@types/babel__traverse': 7.18.2
4198 dev: true 3985 dev: true
@@ -4201,9 +3988,9 @@ packages:
4201 resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} 3988 resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==}
4202 engines: {node: '>=10', npm: '>=6'} 3989 engines: {node: '>=10', npm: '>=6'}
4203 dependencies: 3990 dependencies:
4204 '@babel/runtime': 7.22.15 3991 '@babel/runtime': 7.23.5
4205 cosmiconfig: 7.1.0 3992 cosmiconfig: 7.1.0
4206 resolve: 1.22.4 3993 resolve: 1.22.8
4207 dev: false 3994 dev: false
4208 3995
4209 /babel-plugin-styled-components@2.1.4(@babel/core@7.23.5)(styled-components@5.3.11): 3996 /babel-plugin-styled-components@2.1.4(@babel/core@7.23.5)(styled-components@5.3.11):
@@ -4221,35 +4008,35 @@ packages:
4221 - '@babel/core' 4008 - '@babel/core'
4222 dev: false 4009 dev: false
4223 4010
4224 /babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.20): 4011 /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.5):
4225 resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} 4012 resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
4226 peerDependencies: 4013 peerDependencies:
4227 '@babel/core': ^7.0.0 4014 '@babel/core': ^7.0.0
4228 dependencies: 4015 dependencies:
4229 '@babel/core': 7.22.20 4016 '@babel/core': 7.23.5
4230 '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.20) 4017 '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5)
4231 '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.22.20) 4018 '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.5)
4232 '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.20) 4019 '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.5)
4233 '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.20) 4020 '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.5)
4234 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.20) 4021 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5)
4235 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.20) 4022 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5)
4236 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.20) 4023 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5)
4237 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.20) 4024 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5)
4238 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.20) 4025 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5)
4239 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.20) 4026 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5)
4240 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.20) 4027 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5)
4241 '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.20) 4028 '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.5)
4242 dev: true 4029 dev: true
4243 4030
4244 /babel-preset-jest@29.6.3(@babel/core@7.22.20): 4031 /babel-preset-jest@29.6.3(@babel/core@7.23.5):
4245 resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} 4032 resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==}
4246 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 4033 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
4247 peerDependencies: 4034 peerDependencies:
4248 '@babel/core': ^7.0.0 4035 '@babel/core': ^7.0.0
4249 dependencies: 4036 dependencies:
4250 '@babel/core': 7.22.20 4037 '@babel/core': 7.23.5
4251 babel-plugin-jest-hoist: 29.6.3 4038 babel-plugin-jest-hoist: 29.6.3
4252 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.20) 4039 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5)
4253 dev: true 4040 dev: true
4254 4041
4255 /balanced-match@1.0.2: 4042 /balanced-match@1.0.2:
@@ -4294,8 +4081,8 @@ packages:
4294 resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} 4081 resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==}
4295 dev: false 4082 dev: false
4296 4083
4297 /big-integer@1.6.51: 4084 /big-integer@1.6.52:
4298 resolution: {integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==} 4085 resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==}
4299 engines: {node: '>=0.6'} 4086 engines: {node: '>=0.6'}
4300 dev: true 4087 dev: true
4301 4088
@@ -4347,7 +4134,7 @@ packages:
4347 resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==} 4134 resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==}
4348 engines: {node: '>= 5.10.0'} 4135 engines: {node: '>= 5.10.0'}
4349 dependencies: 4136 dependencies:
4350 big-integer: 1.6.51 4137 big-integer: 1.6.52
4351 dev: true 4138 dev: true
4352 4139
4353 /brace-expansion@1.1.11: 4140 /brace-expansion@1.1.11:
@@ -4426,9 +4213,9 @@ packages:
4426 resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} 4213 resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==}
4427 dev: false 4214 dev: false
4428 4215
4429 /buffer-equal@1.0.0: 4216 /buffer-equal@1.0.1:
4430 resolution: {integrity: sha512-tcBWO2Dl4e7Asr9hTGcpVrCe+F7DubpmqWCTbj4FHLmjqO2hIaC383acQubWtRJhdceqs5uBHs6Es+Sk//RKiQ==} 4217 resolution: {integrity: sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==}
4431 engines: {node: '>=0.4.0'} 4218 engines: {node: '>=0.4'}
4432 dev: true 4219 dev: true
4433 4220
4434 /buffer-fill@1.0.0: 4221 /buffer-fill@1.0.0:
@@ -4446,23 +4233,23 @@ packages:
4446 base64-js: 1.5.1 4233 base64-js: 1.5.1
4447 ieee754: 1.2.1 4234 ieee754: 1.2.1
4448 4235
4449 /builder-util-runtime@9.2.1: 4236 /builder-util-runtime@9.2.3:
4450 resolution: {integrity: sha512-2rLv/uQD2x+dJ0J3xtsmI12AlRyk7p45TEbE/6o/fbb633e/S3pPgm+ct+JHsoY7r39dKHnGEFk/AASRFdnXmA==} 4237 resolution: {integrity: sha512-FGhkqXdFFZ5dNC4C+yuQB9ak311rpGAw+/ASz8ZdxwODCv1GGMWgLDeofRkdi0F3VCHQEWy/aXcJQozx2nOPiw==}
4451 engines: {node: '>=12.0.0'} 4238 engines: {node: '>=12.0.0'}
4452 dependencies: 4239 dependencies:
4453 debug: 4.3.4(supports-color@5.5.0) 4240 debug: 4.3.4(supports-color@5.5.0)
4454 sax: 1.2.4 4241 sax: 1.3.0
4455 transitivePeerDependencies: 4242 transitivePeerDependencies:
4456 - supports-color 4243 - supports-color
4457 4244
4458 /builder-util@24.5.0: 4245 /builder-util@24.8.1:
4459 resolution: {integrity: sha512-STnBmZN/M5vGcv01u/K8l+H+kplTaq4PAIn3yeuufUKSpcdro0DhJWxPI81k5XcNfC//bjM3+n9nr8F9uV4uAQ==} 4246 resolution: {integrity: sha512-ibmQ4BnnqCnJTNrdmdNlnhF48kfqhNzSeqFMXHLIl+o9/yhn6QfOaVrloZ9YUu3m0k3rexvlT5wcki6LWpjTZw==}
4460 dependencies: 4247 dependencies:
4461 7zip-bin: 5.1.1 4248 7zip-bin: 5.2.0
4462 '@types/debug': 4.1.7 4249 '@types/debug': 4.1.12
4463 app-builder-bin: 4.0.0 4250 app-builder-bin: 4.0.0
4464 bluebird-lst: 1.0.9 4251 bluebird-lst: 1.0.9
4465 builder-util-runtime: 9.2.1 4252 builder-util-runtime: 9.2.3
4466 chalk: 4.1.2 4253 chalk: 4.1.2
4467 cross-spawn: 7.0.3 4254 cross-spawn: 7.0.3
4468 debug: 4.3.4(supports-color@5.5.0) 4255 debug: 4.3.4(supports-color@5.5.0)
@@ -4573,23 +4360,24 @@ packages:
4573 resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==} 4360 resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==}
4574 engines: {node: '>=10.6.0'} 4361 engines: {node: '>=10.6.0'}
4575 4362
4576 /cacheable-request@7.0.2: 4363 /cacheable-request@7.0.4:
4577 resolution: {integrity: sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==} 4364 resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==}
4578 engines: {node: '>=8'} 4365 engines: {node: '>=8'}
4579 dependencies: 4366 dependencies:
4580 clone-response: 1.0.3 4367 clone-response: 1.0.3
4581 get-stream: 5.2.0 4368 get-stream: 5.2.0
4582 http-cache-semantics: 4.1.1 4369 http-cache-semantics: 4.1.1
4583 keyv: 4.5.2 4370 keyv: 4.5.4
4584 lowercase-keys: 2.0.0 4371 lowercase-keys: 2.0.0
4585 normalize-url: 6.1.0 4372 normalize-url: 6.1.0
4586 responselike: 2.0.1 4373 responselike: 2.0.1
4587 4374
4588 /call-bind@1.0.2: 4375 /call-bind@1.0.5:
4589 resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} 4376 resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==}
4590 dependencies: 4377 dependencies:
4591 function-bind: 1.1.1 4378 function-bind: 1.1.2
4592 get-intrinsic: 1.2.1 4379 get-intrinsic: 1.2.2
4380 set-function-length: 1.1.1
4593 4381
4594 /caller-path@0.1.0: 4382 /caller-path@0.1.0:
4595 resolution: {integrity: sha512-UJiE1otjXPF5/x+T3zTnSFiTOEmJoGTD9HmBoxnCUwho61a2eSNn/VwtwuIBDAo2SEOv1AJ7ARI5gCmohFLu/g==} 4383 resolution: {integrity: sha512-UJiE1otjXPF5/x+T3zTnSFiTOEmJoGTD9HmBoxnCUwho61a2eSNn/VwtwuIBDAo2SEOv1AJ7ARI5gCmohFLu/g==}
@@ -4709,11 +4497,6 @@ packages:
4709 resolution: {integrity: sha512-1R5Fho+jBq0DDydt+/vHWj5KJNJCKdARKOCwZUen84I5BreWoLqRLANH1U87eJy1tiASPtMnGqJJq0ZsLoRPOw==} 4497 resolution: {integrity: sha512-1R5Fho+jBq0DDydt+/vHWj5KJNJCKdARKOCwZUen84I5BreWoLqRLANH1U87eJy1tiASPtMnGqJJq0ZsLoRPOw==}
4710 dev: true 4498 dev: true
4711 4499
4712 /ci-info@3.7.0:
4713 resolution: {integrity: sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==}
4714 engines: {node: '>=8'}
4715 dev: true
4716
4717 /ci-info@3.8.0: 4500 /ci-info@3.8.0:
4718 resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} 4501 resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==}
4719 engines: {node: '>=8'} 4502 engines: {node: '>=8'}
@@ -4988,8 +4771,8 @@ packages:
4988 resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} 4771 resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
4989 requiresBuild: true 4772 requiresBuild: true
4990 4773
4991 /concurrently@8.2.1: 4774 /concurrently@8.2.2:
4992 resolution: {integrity: sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==} 4775 resolution: {integrity: sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==}
4993 engines: {node: ^14.13.0 || >=16.0.0} 4776 engines: {node: ^14.13.0 || >=16.0.0}
4994 hasBin: true 4777 hasBin: true
4995 dependencies: 4778 dependencies:
@@ -5071,6 +4854,11 @@ packages:
5071 engines: {node: '>= 0.6'} 4854 engines: {node: '>= 0.6'}
5072 dev: false 4855 dev: false
5073 4856
4857 /cookie@0.5.0:
4858 resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==}
4859 engines: {node: '>= 0.6'}
4860 dev: false
4861
5074 /copy-descriptor@0.1.1: 4862 /copy-descriptor@0.1.1:
5075 resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} 4863 resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==}
5076 engines: {node: '>=0.10.0'} 4864 engines: {node: '>=0.10.0'}
@@ -5082,7 +4870,7 @@ packages:
5082 /core-util-is@1.0.3: 4870 /core-util-is@1.0.3:
5083 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} 4871 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
5084 4872
5085 /cosmiconfig-typescript-loader@4.3.0(@types/node@20.4.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.2.2): 4873 /cosmiconfig-typescript-loader@4.3.0(@types/node@20.4.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.3.2):
5086 resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} 4874 resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==}
5087 engines: {node: '>=12', npm: '>=6'} 4875 engines: {node: '>=12', npm: '>=6'}
5088 peerDependencies: 4876 peerDependencies:
@@ -5093,8 +4881,8 @@ packages:
5093 dependencies: 4881 dependencies:
5094 '@types/node': 20.4.7 4882 '@types/node': 20.4.7
5095 cosmiconfig: 8.1.3 4883 cosmiconfig: 8.1.3
5096 ts-node: 10.9.1(@types/node@20.4.7)(typescript@5.2.2) 4884 ts-node: 10.9.1(@types/node@20.4.7)(typescript@5.3.2)
5097 typescript: 5.2.2 4885 typescript: 5.3.2
5098 dev: true 4886 dev: true
5099 4887
5100 /cosmiconfig@7.1.0: 4888 /cosmiconfig@7.1.0:
@@ -5126,7 +4914,7 @@ packages:
5126 dev: true 4914 dev: true
5127 optional: true 4915 optional: true
5128 4916
5129 /create-jest@29.7.0(@types/node@20.8.10)(ts-node@10.9.1): 4917 /create-jest@29.7.0(@types/node@20.10.3)(ts-node@10.9.1):
5130 resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} 4918 resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==}
5131 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 4919 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
5132 hasBin: true 4920 hasBin: true
@@ -5135,7 +4923,7 @@ packages:
5135 chalk: 4.1.2 4923 chalk: 4.1.2
5136 exit: 0.1.2 4924 exit: 0.1.2
5137 graceful-fs: 4.2.11 4925 graceful-fs: 4.2.11
5138 jest-config: 29.7.0(@types/node@20.8.10)(ts-node@10.9.1) 4926 jest-config: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1)
5139 jest-util: 29.7.0 4927 jest-util: 29.7.0
5140 prompts: 2.4.2 4928 prompts: 2.4.2
5141 transitivePeerDependencies: 4929 transitivePeerDependencies:
@@ -5207,7 +4995,7 @@ packages:
5207 /css-jss@10.10.0: 4995 /css-jss@10.10.0:
5208 resolution: {integrity: sha512-YyMIS/LsSKEGXEaVJdjonWe18p4vXLo8CMA4FrW/kcaEyqdIGKCFXao31gbJddXEdIxSXFFURWrenBJPlKTgAA==} 4996 resolution: {integrity: sha512-YyMIS/LsSKEGXEaVJdjonWe18p4vXLo8CMA4FrW/kcaEyqdIGKCFXao31gbJddXEdIxSXFFURWrenBJPlKTgAA==}
5209 dependencies: 4997 dependencies:
5210 '@babel/runtime': 7.22.15 4998 '@babel/runtime': 7.23.5
5211 jss: 10.10.0 4999 jss: 10.10.0
5212 jss-preset-default: 10.10.0 5000 jss-preset-default: 10.10.0
5213 dev: false 5001 dev: false
@@ -5223,7 +5011,7 @@ packages:
5223 /css-vendor@2.0.8: 5011 /css-vendor@2.0.8:
5224 resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} 5012 resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==}
5225 dependencies: 5013 dependencies:
5226 '@babel/runtime': 7.22.15 5014 '@babel/runtime': 7.23.5
5227 is-in-browser: 1.1.3 5015 is-in-browser: 1.1.3
5228 dev: false 5016 dev: false
5229 5017
@@ -5246,8 +5034,8 @@ packages:
5246 engines: {node: '>=8'} 5034 engines: {node: '>=8'}
5247 dev: true 5035 dev: true
5248 5036
5249 /darkreader@4.9.58: 5037 /darkreader@4.9.69:
5250 resolution: {integrity: sha512-D/JGoJqW3m2AWBLhO+Pev+eThfs+CwRT4bcLb/1zKjql2yVwG0lx8C2XRDdSVGHw4y11n26W7syWoBpUfuhMqQ==} 5038 resolution: {integrity: sha512-8Z/eeoKK/8y0y/LlxHlnIvSj08zdBqeZYfqR0OcF1+GEfOjIaz/2VOpxyCsJFn92qUTbmDICjYphxvR9G320Tw==}
5251 dev: false 5039 dev: false
5252 5040
5253 /dashdash@1.14.1: 5041 /dashdash@1.14.1:
@@ -5261,7 +5049,7 @@ packages:
5261 resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} 5049 resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==}
5262 engines: {node: '>=0.11'} 5050 engines: {node: '>=0.11'}
5263 dependencies: 5051 dependencies:
5264 '@babel/runtime': 7.22.15 5052 '@babel/runtime': 7.23.5
5265 dev: true 5053 dev: true
5266 5054
5267 /dbus-next@0.10.2: 5055 /dbus-next@0.10.2:
@@ -5407,42 +5195,20 @@ packages:
5407 optional: true 5195 optional: true
5408 dev: true 5196 dev: true
5409 5197
5410 /deep-equal@2.2.0:
5411 resolution: {integrity: sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==}
5412 dependencies:
5413 call-bind: 1.0.2
5414 es-get-iterator: 1.1.2
5415 get-intrinsic: 1.2.1
5416 is-arguments: 1.1.1
5417 is-array-buffer: 3.0.2
5418 is-date-object: 1.0.5
5419 is-regex: 1.1.4
5420 is-shared-array-buffer: 1.0.2
5421 isarray: 2.0.5
5422 object-is: 1.1.5
5423 object-keys: 1.1.1
5424 object.assign: 4.1.4
5425 regexp.prototype.flags: 1.5.0
5426 side-channel: 1.0.4
5427 which-boxed-primitive: 1.0.2
5428 which-collection: 1.0.1
5429 which-typed-array: 1.1.11
5430 dev: true
5431
5432 /deep-is@0.1.4: 5198 /deep-is@0.1.4:
5433 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} 5199 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
5434 dev: true 5200 dev: true
5435 5201
5436 /deepmerge@4.2.2:
5437 resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==}
5438 engines: {node: '>=0.10.0'}
5439 dev: true
5440
5441 /deepmerge@4.3.0: 5202 /deepmerge@4.3.0:
5442 resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==} 5203 resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==}
5443 engines: {node: '>=0.10.0'} 5204 engines: {node: '>=0.10.0'}
5444 dev: false 5205 dev: false
5445 5206
5207 /deepmerge@4.3.1:
5208 resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
5209 engines: {node: '>=0.10.0'}
5210 dev: true
5211
5446 /default-browser-id@3.0.0: 5212 /default-browser-id@3.0.0:
5447 resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==} 5213 resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==}
5448 engines: {node: '>=12'} 5214 engines: {node: '>=12'}
@@ -5457,7 +5223,7 @@ packages:
5457 dependencies: 5223 dependencies:
5458 bundle-name: 3.0.0 5224 bundle-name: 3.0.0
5459 default-browser-id: 3.0.0 5225 default-browser-id: 3.0.0
5460 execa: 7.1.1 5226 execa: 7.2.0
5461 titleize: 3.0.0 5227 titleize: 3.0.0
5462 dev: true 5228 dev: true
5463 5229
@@ -5465,16 +5231,25 @@ packages:
5465 resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==} 5231 resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==}
5466 engines: {node: '>=10'} 5232 engines: {node: '>=10'}
5467 5233
5234 /define-data-property@1.1.1:
5235 resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==}
5236 engines: {node: '>= 0.4'}
5237 dependencies:
5238 get-intrinsic: 1.2.2
5239 gopd: 1.0.1
5240 has-property-descriptors: 1.0.1
5241
5468 /define-lazy-prop@3.0.0: 5242 /define-lazy-prop@3.0.0:
5469 resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==} 5243 resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
5470 engines: {node: '>=12'} 5244 engines: {node: '>=12'}
5471 dev: true 5245 dev: true
5472 5246
5473 /define-properties@1.2.0: 5247 /define-properties@1.2.1:
5474 resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} 5248 resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
5475 engines: {node: '>= 0.4'} 5249 engines: {node: '>= 0.4'}
5476 dependencies: 5250 dependencies:
5477 has-property-descriptors: 1.0.0 5251 define-data-property: 1.1.1
5252 has-property-descriptors: 1.0.1
5478 object-keys: 1.1.1 5253 object-keys: 1.1.1
5479 5254
5480 /define-property@0.2.5: 5255 /define-property@0.2.5:
@@ -5521,6 +5296,11 @@ packages:
5521 resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} 5296 resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==}
5522 dev: false 5297 dev: false
5523 5298
5299 /dequal@2.0.3:
5300 resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
5301 engines: {node: '>=6'}
5302 dev: true
5303
5524 /destroy@1.0.4: 5304 /destroy@1.0.4:
5525 resolution: {integrity: sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==} 5305 resolution: {integrity: sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==}
5526 dev: false 5306 dev: false
@@ -5567,7 +5347,7 @@ packages:
5567 /dir-compare@3.3.0: 5347 /dir-compare@3.3.0:
5568 resolution: {integrity: sha512-J7/et3WlGUCxjdnD3HAAzQ6nsnc0WL6DD7WcwJb7c39iH1+AWfg+9OqzJNaI6PkBwBvm1mhZNL9iY/nRiZXlPg==} 5348 resolution: {integrity: sha512-J7/et3WlGUCxjdnD3HAAzQ6nsnc0WL6DD7WcwJb7c39iH1+AWfg+9OqzJNaI6PkBwBvm1mhZNL9iY/nRiZXlPg==}
5569 dependencies: 5349 dependencies:
5570 buffer-equal: 1.0.0 5350 buffer-equal: 1.0.1
5571 minimatch: 3.1.2 5351 minimatch: 3.1.2
5572 dev: true 5352 dev: true
5573 5353
@@ -5578,12 +5358,12 @@ packages:
5578 path-type: 4.0.0 5358 path-type: 4.0.0
5579 dev: true 5359 dev: true
5580 5360
5581 /dmg-builder@24.7.0: 5361 /dmg-builder@24.9.1:
5582 resolution: {integrity: sha512-XU/AmcOWPM0X3OUufvvy8+RBKnvd+Rd66Eys9uq1FTZ/9ssgqWf/4SHC/OzAwaeN/qF6HHzR63Bvu+xHjuliGw==} 5362 resolution: {integrity: sha512-huC+O6hvHd24Ubj3cy2GMiGLe2xGFKN3klqVMLAdcbB6SWMd1yPSdZvV8W1O01ICzCCRlZDHiv4VrNUgnPUfbQ==}
5583 dependencies: 5363 dependencies:
5584 app-builder-lib: 24.7.0 5364 app-builder-lib: 24.9.1
5585 builder-util: 24.5.0 5365 builder-util: 24.8.1
5586 builder-util-runtime: 9.2.1 5366 builder-util-runtime: 9.2.3
5587 fs-extra: 10.1.0 5367 fs-extra: 10.1.0
5588 iconv-lite: 0.6.3 5368 iconv-lite: 0.6.3
5589 js-yaml: 4.1.0 5369 js-yaml: 4.1.0
@@ -5628,7 +5408,7 @@ packages:
5628 /dom-helpers@5.2.1: 5408 /dom-helpers@5.2.1:
5629 resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} 5409 resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==}
5630 dependencies: 5410 dependencies:
5631 '@babel/runtime': 7.22.15 5411 '@babel/runtime': 7.23.5
5632 csstype: 3.1.2 5412 csstype: 3.1.2
5633 dev: false 5413 dev: false
5634 5414
@@ -5695,24 +5475,24 @@ packages:
5695 resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} 5475 resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
5696 dev: false 5476 dev: false
5697 5477
5698 /ejs@3.1.8: 5478 /ejs@3.1.9:
5699 resolution: {integrity: sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==} 5479 resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==}
5700 engines: {node: '>=0.10.0'} 5480 engines: {node: '>=0.10.0'}
5701 hasBin: true 5481 hasBin: true
5702 dependencies: 5482 dependencies:
5703 jake: 10.8.5 5483 jake: 10.8.7
5704 dev: true 5484 dev: true
5705 5485
5706 /electron-builder@24.7.0: 5486 /electron-builder@24.9.1:
5707 resolution: {integrity: sha512-uHO+Wbgy8ry6YIGmrFlT6M+GI/k1n38P2O0gmb+EiwT6mDxK9nUef/GXs7oZrUo170IrUb6ggs5rp8ZMQhGl1w==} 5487 resolution: {integrity: sha512-v7BuakDuY6sKMUYM8mfQGrwyjBpZ/ObaqnenU0H+igEL10nc6ht049rsCw2HghRBdEwJxGIBuzs3jbEhNaMDmg==}
5708 engines: {node: '>=14.0.0'} 5488 engines: {node: '>=14.0.0'}
5709 hasBin: true 5489 hasBin: true
5710 dependencies: 5490 dependencies:
5711 app-builder-lib: 24.7.0 5491 app-builder-lib: 24.9.1
5712 builder-util: 24.5.0 5492 builder-util: 24.8.1
5713 builder-util-runtime: 9.2.1 5493 builder-util-runtime: 9.2.3
5714 chalk: 4.1.2 5494 chalk: 4.1.2
5715 dmg-builder: 24.7.0 5495 dmg-builder: 24.9.1
5716 fs-extra: 10.1.0 5496 fs-extra: 10.1.0
5717 is-ci: 3.0.1 5497 is-ci: 3.0.1
5718 lazy-val: 1.0.5 5498 lazy-val: 1.0.5
@@ -5723,8 +5503,9 @@ packages:
5723 - supports-color 5503 - supports-color
5724 dev: true 5504 dev: true
5725 5505
5726 /electron-dl@3.5.0: 5506 /electron-dl@3.5.1:
5727 resolution: {integrity: sha512-Oj+VSuScVx8hEKM2HEvTQswTX6G3MLh7UoAz/oZuvKyNDfudNi1zY6PK/UnFoK1nCl9DF6k+3PFwElKbtZlDig==} 5507 resolution: {integrity: sha512-5Yb9s/iPVJ5mW5x3j6XkKxt7WEqREr/AhYxZmtEfW1ffQHs1+aGoiQ2fXCAU6UIXMnWog2MXK82vrxJsjA3nbQ==}
5508 engines: {node: '>=12'}
5728 dependencies: 5509 dependencies:
5729 ext-name: 5.0.0 5510 ext-name: 5.0.0
5730 pupa: 2.1.1 5511 pupa: 2.1.1
@@ -5735,12 +5516,12 @@ packages:
5735 resolution: {integrity: sha512-C2FQJuk8567P2a2loBNwl5c8kwOTQVMB0capgHtPI7zKwZG16X0UxG+sNYZExQfnJ0PA+ecECA/4LcXxQa2TCA==} 5516 resolution: {integrity: sha512-C2FQJuk8567P2a2loBNwl5c8kwOTQVMB0capgHtPI7zKwZG16X0UxG+sNYZExQfnJ0PA+ecECA/4LcXxQa2TCA==}
5736 dev: false 5517 dev: false
5737 5518
5738 /electron-publish@24.5.0: 5519 /electron-publish@24.8.1:
5739 resolution: {integrity: sha512-zwo70suH15L15B4ZWNDoEg27HIYoPsGJUF7xevLJLSI7JUPC8l2yLBdLGwqueJ5XkDL7ucYyRZzxJVR8ElV9BA==} 5520 resolution: {integrity: sha512-IFNXkdxMVzUdweoLJNXSupXkqnvgbrn3J4vognuOY06LaS/m0xvfFYIf+o1CM8if6DuWYWoQFKPcWZt/FUjZPw==}
5740 dependencies: 5521 dependencies:
5741 '@types/fs-extra': 9.0.13 5522 '@types/fs-extra': 9.0.13
5742 builder-util: 24.5.0 5523 builder-util: 24.8.1
5743 builder-util-runtime: 9.2.1 5524 builder-util-runtime: 9.2.3
5744 chalk: 4.1.2 5525 chalk: 4.1.2
5745 fs-extra: 10.1.0 5526 fs-extra: 10.1.0
5746 lazy-val: 1.0.5 5527 lazy-val: 1.0.5
@@ -5763,10 +5544,10 @@ packages:
5763 /electron-to-chromium@1.4.490: 5544 /electron-to-chromium@1.4.490:
5764 resolution: {integrity: sha512-6s7NVJz+sATdYnIwhdshx/N/9O6rvMxmhVoDSDFdj6iA45gHR8EQje70+RYsF4GeB+k0IeNSBnP7yG9ZXJFr7A==} 5545 resolution: {integrity: sha512-6s7NVJz+sATdYnIwhdshx/N/9O6rvMxmhVoDSDFdj6iA45gHR8EQje70+RYsF4GeB+k0IeNSBnP7yG9ZXJFr7A==}
5765 5546
5766 /electron-updater@6.1.5: 5547 /electron-updater@6.1.7:
5767 resolution: {integrity: sha512-RFoncoSbAWYN3CVOFFrEUB5O2V81REAnA4IXQ8enGTSbUjjv+z54TYp23y/3e63oiV3W8grhblJmn9oyH/LnVg==} 5548 resolution: {integrity: sha512-SNOhYizjkm4ET+Y8ilJyUzcVsFJDtINzVN1TyHnZeMidZEG3YoBebMyXc/J6WSiXdUaOjC7ngekN6rNp6ardHA==}
5768 dependencies: 5549 dependencies:
5769 builder-util-runtime: 9.2.1 5550 builder-util-runtime: 9.2.3
5770 fs-extra: 10.1.0 5551 fs-extra: 10.1.0
5771 js-yaml: 4.1.0 5552 js-yaml: 4.1.0
5772 lazy-val: 1.0.5 5553 lazy-val: 1.0.5
@@ -5786,14 +5567,14 @@ packages:
5786 mkdirp: 0.5.6 5567 mkdirp: 0.5.6
5787 dev: false 5568 dev: false
5788 5569
5789 /electron@27.0.1: 5570 /electron@27.1.3:
5790 resolution: {integrity: sha512-AjDGgpf2thNxVXoNqEG+0GCUK4upAEa2B+IoM5Yk9YrOLd6uUOEMfGI9rhPtj+jC14iKOvBdefY2uAzcDC0qng==} 5571 resolution: {integrity: sha512-7eD8VMhhlL5J531OOawn00eMthUkX1e3qN5Nqd7eMK8bg5HxQBrn8bdPlvUEnCano9KhrVwaDnGeuzWoDOGpjQ==}
5791 engines: {node: '>= 12.20.55'} 5572 engines: {node: '>= 12.20.55'}
5792 hasBin: true 5573 hasBin: true
5793 requiresBuild: true 5574 requiresBuild: true
5794 dependencies: 5575 dependencies:
5795 '@electron/get': 2.0.2 5576 '@electron/get': 2.0.3
5796 '@types/node': 18.15.3 5577 '@types/node': 18.19.2
5797 extract-zip: 2.0.1 5578 extract-zip: 2.0.1
5798 transitivePeerDependencies: 5579 transitivePeerDependencies:
5799 - supports-color 5580 - supports-color
@@ -5877,26 +5658,26 @@ packages:
5877 string-template: 0.2.1 5658 string-template: 0.2.1
5878 dev: true 5659 dev: true
5879 5660
5880 /es-abstract@1.22.1: 5661 /es-abstract@1.22.3:
5881 resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} 5662 resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==}
5882 engines: {node: '>= 0.4'} 5663 engines: {node: '>= 0.4'}
5883 dependencies: 5664 dependencies:
5884 array-buffer-byte-length: 1.0.0 5665 array-buffer-byte-length: 1.0.0
5885 arraybuffer.prototype.slice: 1.0.1 5666 arraybuffer.prototype.slice: 1.0.2
5886 available-typed-arrays: 1.0.5 5667 available-typed-arrays: 1.0.5
5887 call-bind: 1.0.2 5668 call-bind: 1.0.5
5888 es-set-tostringtag: 2.0.1 5669 es-set-tostringtag: 2.0.2
5889 es-to-primitive: 1.2.1 5670 es-to-primitive: 1.2.1
5890 function.prototype.name: 1.1.5 5671 function.prototype.name: 1.1.6
5891 get-intrinsic: 1.2.1 5672 get-intrinsic: 1.2.2
5892 get-symbol-description: 1.0.0 5673 get-symbol-description: 1.0.0
5893 globalthis: 1.0.3 5674 globalthis: 1.0.3
5894 gopd: 1.0.1 5675 gopd: 1.0.1
5895 has: 1.0.3 5676 has-property-descriptors: 1.0.1
5896 has-property-descriptors: 1.0.0
5897 has-proto: 1.0.1 5677 has-proto: 1.0.1
5898 has-symbols: 1.0.3 5678 has-symbols: 1.0.3
5899 internal-slot: 1.0.5 5679 hasown: 2.0.0
5680 internal-slot: 1.0.6
5900 is-array-buffer: 3.0.2 5681 is-array-buffer: 3.0.2
5901 is-callable: 1.2.7 5682 is-callable: 1.2.7
5902 is-negative-zero: 2.0.2 5683 is-negative-zero: 2.0.2
@@ -5905,68 +5686,55 @@ packages:
5905 is-string: 1.0.7 5686 is-string: 1.0.7
5906 is-typed-array: 1.1.12 5687 is-typed-array: 1.1.12
5907 is-weakref: 1.0.2 5688 is-weakref: 1.0.2
5908 object-inspect: 1.12.3 5689 object-inspect: 1.13.1
5909 object-keys: 1.1.1 5690 object-keys: 1.1.1
5910 object.assign: 4.1.4 5691 object.assign: 4.1.5
5911 regexp.prototype.flags: 1.5.0 5692 regexp.prototype.flags: 1.5.1
5912 safe-array-concat: 1.0.0 5693 safe-array-concat: 1.0.1
5913 safe-regex-test: 1.0.0 5694 safe-regex-test: 1.0.0
5914 string.prototype.trim: 1.2.7 5695 string.prototype.trim: 1.2.8
5915 string.prototype.trimend: 1.0.6 5696 string.prototype.trimend: 1.0.7
5916 string.prototype.trimstart: 1.0.6 5697 string.prototype.trimstart: 1.0.7
5917 typed-array-buffer: 1.0.0 5698 typed-array-buffer: 1.0.0
5918 typed-array-byte-length: 1.0.0 5699 typed-array-byte-length: 1.0.0
5919 typed-array-byte-offset: 1.0.0 5700 typed-array-byte-offset: 1.0.0
5920 typed-array-length: 1.0.4 5701 typed-array-length: 1.0.4
5921 unbox-primitive: 1.0.2 5702 unbox-primitive: 1.0.2
5922 which-typed-array: 1.1.11 5703 which-typed-array: 1.1.13
5923 dev: true
5924
5925 /es-get-iterator@1.1.2:
5926 resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==}
5927 dependencies:
5928 call-bind: 1.0.2
5929 get-intrinsic: 1.2.1
5930 has-symbols: 1.0.3
5931 is-arguments: 1.1.1
5932 is-map: 2.0.2
5933 is-set: 2.0.2
5934 is-string: 1.0.7
5935 isarray: 2.0.5
5936 dev: true 5704 dev: true
5937 5705
5938 /es-iterator-helpers@1.0.14: 5706 /es-iterator-helpers@1.0.15:
5939 resolution: {integrity: sha512-JgtVnwiuoRuzLvqelrvN3Xu7H9bu2ap/kQ2CrM62iidP8SKuD99rWU3CJy++s7IVL2qb/AjXPGR/E7i9ngd/Cw==} 5707 resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==}
5940 dependencies: 5708 dependencies:
5941 asynciterator.prototype: 1.0.0 5709 asynciterator.prototype: 1.0.0
5942 call-bind: 1.0.2 5710 call-bind: 1.0.5
5943 define-properties: 1.2.0 5711 define-properties: 1.2.1
5944 es-abstract: 1.22.1 5712 es-abstract: 1.22.3
5945 es-set-tostringtag: 2.0.1 5713 es-set-tostringtag: 2.0.2
5946 function-bind: 1.1.1 5714 function-bind: 1.1.2
5947 get-intrinsic: 1.2.1 5715 get-intrinsic: 1.2.2
5948 globalthis: 1.0.3 5716 globalthis: 1.0.3
5949 has-property-descriptors: 1.0.0 5717 has-property-descriptors: 1.0.1
5950 has-proto: 1.0.1 5718 has-proto: 1.0.1
5951 has-symbols: 1.0.3 5719 has-symbols: 1.0.3
5952 internal-slot: 1.0.5 5720 internal-slot: 1.0.6
5953 iterator.prototype: 1.1.1 5721 iterator.prototype: 1.1.2
5954 safe-array-concat: 1.0.0 5722 safe-array-concat: 1.0.1
5955 dev: true 5723 dev: true
5956 5724
5957 /es-set-tostringtag@2.0.1: 5725 /es-set-tostringtag@2.0.2:
5958 resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} 5726 resolution: {integrity: sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==}
5959 engines: {node: '>= 0.4'} 5727 engines: {node: '>= 0.4'}
5960 dependencies: 5728 dependencies:
5961 get-intrinsic: 1.2.1 5729 get-intrinsic: 1.2.2
5962 has: 1.0.3
5963 has-tostringtag: 1.0.0 5730 has-tostringtag: 1.0.0
5731 hasown: 2.0.0
5964 dev: true 5732 dev: true
5965 5733
5966 /es-shim-unscopables@1.0.0: 5734 /es-shim-unscopables@1.0.2:
5967 resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} 5735 resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==}
5968 dependencies: 5736 dependencies:
5969 has: 1.0.3 5737 hasown: 2.0.0
5970 dev: true 5738 dev: true
5971 5739
5972 /es-to-primitive@1.2.1: 5740 /es-to-primitive@1.2.1:
@@ -6040,14 +5808,14 @@ packages:
6040 tslib: 2.4.0 5808 tslib: 2.4.0
6041 dev: true 5809 dev: true
6042 5810
6043 /esbuild-sass-plugin@2.15.0(esbuild@0.16.17): 5811 /esbuild-sass-plugin@2.16.0(esbuild@0.16.17):
6044 resolution: {integrity: sha512-T0GCHVfeuGBBgY5k19RbExd7vVuC3lzrK8IZbXOqZftw6N9lTBnZuqKhnhdAJBcu6wek7K/fXJ2zzY6KrcNtAg==} 5812 resolution: {integrity: sha512-mGCe9MxNYvZ+j77Q/QFO+rwUGA36mojDXkOhtVmoyz1zwYbMaNrtVrmXwwYDleS/UMKTNU3kXuiTtPiAD3K+Pw==}
6045 peerDependencies: 5813 peerDependencies:
6046 esbuild: ^0.19.1 || ^0.16.7 5814 esbuild: ^0.19.4 || ^0.16.7
6047 dependencies: 5815 dependencies:
6048 esbuild: 0.16.17 5816 esbuild: 0.16.17
6049 resolve: 1.22.4 5817 resolve: 1.22.8
6050 sass: 1.67.0 5818 sass: 1.69.5
6051 dev: true 5819 dev: true
6052 5820
6053 /esbuild@0.16.17: 5821 /esbuild@0.16.17:
@@ -6106,7 +5874,7 @@ packages:
6106 resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} 5874 resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
6107 engines: {node: '>=10'} 5875 engines: {node: '>=10'}
6108 5876
6109 /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.28.1)(eslint@8.49.0): 5877 /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.29.0)(eslint@8.55.0):
6110 resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} 5878 resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==}
6111 engines: {node: ^10.12.0 || >=12.0.0} 5879 engines: {node: ^10.12.0 || >=12.0.0}
6112 peerDependencies: 5880 peerDependencies:
@@ -6114,14 +5882,14 @@ packages:
6114 eslint-plugin-import: ^2.25.2 5882 eslint-plugin-import: ^2.25.2
6115 dependencies: 5883 dependencies:
6116 confusing-browser-globals: 1.0.11 5884 confusing-browser-globals: 1.0.11
6117 eslint: 8.49.0 5885 eslint: 8.55.0
6118 eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.49.0) 5886 eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)
6119 object.assign: 4.1.4 5887 object.assign: 4.1.5
6120 object.entries: 1.1.6 5888 object.entries: 1.1.7
6121 semver: 6.3.1 5889 semver: 6.3.1
6122 dev: true 5890 dev: true
6123 5891
6124 /eslint-config-airbnb-typescript@17.1.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint-plugin-import@2.28.1)(eslint@8.49.0): 5892 /eslint-config-airbnb-typescript@17.1.0(@typescript-eslint/eslint-plugin@6.13.1)(@typescript-eslint/parser@6.13.1)(eslint-plugin-import@2.29.0)(eslint@8.55.0):
6125 resolution: {integrity: sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==} 5893 resolution: {integrity: sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==}
6126 peerDependencies: 5894 peerDependencies:
6127 '@typescript-eslint/eslint-plugin': ^5.13.0 || ^6.0.0 5895 '@typescript-eslint/eslint-plugin': ^5.13.0 || ^6.0.0
@@ -6129,14 +5897,14 @@ packages:
6129 eslint: ^7.32.0 || ^8.2.0 5897 eslint: ^7.32.0 || ^8.2.0
6130 eslint-plugin-import: ^2.25.3 5898 eslint-plugin-import: ^2.25.3
6131 dependencies: 5899 dependencies:
6132 '@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2) 5900 '@typescript-eslint/eslint-plugin': 6.13.1(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)(typescript@5.3.2)
6133 '@typescript-eslint/parser': 6.7.2(eslint@8.49.0)(typescript@5.2.2) 5901 '@typescript-eslint/parser': 6.13.1(eslint@8.55.0)(typescript@5.3.2)
6134 eslint: 8.49.0 5902 eslint: 8.55.0
6135 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.28.1)(eslint@8.49.0) 5903 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.0)(eslint@8.55.0)
6136 eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.49.0) 5904 eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)
6137 dev: true 5905 dev: true
6138 5906
6139 /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.28.1)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.49.0): 5907 /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.29.0)(eslint-plugin-jsx-a11y@6.8.0)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.55.0):
6140 resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} 5908 resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==}
6141 engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} 5909 engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0}
6142 peerDependencies: 5910 peerDependencies:
@@ -6146,36 +5914,36 @@ packages:
6146 eslint-plugin-react: ^7.28.0 5914 eslint-plugin-react: ^7.28.0
6147 eslint-plugin-react-hooks: ^4.3.0 5915 eslint-plugin-react-hooks: ^4.3.0
6148 dependencies: 5916 dependencies:
6149 eslint: 8.49.0 5917 eslint: 8.55.0
6150 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.28.1)(eslint@8.49.0) 5918 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.0)(eslint@8.55.0)
6151 eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.49.0) 5919 eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)
6152 eslint-plugin-jsx-a11y: 6.7.1(eslint@8.49.0) 5920 eslint-plugin-jsx-a11y: 6.8.0(eslint@8.55.0)
6153 eslint-plugin-react: 7.33.2(eslint@8.49.0) 5921 eslint-plugin-react: 7.33.2(eslint@8.55.0)
6154 eslint-plugin-react-hooks: 4.6.0(eslint@8.49.0) 5922 eslint-plugin-react-hooks: 4.6.0(eslint@8.55.0)
6155 object.assign: 4.1.4 5923 object.assign: 4.1.5
6156 object.entries: 1.1.6 5924 object.entries: 1.1.7
6157 dev: true 5925 dev: true
6158 5926
6159 /eslint-config-prettier@8.8.0(eslint@8.49.0): 5927 /eslint-config-prettier@8.8.0(eslint@8.55.0):
6160 resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} 5928 resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
6161 hasBin: true 5929 hasBin: true
6162 peerDependencies: 5930 peerDependencies:
6163 eslint: '>=7.0.0' 5931 eslint: '>=7.0.0'
6164 dependencies: 5932 dependencies:
6165 eslint: 8.49.0 5933 eslint: 8.55.0
6166 dev: true 5934 dev: true
6167 5935
6168 /eslint-import-resolver-node@0.3.7: 5936 /eslint-import-resolver-node@0.3.9:
6169 resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} 5937 resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
6170 dependencies: 5938 dependencies:
6171 debug: 3.2.7 5939 debug: 3.2.7
6172 is-core-module: 2.13.0 5940 is-core-module: 2.13.1
6173 resolve: 1.22.4 5941 resolve: 1.22.8
6174 transitivePeerDependencies: 5942 transitivePeerDependencies:
6175 - supports-color 5943 - supports-color
6176 dev: true 5944 dev: true
6177 5945
6178 /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.7)(eslint@8.49.0): 5946 /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.13.1)(eslint-import-resolver-node@0.3.9)(eslint@8.55.0):
6179 resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} 5947 resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
6180 engines: {node: '>=4'} 5948 engines: {node: '>=4'}
6181 peerDependencies: 5949 peerDependencies:
@@ -6196,16 +5964,16 @@ packages:
6196 eslint-import-resolver-webpack: 5964 eslint-import-resolver-webpack:
6197 optional: true 5965 optional: true
6198 dependencies: 5966 dependencies:
6199 '@typescript-eslint/parser': 6.7.2(eslint@8.49.0)(typescript@5.2.2) 5967 '@typescript-eslint/parser': 6.13.1(eslint@8.55.0)(typescript@5.3.2)
6200 debug: 3.2.7 5968 debug: 3.2.7
6201 eslint: 8.49.0 5969 eslint: 8.55.0
6202 eslint-import-resolver-node: 0.3.7 5970 eslint-import-resolver-node: 0.3.9
6203 transitivePeerDependencies: 5971 transitivePeerDependencies:
6204 - supports-color 5972 - supports-color
6205 dev: true 5973 dev: true
6206 5974
6207 /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.49.0): 5975 /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.13.1)(eslint@8.55.0):
6208 resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} 5976 resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==}
6209 engines: {node: '>=4'} 5977 engines: {node: '>=4'}
6210 peerDependencies: 5978 peerDependencies:
6211 '@typescript-eslint/parser': '*' 5979 '@typescript-eslint/parser': '*'
@@ -6214,23 +5982,23 @@ packages:
6214 '@typescript-eslint/parser': 5982 '@typescript-eslint/parser':
6215 optional: true 5983 optional: true
6216 dependencies: 5984 dependencies:
6217 '@typescript-eslint/parser': 6.7.2(eslint@8.49.0)(typescript@5.2.2) 5985 '@typescript-eslint/parser': 6.13.1(eslint@8.55.0)(typescript@5.3.2)
6218 array-includes: 3.1.6 5986 array-includes: 3.1.7
6219 array.prototype.findlastindex: 1.2.2 5987 array.prototype.findlastindex: 1.2.3
6220 array.prototype.flat: 1.3.1 5988 array.prototype.flat: 1.3.2
6221 array.prototype.flatmap: 1.3.1 5989 array.prototype.flatmap: 1.3.2
6222 debug: 3.2.7 5990 debug: 3.2.7
6223 doctrine: 2.1.0 5991 doctrine: 2.1.0
6224 eslint: 8.49.0 5992 eslint: 8.55.0
6225 eslint-import-resolver-node: 0.3.7 5993 eslint-import-resolver-node: 0.3.9
6226 eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.7)(eslint@8.49.0) 5994 eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.13.1)(eslint-import-resolver-node@0.3.9)(eslint@8.55.0)
6227 has: 1.0.3 5995 hasown: 2.0.0
6228 is-core-module: 2.13.0 5996 is-core-module: 2.13.1
6229 is-glob: 4.0.3 5997 is-glob: 4.0.3
6230 minimatch: 3.1.2 5998 minimatch: 3.1.2
6231 object.fromentries: 2.0.6 5999 object.fromentries: 2.0.7
6232 object.groupby: 1.0.0 6000 object.groupby: 1.0.1
6233 object.values: 1.1.6 6001 object.values: 1.1.7
6234 semver: 6.3.1 6002 semver: 6.3.1
6235 tsconfig-paths: 3.14.2 6003 tsconfig-paths: 3.14.2
6236 transitivePeerDependencies: 6004 transitivePeerDependencies:
@@ -6239,8 +6007,8 @@ packages:
6239 - supports-color 6007 - supports-color
6240 dev: true 6008 dev: true
6241 6009
6242 /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.49.0)(jest@29.7.0)(typescript@5.2.2): 6010 /eslint-plugin-jest@27.6.0(@typescript-eslint/eslint-plugin@6.13.1)(eslint@8.55.0)(jest@29.7.0)(typescript@5.3.2):
6243 resolution: {integrity: sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==} 6011 resolution: {integrity: sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==}
6244 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 6012 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
6245 peerDependencies: 6013 peerDependencies:
6246 '@typescript-eslint/eslint-plugin': ^5.0.0 || ^6.0.0 6014 '@typescript-eslint/eslint-plugin': ^5.0.0 || ^6.0.0
@@ -6252,42 +6020,42 @@ packages:
6252 jest: 6020 jest:
6253 optional: true 6021 optional: true
6254 dependencies: 6022 dependencies:
6255 '@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2) 6023 '@typescript-eslint/eslint-plugin': 6.13.1(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)(typescript@5.3.2)
6256 '@typescript-eslint/utils': 5.59.11(eslint@8.49.0)(typescript@5.2.2) 6024 '@typescript-eslint/utils': 5.62.0(eslint@8.55.0)(typescript@5.3.2)
6257 eslint: 8.49.0 6025 eslint: 8.55.0
6258 jest: 29.7.0(@types/node@20.8.10)(ts-node@10.9.1) 6026 jest: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1)
6259 transitivePeerDependencies: 6027 transitivePeerDependencies:
6260 - supports-color 6028 - supports-color
6261 - typescript 6029 - typescript
6262 dev: true 6030 dev: true
6263 6031
6264 /eslint-plugin-jsx-a11y@6.7.1(eslint@8.49.0): 6032 /eslint-plugin-jsx-a11y@6.8.0(eslint@8.55.0):
6265 resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} 6033 resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==}
6266 engines: {node: '>=4.0'} 6034 engines: {node: '>=4.0'}
6267 peerDependencies: 6035 peerDependencies:
6268 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 6036 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
6269 dependencies: 6037 dependencies:
6270 '@babel/runtime': 7.20.7 6038 '@babel/runtime': 7.23.5
6271 aria-query: 5.1.3 6039 aria-query: 5.3.0
6272 array-includes: 3.1.6 6040 array-includes: 3.1.7
6273 array.prototype.flatmap: 1.3.1 6041 array.prototype.flatmap: 1.3.2
6274 ast-types-flow: 0.0.7 6042 ast-types-flow: 0.0.8
6275 axe-core: 4.6.2 6043 axe-core: 4.7.0
6276 axobject-query: 3.1.1 6044 axobject-query: 3.2.1
6277 damerau-levenshtein: 1.0.8 6045 damerau-levenshtein: 1.0.8
6278 emoji-regex: 9.2.2 6046 emoji-regex: 9.2.2
6279 eslint: 8.49.0 6047 es-iterator-helpers: 1.0.15
6280 has: 1.0.3 6048 eslint: 8.55.0
6281 jsx-ast-utils: 3.3.3 6049 hasown: 2.0.0
6282 language-tags: 1.0.5 6050 jsx-ast-utils: 3.3.5
6051 language-tags: 1.0.9
6283 minimatch: 3.1.2 6052 minimatch: 3.1.2
6284 object.entries: 1.1.6 6053 object.entries: 1.1.7
6285 object.fromentries: 2.0.6 6054 object.fromentries: 2.0.7
6286 semver: 6.3.0
6287 dev: true 6055 dev: true
6288 6056
6289 /eslint-plugin-prettier@5.0.0(eslint-config-prettier@8.8.0)(eslint@8.49.0)(prettier@3.0.3): 6057 /eslint-plugin-prettier@5.0.1(eslint-config-prettier@8.8.0)(eslint@8.55.0)(prettier@3.1.0):
6290 resolution: {integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==} 6058 resolution: {integrity: sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==}
6291 engines: {node: ^14.18.0 || >=16.0.0} 6059 engines: {node: ^14.18.0 || >=16.0.0}
6292 peerDependencies: 6060 peerDependencies:
6293 '@types/eslint': '>=8.0.0' 6061 '@types/eslint': '>=8.0.0'
@@ -6300,93 +6068,93 @@ packages:
6300 eslint-config-prettier: 6068 eslint-config-prettier:
6301 optional: true 6069 optional: true
6302 dependencies: 6070 dependencies:
6303 eslint: 8.49.0 6071 eslint: 8.55.0
6304 eslint-config-prettier: 8.8.0(eslint@8.49.0) 6072 eslint-config-prettier: 8.8.0(eslint@8.55.0)
6305 prettier: 3.0.3 6073 prettier: 3.1.0
6306 prettier-linter-helpers: 1.0.0 6074 prettier-linter-helpers: 1.0.0
6307 synckit: 0.8.5 6075 synckit: 0.8.6
6308 dev: true 6076 dev: true
6309 6077
6310 /eslint-plugin-react-hooks@4.6.0(eslint@8.49.0): 6078 /eslint-plugin-react-hooks@4.6.0(eslint@8.55.0):
6311 resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} 6079 resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
6312 engines: {node: '>=10'} 6080 engines: {node: '>=10'}
6313 peerDependencies: 6081 peerDependencies:
6314 eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 6082 eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
6315 dependencies: 6083 dependencies:
6316 eslint: 8.49.0 6084 eslint: 8.55.0
6317 dev: true 6085 dev: true
6318 6086
6319 /eslint-plugin-react@7.33.2(eslint@8.49.0): 6087 /eslint-plugin-react@7.33.2(eslint@8.55.0):
6320 resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} 6088 resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==}
6321 engines: {node: '>=4'} 6089 engines: {node: '>=4'}
6322 peerDependencies: 6090 peerDependencies:
6323 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 6091 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
6324 dependencies: 6092 dependencies:
6325 array-includes: 3.1.6 6093 array-includes: 3.1.7
6326 array.prototype.flatmap: 1.3.1 6094 array.prototype.flatmap: 1.3.2
6327 array.prototype.tosorted: 1.1.1 6095 array.prototype.tosorted: 1.1.1
6328 doctrine: 2.1.0 6096 doctrine: 2.1.0
6329 es-iterator-helpers: 1.0.14 6097 es-iterator-helpers: 1.0.15
6330 eslint: 8.49.0 6098 eslint: 8.55.0
6331 estraverse: 5.3.0 6099 estraverse: 5.3.0
6332 jsx-ast-utils: 3.3.4 6100 jsx-ast-utils: 3.3.5
6333 minimatch: 3.1.2 6101 minimatch: 3.1.2
6334 object.entries: 1.1.6 6102 object.entries: 1.1.7
6335 object.fromentries: 2.0.6 6103 object.fromentries: 2.0.7
6336 object.hasown: 1.1.2 6104 object.hasown: 1.1.2
6337 object.values: 1.1.6 6105 object.values: 1.1.7
6338 prop-types: 15.8.1 6106 prop-types: 15.8.1
6339 resolve: 2.0.0-next.4 6107 resolve: 2.0.0-next.4
6340 semver: 6.3.1 6108 semver: 6.3.1
6341 string.prototype.matchall: 4.0.8 6109 string.prototype.matchall: 4.0.8
6342 dev: true 6110 dev: true
6343 6111
6344 /eslint-plugin-sonar@0.12.0(@babel/core@7.23.5)(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2): 6112 /eslint-plugin-sonar@0.12.0(@babel/core@7.23.5)(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)(typescript@5.3.2):
6345 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==} 6113 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==}
6346 engines: {node: '>=14'} 6114 engines: {node: '>=14'}
6347 peerDependencies: 6115 peerDependencies:
6348 eslint: ^7.0.0 || ^8.0.0 6116 eslint: ^7.0.0 || ^8.0.0
6349 typescript: ^4.0.0 || ^5.0.0 6117 typescript: ^4.0.0 || ^5.0.0
6350 dependencies: 6118 dependencies:
6351 '@babel/eslint-parser': 7.22.9(@babel/core@7.23.5)(eslint@8.49.0) 6119 '@babel/eslint-parser': 7.22.9(@babel/core@7.23.5)(eslint@8.55.0)
6352 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2) 6120 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.13.1)(eslint@8.55.0)(typescript@5.3.2)
6353 builtin-modules: 3.3.0 6121 builtin-modules: 3.3.0
6354 bytes: 3.1.2 6122 bytes: 3.1.2
6355 eslint: 8.49.0 6123 eslint: 8.55.0
6356 eslint-plugin-react: 7.33.2(eslint@8.49.0) 6124 eslint-plugin-react: 7.33.2(eslint@8.55.0)
6357 eslint-plugin-react-hooks: 4.6.0(eslint@8.49.0) 6125 eslint-plugin-react-hooks: 4.6.0(eslint@8.55.0)
6358 eslint-plugin-sonarjs: 0.19.0(eslint@8.49.0) 6126 eslint-plugin-sonarjs: 0.19.0(eslint@8.55.0)
6359 functional-red-black-tree: 1.0.1 6127 functional-red-black-tree: 1.0.1
6360 regexpp: 3.2.0 6128 regexpp: 3.2.0
6361 scslre: 0.2.0 6129 scslre: 0.2.0
6362 tmp: 0.2.1 6130 tmp: 0.2.1
6363 typescript: 5.2.2 6131 typescript: 5.3.2
6364 transitivePeerDependencies: 6132 transitivePeerDependencies:
6365 - '@babel/core' 6133 - '@babel/core'
6366 - '@typescript-eslint/parser' 6134 - '@typescript-eslint/parser'
6367 - supports-color 6135 - supports-color
6368 dev: true 6136 dev: true
6369 6137
6370 /eslint-plugin-sonarjs@0.19.0(eslint@8.49.0): 6138 /eslint-plugin-sonarjs@0.19.0(eslint@8.55.0):
6371 resolution: {integrity: sha512-6+s5oNk5TFtVlbRxqZN7FIGmjdPCYQKaTzFPmqieCmsU1kBYDzndTeQav0xtQNwZJWu5awWfTGe8Srq9xFOGnw==} 6139 resolution: {integrity: sha512-6+s5oNk5TFtVlbRxqZN7FIGmjdPCYQKaTzFPmqieCmsU1kBYDzndTeQav0xtQNwZJWu5awWfTGe8Srq9xFOGnw==}
6372 engines: {node: '>=14'} 6140 engines: {node: '>=14'}
6373 peerDependencies: 6141 peerDependencies:
6374 eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 6142 eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
6375 dependencies: 6143 dependencies:
6376 eslint: 8.49.0 6144 eslint: 8.55.0
6377 dev: true 6145 dev: true
6378 6146
6379 /eslint-plugin-unicorn@48.0.1(eslint@8.49.0): 6147 /eslint-plugin-unicorn@48.0.1(eslint@8.55.0):
6380 resolution: {integrity: sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==} 6148 resolution: {integrity: sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==}
6381 engines: {node: '>=16'} 6149 engines: {node: '>=16'}
6382 peerDependencies: 6150 peerDependencies:
6383 eslint: '>=8.44.0' 6151 eslint: '>=8.44.0'
6384 dependencies: 6152 dependencies:
6385 '@babel/helper-validator-identifier': 7.22.5 6153 '@babel/helper-validator-identifier': 7.22.20
6386 '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) 6154 '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0)
6387 ci-info: 3.8.0 6155 ci-info: 3.8.0
6388 clean-regexp: 1.0.0 6156 clean-regexp: 1.0.0
6389 eslint: 8.49.0 6157 eslint: 8.55.0
6390 esquery: 1.5.0 6158 esquery: 1.5.0
6391 indent-string: 4.0.0 6159 indent-string: 4.0.0
6392 is-builtin-module: 3.2.1 6160 is-builtin-module: 3.2.1
@@ -6421,28 +6189,24 @@ packages:
6421 engines: {node: '>=10'} 6189 engines: {node: '>=10'}
6422 dev: true 6190 dev: true
6423 6191
6424 /eslint-visitor-keys@3.4.1:
6425 resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==}
6426 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
6427 dev: true
6428
6429 /eslint-visitor-keys@3.4.3: 6192 /eslint-visitor-keys@3.4.3:
6430 resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} 6193 resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
6431 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6194 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
6432 dev: true 6195 dev: true
6433 6196
6434 /eslint@8.49.0: 6197 /eslint@8.55.0:
6435 resolution: {integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==} 6198 resolution: {integrity: sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==}
6436 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6199 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
6437 hasBin: true 6200 hasBin: true
6438 dependencies: 6201 dependencies:
6439 '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) 6202 '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0)
6440 '@eslint-community/regexpp': 4.6.2 6203 '@eslint-community/regexpp': 4.10.0
6441 '@eslint/eslintrc': 2.1.2 6204 '@eslint/eslintrc': 2.1.4
6442 '@eslint/js': 8.49.0 6205 '@eslint/js': 8.55.0
6443 '@humanwhocodes/config-array': 0.11.11 6206 '@humanwhocodes/config-array': 0.11.13
6444 '@humanwhocodes/module-importer': 1.0.1 6207 '@humanwhocodes/module-importer': 1.0.1
6445 '@nodelib/fs.walk': 1.2.8 6208 '@nodelib/fs.walk': 1.2.8
6209 '@ungap/structured-clone': 1.2.0
6446 ajv: 6.12.6 6210 ajv: 6.12.6
6447 chalk: 4.1.2 6211 chalk: 4.1.2
6448 cross-spawn: 7.0.3 6212 cross-spawn: 7.0.3
@@ -6458,9 +6222,9 @@ packages:
6458 file-entry-cache: 6.0.1 6222 file-entry-cache: 6.0.1
6459 find-up: 5.0.0 6223 find-up: 5.0.0
6460 glob-parent: 6.0.2 6224 glob-parent: 6.0.2
6461 globals: 13.20.0 6225 globals: 13.23.0
6462 graphemer: 1.4.0 6226 graphemer: 1.4.0
6463 ignore: 5.2.4 6227 ignore: 5.3.0
6464 imurmurhash: 0.1.4 6228 imurmurhash: 0.1.4
6465 is-glob: 4.0.3 6229 is-glob: 4.0.3
6466 is-path-inside: 3.0.3 6230 is-path-inside: 3.0.3
@@ -6486,8 +6250,8 @@ packages:
6486 resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} 6250 resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
6487 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6251 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
6488 dependencies: 6252 dependencies:
6489 acorn: 8.10.0 6253 acorn: 8.11.2
6490 acorn-jsx: 5.3.2(acorn@8.10.0) 6254 acorn-jsx: 5.3.2(acorn@8.11.2)
6491 eslint-visitor-keys: 3.4.3 6255 eslint-visitor-keys: 3.4.3
6492 dev: true 6256 dev: true
6493 6257
@@ -6583,8 +6347,8 @@ packages:
6583 strip-final-newline: 2.0.0 6347 strip-final-newline: 2.0.0
6584 dev: true 6348 dev: true
6585 6349
6586 /execa@7.1.1: 6350 /execa@7.2.0:
6587 resolution: {integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==} 6351 resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==}
6588 engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} 6352 engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0}
6589 dependencies: 6353 dependencies:
6590 cross-spawn: 7.0.3 6354 cross-spawn: 7.0.3
@@ -6762,8 +6526,8 @@ packages:
6762 - supports-color 6526 - supports-color
6763 dev: false 6527 dev: false
6764 6528
6765 /fast-glob@3.3.1: 6529 /fast-glob@3.3.2:
6766 resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} 6530 resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
6767 engines: {node: '>=8.6.0'} 6531 engines: {node: '>=8.6.0'}
6768 dependencies: 6532 dependencies:
6769 '@nodelib/fs.stat': 2.0.5 6533 '@nodelib/fs.stat': 2.0.5
@@ -6830,7 +6594,7 @@ packages:
6830 resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} 6594 resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
6831 engines: {node: ^10.12.0 || >=12.0.0} 6595 engines: {node: ^10.12.0 || >=12.0.0}
6832 dependencies: 6596 dependencies:
6833 flat-cache: 3.0.4 6597 flat-cache: 3.2.0
6834 dev: true 6598 dev: true
6835 6599
6836 /file-selector@0.6.0: 6600 /file-selector@0.6.0:
@@ -6932,24 +6696,25 @@ packages:
6932 engines: {node: '>= 0.10'} 6696 engines: {node: '>= 0.10'}
6933 dev: false 6697 dev: false
6934 6698
6935 /flat-cache@3.0.4: 6699 /flat-cache@3.2.0:
6936 resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} 6700 resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
6937 engines: {node: ^10.12.0 || >=12.0.0} 6701 engines: {node: ^10.12.0 || >=12.0.0}
6938 dependencies: 6702 dependencies:
6939 flatted: 3.2.7 6703 flatted: 3.2.9
6704 keyv: 4.5.4
6940 rimraf: 3.0.2 6705 rimraf: 3.0.2
6941 dev: true 6706 dev: true
6942 6707
6943 /flatted@3.2.7: 6708 /flatted@3.2.9:
6944 resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} 6709 resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==}
6945 dev: true 6710 dev: true
6946 6711
6947 /fn.name@1.1.0: 6712 /fn.name@1.1.0:
6948 resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} 6713 resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==}
6949 dev: false 6714 dev: false
6950 6715
6951 /follow-redirects@1.15.2(debug@4.3.4): 6716 /follow-redirects@1.15.3(debug@4.3.4):
6952 resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} 6717 resolution: {integrity: sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==}
6953 engines: {node: '>=4.0'} 6718 engines: {node: '>=4.0'}
6954 peerDependencies: 6719 peerDependencies:
6955 debug: '*' 6720 debug: '*'
@@ -7044,15 +6809,15 @@ packages:
7044 dependencies: 6809 dependencies:
7045 graceful-fs: 4.2.11 6810 graceful-fs: 4.2.11
7046 jsonfile: 6.1.0 6811 jsonfile: 6.1.0
7047 universalify: 2.0.0 6812 universalify: 2.0.1
7048 6813
7049 /fs-extra@11.1.1: 6814 /fs-extra@11.2.0:
7050 resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} 6815 resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==}
7051 engines: {node: '>=14.14'} 6816 engines: {node: '>=14.14'}
7052 dependencies: 6817 dependencies:
7053 graceful-fs: 4.2.11 6818 graceful-fs: 4.2.11
7054 jsonfile: 6.1.0 6819 jsonfile: 6.1.0
7055 universalify: 2.0.0 6820 universalify: 2.0.1
7056 6821
7057 /fs-extra@6.0.1: 6822 /fs-extra@6.0.1:
7058 resolution: {integrity: sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==} 6823 resolution: {integrity: sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==}
@@ -7077,7 +6842,7 @@ packages:
7077 at-least-node: 1.0.0 6842 at-least-node: 1.0.0
7078 graceful-fs: 4.2.11 6843 graceful-fs: 4.2.11
7079 jsonfile: 6.1.0 6844 jsonfile: 6.1.0
7080 universalify: 2.0.0 6845 universalify: 2.0.1
7081 6846
7082 /fs-minipass@2.1.0: 6847 /fs-minipass@2.1.0:
7083 resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} 6848 resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
@@ -7097,16 +6862,16 @@ packages:
7097 dev: true 6862 dev: true
7098 optional: true 6863 optional: true
7099 6864
7100 /function-bind@1.1.1: 6865 /function-bind@1.1.2:
7101 resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} 6866 resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
7102 6867
7103 /function.prototype.name@1.1.5: 6868 /function.prototype.name@1.1.6:
7104 resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} 6869 resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==}
7105 engines: {node: '>= 0.4'} 6870 engines: {node: '>= 0.4'}
7106 dependencies: 6871 dependencies:
7107 call-bind: 1.0.2 6872 call-bind: 1.0.5
7108 define-properties: 1.2.0 6873 define-properties: 1.2.1
7109 es-abstract: 1.22.1 6874 es-abstract: 1.22.3
7110 functions-have-names: 1.2.3 6875 functions-have-names: 1.2.3
7111 dev: true 6876 dev: true
7112 6877
@@ -7158,13 +6923,13 @@ packages:
7158 engines: {node: 6.* || 8.* || >= 10.*} 6923 engines: {node: 6.* || 8.* || >= 10.*}
7159 dev: true 6924 dev: true
7160 6925
7161 /get-intrinsic@1.2.1: 6926 /get-intrinsic@1.2.2:
7162 resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} 6927 resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==}
7163 dependencies: 6928 dependencies:
7164 function-bind: 1.1.1 6929 function-bind: 1.1.2
7165 has: 1.0.3
7166 has-proto: 1.0.1 6930 has-proto: 1.0.1
7167 has-symbols: 1.0.3 6931 has-symbols: 1.0.3
6932 hasown: 2.0.0
7168 6933
7169 /get-package-type@0.1.0: 6934 /get-package-type@0.1.0:
7170 resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} 6935 resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==}
@@ -7193,8 +6958,8 @@ packages:
7193 resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} 6958 resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
7194 engines: {node: '>= 0.4'} 6959 engines: {node: '>= 0.4'}
7195 dependencies: 6960 dependencies:
7196 call-bind: 1.0.2 6961 call-bind: 1.0.5
7197 get-intrinsic: 1.2.1 6962 get-intrinsic: 1.2.2
7198 dev: true 6963 dev: true
7199 6964
7200 /get-value@2.0.6: 6965 /get-value@2.0.6:
@@ -7238,15 +7003,15 @@ packages:
7238 is-glob: 4.0.3 7003 is-glob: 4.0.3
7239 dev: true 7004 dev: true
7240 7005
7241 /glob@10.2.6: 7006 /glob@10.3.10:
7242 resolution: {integrity: sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==} 7007 resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==}
7243 engines: {node: '>=16 || 14 >=14.17'} 7008 engines: {node: '>=16 || 14 >=14.17'}
7244 hasBin: true 7009 hasBin: true
7245 dependencies: 7010 dependencies:
7246 foreground-child: 3.1.1 7011 foreground-child: 3.1.1
7247 jackspeak: 2.3.6 7012 jackspeak: 2.3.6
7248 minimatch: 9.0.3 7013 minimatch: 9.0.3
7249 minipass: 6.0.2 7014 minipass: 7.0.4
7250 path-scurry: 1.10.1 7015 path-scurry: 1.10.1
7251 dev: true 7016 dev: true
7252 7017
@@ -7317,8 +7082,8 @@ packages:
7317 resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} 7082 resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
7318 engines: {node: '>=4'} 7083 engines: {node: '>=4'}
7319 7084
7320 /globals@13.20.0: 7085 /globals@13.23.0:
7321 resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} 7086 resolution: {integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==}
7322 engines: {node: '>=8'} 7087 engines: {node: '>=8'}
7323 dependencies: 7088 dependencies:
7324 type-fest: 0.20.2 7089 type-fest: 0.20.2
@@ -7328,7 +7093,7 @@ packages:
7328 resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} 7093 resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==}
7329 engines: {node: '>= 0.4'} 7094 engines: {node: '>= 0.4'}
7330 dependencies: 7095 dependencies:
7331 define-properties: 1.2.0 7096 define-properties: 1.2.1
7332 7097
7333 /globalyzer@0.1.0: 7098 /globalyzer@0.1.0:
7334 resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==} 7099 resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==}
@@ -7340,8 +7105,8 @@ packages:
7340 dependencies: 7105 dependencies:
7341 array-union: 2.1.0 7106 array-union: 2.1.0
7342 dir-glob: 3.0.1 7107 dir-glob: 3.0.1
7343 fast-glob: 3.3.1 7108 fast-glob: 3.3.2
7344 ignore: 5.2.4 7109 ignore: 5.3.0
7345 merge2: 1.4.1 7110 merge2: 1.4.1
7346 slash: 3.0.0 7111 slash: 3.0.0
7347 dev: true 7112 dev: true
@@ -7358,8 +7123,7 @@ packages:
7358 /gopd@1.0.1: 7123 /gopd@1.0.1:
7359 resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} 7124 resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
7360 dependencies: 7125 dependencies:
7361 get-intrinsic: 1.2.1 7126 get-intrinsic: 1.2.2
7362 dev: true
7363 7127
7364 /got@11.8.6: 7128 /got@11.8.6:
7365 resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} 7129 resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==}
@@ -7368,9 +7132,9 @@ packages:
7368 '@sindresorhus/is': 4.6.0 7132 '@sindresorhus/is': 4.6.0
7369 '@szmarczak/http-timer': 4.0.6 7133 '@szmarczak/http-timer': 4.0.6
7370 '@types/cacheable-request': 6.0.3 7134 '@types/cacheable-request': 6.0.3
7371 '@types/responselike': 1.0.0 7135 '@types/responselike': 1.0.3
7372 cacheable-lookup: 5.0.4 7136 cacheable-lookup: 5.0.4
7373 cacheable-request: 7.0.2 7137 cacheable-request: 7.0.4
7374 decompress-response: 6.0.0 7138 decompress-response: 6.0.0
7375 http2-wrapper: 1.0.3 7139 http2-wrapper: 1.0.3
7376 lowercase-keys: 2.0.0 7140 lowercase-keys: 2.0.0
@@ -7392,7 +7156,7 @@ packages:
7392 debug: 3.2.7 7156 debug: 3.2.7
7393 fancy-log: 1.3.3 7157 fancy-log: 1.3.3
7394 lodash.assign: 4.2.0 7158 lodash.assign: 4.2.0
7395 readable-stream: 3.6.0 7159 readable-stream: 3.6.2
7396 tiny-lr: 1.1.1 7160 tiny-lr: 1.1.1
7397 vinyl: 2.2.1 7161 vinyl: 2.2.1
7398 transitivePeerDependencies: 7162 transitivePeerDependencies:
@@ -7431,10 +7195,10 @@ packages:
7431 engines: {node: '>=8'} 7195 engines: {node: '>=8'}
7432 dev: true 7196 dev: true
7433 7197
7434 /has-property-descriptors@1.0.0: 7198 /has-property-descriptors@1.0.1:
7435 resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} 7199 resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==}
7436 dependencies: 7200 dependencies:
7437 get-intrinsic: 1.2.1 7201 get-intrinsic: 1.2.2
7438 7202
7439 /has-proto@1.0.1: 7203 /has-proto@1.0.1:
7440 resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} 7204 resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==}
@@ -7486,11 +7250,11 @@ packages:
7486 kind-of: 4.0.0 7250 kind-of: 4.0.0
7487 dev: false 7251 dev: false
7488 7252
7489 /has@1.0.3: 7253 /hasown@2.0.0:
7490 resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} 7254 resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==}
7491 engines: {node: '>= 0.4.0'} 7255 engines: {node: '>= 0.4'}
7492 dependencies: 7256 dependencies:
7493 function-bind: 1.1.1 7257 function-bind: 1.1.2
7494 7258
7495 /haye@2.0.2: 7259 /haye@2.0.2:
7496 resolution: {integrity: sha512-C+jeFipAuwLLmQziwQrXuHzUIihDzqoLpCpwDWYFQVCIyqi5ZvC+4YtzawPTmd1tIKo0ULf+4P0Mw8irUdXIpg==} 7260 resolution: {integrity: sha512-C+jeFipAuwLLmQziwQrXuHzUIihDzqoLpCpwDWYFQVCIyqi5ZvC+4YtzawPTmd1tIKo0ULf+4P0Mw8irUdXIpg==}
@@ -7504,7 +7268,7 @@ packages:
7504 /history@5.3.0: 7268 /history@5.3.0:
7505 resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} 7269 resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==}
7506 dependencies: 7270 dependencies:
7507 '@babel/runtime': 7.20.1 7271 '@babel/runtime': 7.23.5
7508 dev: false 7272 dev: false
7509 7273
7510 /hoist-non-react-statics@3.3.2: 7274 /hoist-non-react-statics@3.3.2:
@@ -7545,7 +7309,7 @@ packages:
7545 depd: 1.1.2 7309 depd: 1.1.2
7546 inherits: 2.0.3 7310 inherits: 2.0.3
7547 setprototypeof: 1.1.0 7311 setprototypeof: 1.1.0
7548 statuses: 1.4.0 7312 statuses: 1.5.0
7549 dev: false 7313 dev: false
7550 7314
7551 /http-errors@1.8.1: 7315 /http-errors@1.8.1:
@@ -7692,8 +7456,8 @@ packages:
7692 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} 7456 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
7693 requiresBuild: true 7457 requiresBuild: true
7694 7458
7695 /ignore@5.2.4: 7459 /ignore@5.3.0:
7696 resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} 7460 resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==}
7697 engines: {node: '>= 4'} 7461 engines: {node: '>= 4'}
7698 dev: true 7462 dev: true
7699 7463
@@ -7785,12 +7549,12 @@ packages:
7785 through: 2.3.8 7549 through: 2.3.8
7786 dev: true 7550 dev: true
7787 7551
7788 /internal-slot@1.0.5: 7552 /internal-slot@1.0.6:
7789 resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} 7553 resolution: {integrity: sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==}
7790 engines: {node: '>= 0.4'} 7554 engines: {node: '>= 0.4'}
7791 dependencies: 7555 dependencies:
7792 get-intrinsic: 1.2.1 7556 get-intrinsic: 1.2.2
7793 has: 1.0.3 7557 hasown: 2.0.0
7794 side-channel: 1.0.4 7558 side-channel: 1.0.4
7795 dev: true 7559 dev: true
7796 7560
@@ -7799,12 +7563,12 @@ packages:
7799 engines: {node: '>= 0.10'} 7563 engines: {node: '>= 0.10'}
7800 dev: false 7564 dev: false
7801 7565
7802 /intl-messageformat@10.5.3: 7566 /intl-messageformat@10.5.8:
7803 resolution: {integrity: sha512-TzKn1uhJBMyuKTO4zUX47SU+d66fu1W9tVzIiZrQ6hBqQQeYscBMIzKL/qEXnFbJrH9uU5VV3+T5fWib4SIcKA==} 7567 resolution: {integrity: sha512-NRf0jpBWV0vd671G5b06wNofAN8tp7WWDogMZyaU8GUAsmbouyvgwmFJI7zLjfAMpm3zK+vSwRP3jzaoIcMbaA==}
7804 dependencies: 7568 dependencies:
7805 '@formatjs/ecma402-abstract': 1.17.2 7569 '@formatjs/ecma402-abstract': 1.18.0
7806 '@formatjs/fast-memoize': 2.2.0 7570 '@formatjs/fast-memoize': 2.2.0
7807 '@formatjs/icu-messageformat-parser': 2.6.2 7571 '@formatjs/icu-messageformat-parser': 2.7.3
7808 tslib: 2.6.2 7572 tslib: 2.6.2
7809 dev: false 7573 dev: false
7810 7574
@@ -7847,19 +7611,11 @@ packages:
7847 kind-of: 6.0.3 7611 kind-of: 6.0.3
7848 dev: false 7612 dev: false
7849 7613
7850 /is-arguments@1.1.1:
7851 resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==}
7852 engines: {node: '>= 0.4'}
7853 dependencies:
7854 call-bind: 1.0.2
7855 has-tostringtag: 1.0.0
7856 dev: true
7857
7858 /is-array-buffer@3.0.2: 7614 /is-array-buffer@3.0.2:
7859 resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} 7615 resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==}
7860 dependencies: 7616 dependencies:
7861 call-bind: 1.0.2 7617 call-bind: 1.0.5
7862 get-intrinsic: 1.2.1 7618 get-intrinsic: 1.2.2
7863 is-typed-array: 1.1.12 7619 is-typed-array: 1.1.12
7864 dev: true 7620 dev: true
7865 7621
@@ -7901,7 +7657,7 @@ packages:
7901 resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} 7657 resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==}
7902 engines: {node: '>= 0.4'} 7658 engines: {node: '>= 0.4'}
7903 dependencies: 7659 dependencies:
7904 call-bind: 1.0.2 7660 call-bind: 1.0.5
7905 has-tostringtag: 1.0.0 7661 has-tostringtag: 1.0.0
7906 dev: true 7662 dev: true
7907 7663
@@ -7924,13 +7680,13 @@ packages:
7924 resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} 7680 resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==}
7925 hasBin: true 7681 hasBin: true
7926 dependencies: 7682 dependencies:
7927 ci-info: 3.7.0 7683 ci-info: 3.8.0
7928 dev: true 7684 dev: true
7929 7685
7930 /is-core-module@2.13.0: 7686 /is-core-module@2.13.1:
7931 resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} 7687 resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
7932 dependencies: 7688 dependencies:
7933 has: 1.0.3 7689 hasown: 2.0.0
7934 7690
7935 /is-data-descriptor@0.1.4: 7691 /is-data-descriptor@0.1.4:
7936 resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} 7692 resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==}
@@ -8002,7 +7758,7 @@ packages:
8002 /is-finalizationregistry@1.0.2: 7758 /is-finalizationregistry@1.0.2:
8003 resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} 7759 resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==}
8004 dependencies: 7760 dependencies:
8005 call-bind: 1.0.2 7761 call-bind: 1.0.5
8006 dev: true 7762 dev: true
8007 7763
8008 /is-fullwidth-code-point@2.0.0: 7764 /is-fullwidth-code-point@2.0.0:
@@ -8109,11 +7865,6 @@ packages:
8109 isobject: 3.0.1 7865 isobject: 3.0.1
8110 dev: false 7866 dev: false
8111 7867
8112 /is-plain-object@5.0.0:
8113 resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
8114 engines: {node: '>=0.10.0'}
8115 dev: false
8116
8117 /is-promise@2.2.2: 7868 /is-promise@2.2.2:
8118 resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} 7869 resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==}
8119 dev: false 7870 dev: false
@@ -8122,7 +7873,7 @@ packages:
8122 resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} 7873 resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==}
8123 engines: {node: '>= 0.4'} 7874 engines: {node: '>= 0.4'}
8124 dependencies: 7875 dependencies:
8125 call-bind: 1.0.2 7876 call-bind: 1.0.5
8126 has-tostringtag: 1.0.0 7877 has-tostringtag: 1.0.0
8127 dev: true 7878 dev: true
8128 7879
@@ -8140,7 +7891,7 @@ packages:
8140 /is-shared-array-buffer@1.0.2: 7891 /is-shared-array-buffer@1.0.2:
8141 resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} 7892 resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==}
8142 dependencies: 7893 dependencies:
8143 call-bind: 1.0.2 7894 call-bind: 1.0.5
8144 dev: true 7895 dev: true
8145 7896
8146 /is-stream@1.1.0: 7897 /is-stream@1.1.0:
@@ -8182,7 +7933,7 @@ packages:
8182 resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} 7933 resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==}
8183 engines: {node: '>= 0.4'} 7934 engines: {node: '>= 0.4'}
8184 dependencies: 7935 dependencies:
8185 which-typed-array: 1.1.11 7936 which-typed-array: 1.1.13
8186 dev: true 7937 dev: true
8187 7938
8188 /is-typedarray@1.0.0: 7939 /is-typedarray@1.0.0:
@@ -8203,14 +7954,14 @@ packages:
8203 /is-weakref@1.0.2: 7954 /is-weakref@1.0.2:
8204 resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} 7955 resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==}
8205 dependencies: 7956 dependencies:
8206 call-bind: 1.0.2 7957 call-bind: 1.0.5
8207 dev: true 7958 dev: true
8208 7959
8209 /is-weakset@2.0.2: 7960 /is-weakset@2.0.2:
8210 resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} 7961 resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==}
8211 dependencies: 7962 dependencies:
8212 call-bind: 1.0.2 7963 call-bind: 1.0.5
8213 get-intrinsic: 1.2.1 7964 get-intrinsic: 1.2.2
8214 dev: true 7965 dev: true
8215 7966
8216 /is-windows@1.0.2: 7967 /is-windows@1.0.2:
@@ -8270,8 +8021,8 @@ packages:
8270 resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} 8021 resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
8271 engines: {node: '>=8'} 8022 engines: {node: '>=8'}
8272 dependencies: 8023 dependencies:
8273 '@babel/core': 7.22.20 8024 '@babel/core': 7.23.5
8274 '@babel/parser': 7.23.0 8025 '@babel/parser': 7.23.5
8275 '@istanbuljs/schema': 0.1.3 8026 '@istanbuljs/schema': 0.1.3
8276 istanbul-lib-coverage: 3.2.0 8027 istanbul-lib-coverage: 3.2.0
8277 semver: 6.3.1 8028 semver: 6.3.1
@@ -8283,8 +8034,8 @@ packages:
8283 resolution: {integrity: sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==} 8034 resolution: {integrity: sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==}
8284 engines: {node: '>=10'} 8035 engines: {node: '>=10'}
8285 dependencies: 8036 dependencies:
8286 '@babel/core': 7.22.20 8037 '@babel/core': 7.23.5
8287 '@babel/parser': 7.23.0 8038 '@babel/parser': 7.23.5
8288 '@istanbuljs/schema': 0.1.3 8039 '@istanbuljs/schema': 0.1.3
8289 istanbul-lib-coverage: 3.2.0 8040 istanbul-lib-coverage: 3.2.0
8290 semver: 7.5.4 8041 semver: 7.5.4
@@ -8320,13 +8071,14 @@ packages:
8320 istanbul-lib-report: 3.0.0 8071 istanbul-lib-report: 3.0.0
8321 dev: true 8072 dev: true
8322 8073
8323 /iterator.prototype@1.1.1: 8074 /iterator.prototype@1.1.2:
8324 resolution: {integrity: sha512-9E+nePc8C9cnQldmNl6bgpTY6zI4OPRZd97fhJ/iVZ1GifIUDVV5F6x1nEDqpe8KaMEZGT4xgrwKQDxXnjOIZQ==} 8075 resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==}
8325 dependencies: 8076 dependencies:
8326 define-properties: 1.2.0 8077 define-properties: 1.2.1
8327 get-intrinsic: 1.2.1 8078 get-intrinsic: 1.2.2
8328 has-symbols: 1.0.3 8079 has-symbols: 1.0.3
8329 reflect.getprototypeof: 1.0.4 8080 reflect.getprototypeof: 1.0.4
8081 set-function-name: 2.0.1
8330 dev: true 8082 dev: true
8331 8083
8332 /jackspeak@2.3.6: 8084 /jackspeak@2.3.6:
@@ -8338,12 +8090,12 @@ packages:
8338 '@pkgjs/parseargs': 0.11.0 8090 '@pkgjs/parseargs': 0.11.0
8339 dev: true 8091 dev: true
8340 8092
8341 /jake@10.8.5: 8093 /jake@10.8.7:
8342 resolution: {integrity: sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==} 8094 resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==}
8343 engines: {node: '>=10'} 8095 engines: {node: '>=10'}
8344 hasBin: true 8096 hasBin: true
8345 dependencies: 8097 dependencies:
8346 async: 3.2.4 8098 async: 3.2.5
8347 chalk: 4.1.2 8099 chalk: 4.1.2
8348 filelist: 1.0.4 8100 filelist: 1.0.4
8349 minimatch: 3.1.2 8101 minimatch: 3.1.2
@@ -8366,7 +8118,7 @@ packages:
8366 '@jest/expect': 29.7.0 8118 '@jest/expect': 29.7.0
8367 '@jest/test-result': 29.7.0 8119 '@jest/test-result': 29.7.0
8368 '@jest/types': 29.6.3 8120 '@jest/types': 29.6.3
8369 '@types/node': 20.8.10 8121 '@types/node': 20.10.3
8370 chalk: 4.1.2 8122 chalk: 4.1.2
8371 co: 4.6.0 8123 co: 4.6.0
8372 dedent: 1.5.1 8124 dedent: 1.5.1
@@ -8387,7 +8139,7 @@ packages:
8387 - supports-color 8139 - supports-color
8388 dev: true 8140 dev: true
8389 8141
8390 /jest-cli@29.7.0(@types/node@20.8.10)(ts-node@10.9.1): 8142 /jest-cli@29.7.0(@types/node@20.10.3)(ts-node@10.9.1):
8391 resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} 8143 resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==}
8392 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8144 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8393 hasBin: true 8145 hasBin: true
@@ -8401,10 +8153,10 @@ packages:
8401 '@jest/test-result': 29.7.0 8153 '@jest/test-result': 29.7.0
8402 '@jest/types': 29.6.3 8154 '@jest/types': 29.6.3
8403 chalk: 4.1.2 8155 chalk: 4.1.2
8404 create-jest: 29.7.0(@types/node@20.8.10)(ts-node@10.9.1) 8156 create-jest: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1)
8405 exit: 0.1.2 8157 exit: 0.1.2
8406 import-local: 3.1.0 8158 import-local: 3.1.0
8407 jest-config: 29.7.0(@types/node@20.8.10)(ts-node@10.9.1) 8159 jest-config: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1)
8408 jest-util: 29.7.0 8160 jest-util: 29.7.0
8409 jest-validate: 29.7.0 8161 jest-validate: 29.7.0
8410 yargs: 17.7.2 8162 yargs: 17.7.2
@@ -8415,7 +8167,7 @@ packages:
8415 - ts-node 8167 - ts-node
8416 dev: true 8168 dev: true
8417 8169
8418 /jest-config@29.7.0(@types/node@20.8.10)(ts-node@10.9.1): 8170 /jest-config@29.7.0(@types/node@20.10.3)(ts-node@10.9.1):
8419 resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} 8171 resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==}
8420 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8172 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8421 peerDependencies: 8173 peerDependencies:
@@ -8427,14 +8179,14 @@ packages:
8427 ts-node: 8179 ts-node:
8428 optional: true 8180 optional: true
8429 dependencies: 8181 dependencies:
8430 '@babel/core': 7.22.20 8182 '@babel/core': 7.23.5
8431 '@jest/test-sequencer': 29.7.0 8183 '@jest/test-sequencer': 29.7.0
8432 '@jest/types': 29.6.3 8184 '@jest/types': 29.6.3
8433 '@types/node': 20.8.10 8185 '@types/node': 20.10.3
8434 babel-jest: 29.7.0(@babel/core@7.22.20) 8186 babel-jest: 29.7.0(@babel/core@7.23.5)
8435 chalk: 4.1.2 8187 chalk: 4.1.2
8436 ci-info: 3.8.0 8188 ci-info: 3.8.0
8437 deepmerge: 4.2.2 8189 deepmerge: 4.3.1
8438 glob: 7.2.3 8190 glob: 7.2.3
8439 graceful-fs: 4.2.11 8191 graceful-fs: 4.2.11
8440 jest-circus: 29.7.0 8192 jest-circus: 29.7.0
@@ -8450,7 +8202,7 @@ packages:
8450 pretty-format: 29.7.0 8202 pretty-format: 29.7.0
8451 slash: 3.0.0 8203 slash: 3.0.0
8452 strip-json-comments: 3.1.1 8204 strip-json-comments: 3.1.1
8453 ts-node: 10.9.1(@types/node@20.8.10)(typescript@5.2.2) 8205 ts-node: 10.9.1(@types/node@20.10.3)(typescript@5.3.2)
8454 transitivePeerDependencies: 8206 transitivePeerDependencies:
8455 - babel-plugin-macros 8207 - babel-plugin-macros
8456 - supports-color 8208 - supports-color
@@ -8491,7 +8243,7 @@ packages:
8491 '@jest/environment': 29.7.0 8243 '@jest/environment': 29.7.0
8492 '@jest/fake-timers': 29.7.0 8244 '@jest/fake-timers': 29.7.0
8493 '@jest/types': 29.6.3 8245 '@jest/types': 29.6.3
8494 '@types/node': 20.8.10 8246 '@types/node': 20.10.3
8495 jest-mock: 29.7.0 8247 jest-mock: 29.7.0
8496 jest-util: 29.7.0 8248 jest-util: 29.7.0
8497 dev: true 8249 dev: true
@@ -8507,7 +8259,7 @@ packages:
8507 dependencies: 8259 dependencies:
8508 '@jest/types': 29.6.3 8260 '@jest/types': 29.6.3
8509 '@types/graceful-fs': 4.1.5 8261 '@types/graceful-fs': 4.1.5
8510 '@types/node': 20.8.10 8262 '@types/node': 20.10.3
8511 anymatch: 3.1.3 8263 anymatch: 3.1.3
8512 fb-watchman: 2.0.2 8264 fb-watchman: 2.0.2
8513 graceful-fs: 4.2.11 8265 graceful-fs: 4.2.11
@@ -8542,7 +8294,7 @@ packages:
8542 resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} 8294 resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==}
8543 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8295 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8544 dependencies: 8296 dependencies:
8545 '@babel/code-frame': 7.22.13 8297 '@babel/code-frame': 7.23.5
8546 '@jest/types': 29.6.3 8298 '@jest/types': 29.6.3
8547 '@types/stack-utils': 2.0.1 8299 '@types/stack-utils': 2.0.1
8548 chalk: 4.1.2 8300 chalk: 4.1.2
@@ -8558,7 +8310,7 @@ packages:
8558 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8310 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8559 dependencies: 8311 dependencies:
8560 '@jest/types': 29.6.3 8312 '@jest/types': 29.6.3
8561 '@types/node': 20.8.10 8313 '@types/node': 20.10.3
8562 jest-util: 29.7.0 8314 jest-util: 29.7.0
8563 dev: true 8315 dev: true
8564 8316
@@ -8599,7 +8351,7 @@ packages:
8599 jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0) 8351 jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0)
8600 jest-util: 29.7.0 8352 jest-util: 29.7.0
8601 jest-validate: 29.7.0 8353 jest-validate: 29.7.0
8602 resolve: 1.22.4 8354 resolve: 1.22.8
8603 resolve.exports: 2.0.2 8355 resolve.exports: 2.0.2
8604 slash: 3.0.0 8356 slash: 3.0.0
8605 dev: true 8357 dev: true
@@ -8613,7 +8365,7 @@ packages:
8613 '@jest/test-result': 29.7.0 8365 '@jest/test-result': 29.7.0
8614 '@jest/transform': 29.7.0 8366 '@jest/transform': 29.7.0
8615 '@jest/types': 29.6.3 8367 '@jest/types': 29.6.3
8616 '@types/node': 20.8.10 8368 '@types/node': 20.10.3
8617 chalk: 4.1.2 8369 chalk: 4.1.2
8618 emittery: 0.13.1 8370 emittery: 0.13.1
8619 graceful-fs: 4.2.11 8371 graceful-fs: 4.2.11
@@ -8644,7 +8396,7 @@ packages:
8644 '@jest/test-result': 29.7.0 8396 '@jest/test-result': 29.7.0
8645 '@jest/transform': 29.7.0 8397 '@jest/transform': 29.7.0
8646 '@jest/types': 29.6.3 8398 '@jest/types': 29.6.3
8647 '@types/node': 20.8.10 8399 '@types/node': 20.10.3
8648 chalk: 4.1.2 8400 chalk: 4.1.2
8649 cjs-module-lexer: 1.2.2 8401 cjs-module-lexer: 1.2.2
8650 collect-v8-coverage: 1.0.1 8402 collect-v8-coverage: 1.0.1
@@ -8667,15 +8419,15 @@ packages:
8667 resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} 8419 resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==}
8668 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8420 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8669 dependencies: 8421 dependencies:
8670 '@babel/core': 7.22.20 8422 '@babel/core': 7.23.5
8671 '@babel/generator': 7.23.0 8423 '@babel/generator': 7.23.5
8672 '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.20) 8424 '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.5)
8673 '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.22.20) 8425 '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.23.5)
8674 '@babel/types': 7.23.0 8426 '@babel/types': 7.23.5
8675 '@jest/expect-utils': 29.7.0 8427 '@jest/expect-utils': 29.7.0
8676 '@jest/transform': 29.7.0 8428 '@jest/transform': 29.7.0
8677 '@jest/types': 29.6.3 8429 '@jest/types': 29.6.3
8678 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.20) 8430 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5)
8679 chalk: 4.1.2 8431 chalk: 4.1.2
8680 expect: 29.7.0 8432 expect: 29.7.0
8681 graceful-fs: 4.2.11 8433 graceful-fs: 4.2.11
@@ -8696,7 +8448,7 @@ packages:
8696 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8448 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8697 dependencies: 8449 dependencies:
8698 '@jest/types': 29.6.3 8450 '@jest/types': 29.6.3
8699 '@types/node': 20.8.10 8451 '@types/node': 20.10.3
8700 chalk: 4.1.2 8452 chalk: 4.1.2
8701 ci-info: 3.8.0 8453 ci-info: 3.8.0
8702 graceful-fs: 4.2.11 8454 graceful-fs: 4.2.11
@@ -8721,7 +8473,7 @@ packages:
8721 dependencies: 8473 dependencies:
8722 '@jest/test-result': 29.7.0 8474 '@jest/test-result': 29.7.0
8723 '@jest/types': 29.6.3 8475 '@jest/types': 29.6.3
8724 '@types/node': 20.8.10 8476 '@types/node': 20.10.3
8725 ansi-escapes: 4.3.2 8477 ansi-escapes: 4.3.2
8726 chalk: 4.1.2 8478 chalk: 4.1.2
8727 emittery: 0.13.1 8479 emittery: 0.13.1
@@ -8733,13 +8485,13 @@ packages:
8733 resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} 8485 resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==}
8734 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8486 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8735 dependencies: 8487 dependencies:
8736 '@types/node': 20.8.10 8488 '@types/node': 20.10.3
8737 jest-util: 29.7.0 8489 jest-util: 29.7.0
8738 merge-stream: 2.0.0 8490 merge-stream: 2.0.0
8739 supports-color: 8.1.1 8491 supports-color: 8.1.1
8740 dev: true 8492 dev: true
8741 8493
8742 /jest@29.7.0(@types/node@20.8.10)(ts-node@10.9.1): 8494 /jest@29.7.0(@types/node@20.10.3)(ts-node@10.9.1):
8743 resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} 8495 resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==}
8744 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8496 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8745 hasBin: true 8497 hasBin: true
@@ -8752,7 +8504,7 @@ packages:
8752 '@jest/core': 29.7.0(ts-node@10.9.1) 8504 '@jest/core': 29.7.0(ts-node@10.9.1)
8753 '@jest/types': 29.6.3 8505 '@jest/types': 29.6.3
8754 import-local: 3.1.0 8506 import-local: 3.1.0
8755 jest-cli: 29.7.0(@types/node@20.8.10)(ts-node@10.9.1) 8507 jest-cli: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1)
8756 transitivePeerDependencies: 8508 transitivePeerDependencies:
8757 - '@types/node' 8509 - '@types/node'
8758 - babel-plugin-macros 8510 - babel-plugin-macros
@@ -8760,13 +8512,13 @@ packages:
8760 - ts-node 8512 - ts-node
8761 dev: true 8513 dev: true
8762 8514
8763 /joi@17.7.0: 8515 /joi@17.11.0:
8764 resolution: {integrity: sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==} 8516 resolution: {integrity: sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==}
8765 dependencies: 8517 dependencies:
8766 '@hapi/hoek': 9.3.0 8518 '@hapi/hoek': 9.3.0
8767 '@hapi/topo': 5.1.0 8519 '@hapi/topo': 5.1.0
8768 '@sideway/address': 4.1.4 8520 '@sideway/address': 4.1.4
8769 '@sideway/formula': 3.0.0 8521 '@sideway/formula': 3.0.1
8770 '@sideway/pinpoint': 2.0.0 8522 '@sideway/pinpoint': 2.0.0
8771 dev: true 8523 dev: true
8772 8524
@@ -8818,7 +8570,7 @@ packages:
8818 resolution: {integrity: sha512-TuDuZ5KrgyjoCIppdPXBMqiGfota55+odM+j2cQ5rt/XKyKmqGB3Whz1F8SN8+60yYGy/Nu5lbRZ+rx8kBIvBw==} 8570 resolution: {integrity: sha512-TuDuZ5KrgyjoCIppdPXBMqiGfota55+odM+j2cQ5rt/XKyKmqGB3Whz1F8SN8+60yYGy/Nu5lbRZ+rx8kBIvBw==}
8819 engines: {node: '>=10'} 8571 engines: {node: '>=10'}
8820 dependencies: 8572 dependencies:
8821 '@babel/runtime': 7.22.15 8573 '@babel/runtime': 7.23.5
8822 chalk: 4.1.2 8574 chalk: 4.1.2
8823 pegjs: 0.10.0 8575 pegjs: 0.10.0
8824 dev: true 8576 dev: true
@@ -8865,7 +8617,7 @@ packages:
8865 /jsonfile@6.1.0: 8617 /jsonfile@6.1.0:
8866 resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} 8618 resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
8867 dependencies: 8619 dependencies:
8868 universalify: 2.0.0 8620 universalify: 2.0.1
8869 optionalDependencies: 8621 optionalDependencies:
8870 graceful-fs: 4.2.11 8622 graceful-fs: 4.2.11
8871 8623
@@ -8919,7 +8671,7 @@ packages:
8919 /jss-plugin-camel-case@10.10.0: 8671 /jss-plugin-camel-case@10.10.0:
8920 resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==} 8672 resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==}
8921 dependencies: 8673 dependencies:
8922 '@babel/runtime': 7.22.15 8674 '@babel/runtime': 7.23.5
8923 hyphenate-style-name: 1.0.4 8675 hyphenate-style-name: 1.0.4
8924 jss: 10.10.0 8676 jss: 10.10.0
8925 dev: false 8677 dev: false
@@ -8927,7 +8679,7 @@ packages:
8927 /jss-plugin-compose@10.10.0: 8679 /jss-plugin-compose@10.10.0:
8928 resolution: {integrity: sha512-F5kgtWpI2XfZ3Z8eP78tZEYFdgTIbpA/TMuX3a8vwrNolYtN1N4qJR/Ob0LAsqIwCMLojtxN7c7Oo/+Vz6THow==} 8680 resolution: {integrity: sha512-F5kgtWpI2XfZ3Z8eP78tZEYFdgTIbpA/TMuX3a8vwrNolYtN1N4qJR/Ob0LAsqIwCMLojtxN7c7Oo/+Vz6THow==}
8929 dependencies: 8681 dependencies:
8930 '@babel/runtime': 7.22.15 8682 '@babel/runtime': 7.23.5
8931 jss: 10.10.0 8683 jss: 10.10.0
8932 tiny-warning: 1.0.3 8684 tiny-warning: 1.0.3
8933 dev: false 8685 dev: false
@@ -8935,21 +8687,21 @@ packages:
8935 /jss-plugin-default-unit@10.10.0: 8687 /jss-plugin-default-unit@10.10.0:
8936 resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==} 8688 resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==}
8937 dependencies: 8689 dependencies:
8938 '@babel/runtime': 7.22.15 8690 '@babel/runtime': 7.23.5
8939 jss: 10.10.0 8691 jss: 10.10.0
8940 dev: false 8692 dev: false
8941 8693
8942 /jss-plugin-expand@10.10.0: 8694 /jss-plugin-expand@10.10.0:
8943 resolution: {integrity: sha512-ymT62W2OyDxBxr7A6JR87vVX9vTq2ep5jZLIdUSusfBIEENLdkkc0lL/Xaq8W9s3opUq7R0sZQpzRWELrfVYzA==} 8695 resolution: {integrity: sha512-ymT62W2OyDxBxr7A6JR87vVX9vTq2ep5jZLIdUSusfBIEENLdkkc0lL/Xaq8W9s3opUq7R0sZQpzRWELrfVYzA==}
8944 dependencies: 8696 dependencies:
8945 '@babel/runtime': 7.22.15 8697 '@babel/runtime': 7.23.5
8946 jss: 10.10.0 8698 jss: 10.10.0
8947 dev: false 8699 dev: false
8948 8700
8949 /jss-plugin-extend@10.10.0: 8701 /jss-plugin-extend@10.10.0:
8950 resolution: {integrity: sha512-sKYrcMfr4xxigmIwqTjxNcHwXJIfvhvjTNxF+Tbc1NmNdyspGW47Ey6sGH8BcQ4FFQhLXctpWCQSpDwdNmXSwg==} 8702 resolution: {integrity: sha512-sKYrcMfr4xxigmIwqTjxNcHwXJIfvhvjTNxF+Tbc1NmNdyspGW47Ey6sGH8BcQ4FFQhLXctpWCQSpDwdNmXSwg==}
8951 dependencies: 8703 dependencies:
8952 '@babel/runtime': 7.22.15 8704 '@babel/runtime': 7.23.5
8953 jss: 10.10.0 8705 jss: 10.10.0
8954 tiny-warning: 1.0.3 8706 tiny-warning: 1.0.3
8955 dev: false 8707 dev: false
@@ -8957,14 +8709,14 @@ packages:
8957 /jss-plugin-global@10.10.0: 8709 /jss-plugin-global@10.10.0:
8958 resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==} 8710 resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==}
8959 dependencies: 8711 dependencies:
8960 '@babel/runtime': 7.22.15 8712 '@babel/runtime': 7.23.5
8961 jss: 10.10.0 8713 jss: 10.10.0
8962 dev: false 8714 dev: false
8963 8715
8964 /jss-plugin-nested@10.10.0: 8716 /jss-plugin-nested@10.10.0:
8965 resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==} 8717 resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==}
8966 dependencies: 8718 dependencies:
8967 '@babel/runtime': 7.22.15 8719 '@babel/runtime': 7.23.5
8968 jss: 10.10.0 8720 jss: 10.10.0
8969 tiny-warning: 1.0.3 8721 tiny-warning: 1.0.3
8970 dev: false 8722 dev: false
@@ -8972,14 +8724,14 @@ packages:
8972 /jss-plugin-props-sort@10.10.0: 8724 /jss-plugin-props-sort@10.10.0:
8973 resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==} 8725 resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==}
8974 dependencies: 8726 dependencies:
8975 '@babel/runtime': 7.22.15 8727 '@babel/runtime': 7.23.5
8976 jss: 10.10.0 8728 jss: 10.10.0
8977 dev: false 8729 dev: false
8978 8730
8979 /jss-plugin-rule-value-function@10.10.0: 8731 /jss-plugin-rule-value-function@10.10.0:
8980 resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==} 8732 resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==}
8981 dependencies: 8733 dependencies:
8982 '@babel/runtime': 7.22.15 8734 '@babel/runtime': 7.23.5
8983 jss: 10.10.0 8735 jss: 10.10.0
8984 tiny-warning: 1.0.3 8736 tiny-warning: 1.0.3
8985 dev: false 8737 dev: false
@@ -8987,7 +8739,7 @@ packages:
8987 /jss-plugin-rule-value-observable@10.10.0: 8739 /jss-plugin-rule-value-observable@10.10.0:
8988 resolution: {integrity: sha512-ZLMaYrR3QE+vD7nl3oNXuj79VZl9Kp8/u6A1IbTPDcuOu8b56cFdWRZNZ0vNr8jHewooEeq2doy8Oxtymr2ZPA==} 8740 resolution: {integrity: sha512-ZLMaYrR3QE+vD7nl3oNXuj79VZl9Kp8/u6A1IbTPDcuOu8b56cFdWRZNZ0vNr8jHewooEeq2doy8Oxtymr2ZPA==}
8989 dependencies: 8741 dependencies:
8990 '@babel/runtime': 7.22.15 8742 '@babel/runtime': 7.23.5
8991 jss: 10.10.0 8743 jss: 10.10.0
8992 symbol-observable: 1.2.0 8744 symbol-observable: 1.2.0
8993 dev: false 8745 dev: false
@@ -8995,7 +8747,7 @@ packages:
8995 /jss-plugin-template@10.10.0: 8747 /jss-plugin-template@10.10.0:
8996 resolution: {integrity: sha512-ocXZBIOJOA+jISPdsgkTs8wwpK6UbsvtZK5JI7VUggTD6LWKbtoxUzadd2TpfF+lEtlhUmMsCkTRNkITdPKa6w==} 8748 resolution: {integrity: sha512-ocXZBIOJOA+jISPdsgkTs8wwpK6UbsvtZK5JI7VUggTD6LWKbtoxUzadd2TpfF+lEtlhUmMsCkTRNkITdPKa6w==}
8997 dependencies: 8749 dependencies:
8998 '@babel/runtime': 7.22.15 8750 '@babel/runtime': 7.23.5
8999 jss: 10.10.0 8751 jss: 10.10.0
9000 tiny-warning: 1.0.3 8752 tiny-warning: 1.0.3
9001 dev: false 8753 dev: false
@@ -9003,7 +8755,7 @@ packages:
9003 /jss-plugin-vendor-prefixer@10.10.0: 8755 /jss-plugin-vendor-prefixer@10.10.0:
9004 resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==} 8756 resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==}
9005 dependencies: 8757 dependencies:
9006 '@babel/runtime': 7.22.15 8758 '@babel/runtime': 7.23.5
9007 css-vendor: 2.0.8 8759 css-vendor: 2.0.8
9008 jss: 10.10.0 8760 jss: 10.10.0
9009 dev: false 8761 dev: false
@@ -9011,7 +8763,7 @@ packages:
9011 /jss-preset-default@10.10.0: 8763 /jss-preset-default@10.10.0:
9012 resolution: {integrity: sha512-GL175Wt2FGhjE+f+Y3aWh+JioL06/QWFgZp53CbNNq6ZkVU0TDplD8Bxm9KnkotAYn3FlplNqoW5CjyLXcoJ7Q==} 8764 resolution: {integrity: sha512-GL175Wt2FGhjE+f+Y3aWh+JioL06/QWFgZp53CbNNq6ZkVU0TDplD8Bxm9KnkotAYn3FlplNqoW5CjyLXcoJ7Q==}
9013 dependencies: 8765 dependencies:
9014 '@babel/runtime': 7.22.15 8766 '@babel/runtime': 7.23.5
9015 jss: 10.10.0 8767 jss: 10.10.0
9016 jss-plugin-camel-case: 10.10.0 8768 jss-plugin-camel-case: 10.10.0
9017 jss-plugin-compose: 10.10.0 8769 jss-plugin-compose: 10.10.0
@@ -9030,28 +8782,20 @@ packages:
9030 /jss@10.10.0: 8782 /jss@10.10.0:
9031 resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==} 8783 resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==}
9032 dependencies: 8784 dependencies:
9033 '@babel/runtime': 7.20.7 8785 '@babel/runtime': 7.23.5
9034 csstype: 3.1.2 8786 csstype: 3.1.2
9035 is-in-browser: 1.1.3 8787 is-in-browser: 1.1.3
9036 tiny-warning: 1.0.3 8788 tiny-warning: 1.0.3
9037 dev: false 8789 dev: false
9038 8790
9039 /jsx-ast-utils@3.3.3: 8791 /jsx-ast-utils@3.3.5:
9040 resolution: {integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==} 8792 resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
9041 engines: {node: '>=4.0'}
9042 dependencies:
9043 array-includes: 3.1.6
9044 object.assign: 4.1.4
9045 dev: true
9046
9047 /jsx-ast-utils@3.3.4:
9048 resolution: {integrity: sha512-fX2TVdCViod6HwKEtSWGHs57oFhVfCMwieb9PuRDgjDPh5XeqJiHFFFJCHxU5cnTc3Bu/GRL+kPiFmw8XWOfKw==}
9049 engines: {node: '>=4.0'} 8793 engines: {node: '>=4.0'}
9050 dependencies: 8794 dependencies:
9051 array-includes: 3.1.6 8795 array-includes: 3.1.7
9052 array.prototype.flat: 1.3.1 8796 array.prototype.flat: 1.3.2
9053 object.assign: 4.1.4 8797 object.assign: 4.1.5
9054 object.values: 1.1.6 8798 object.values: 1.1.7
9055 dev: true 8799 dev: true
9056 8800
9057 /jwa@1.4.1: 8801 /jwa@1.4.1:
@@ -9069,8 +8813,8 @@ packages:
9069 safe-buffer: 5.2.1 8813 safe-buffer: 5.2.1
9070 dev: false 8814 dev: false
9071 8815
9072 /keyv@4.5.2: 8816 /keyv@4.5.4:
9073 resolution: {integrity: sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==} 8817 resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
9074 dependencies: 8818 dependencies:
9075 json-buffer: 3.0.1 8819 json-buffer: 3.0.1
9076 8820
@@ -9172,8 +8916,9 @@ packages:
9172 resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} 8916 resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==}
9173 dev: true 8917 dev: true
9174 8918
9175 /language-tags@1.0.5: 8919 /language-tags@1.0.9:
9176 resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} 8920 resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==}
8921 engines: {node: '>=0.10'}
9177 dependencies: 8922 dependencies:
9178 language-subtag-registry: 0.3.22 8923 language-subtag-registry: 0.3.22
9179 dev: true 8924 dev: true
@@ -9222,7 +8967,7 @@ packages:
9222 is-plain-object: 2.0.4 8967 is-plain-object: 2.0.4
9223 object.map: 1.0.1 8968 object.map: 1.0.1
9224 rechoir: 0.6.2 8969 rechoir: 0.6.2
9225 resolve: 1.22.4 8970 resolve: 1.22.8
9226 transitivePeerDependencies: 8971 transitivePeerDependencies:
9227 - supports-color 8972 - supports-color
9228 dev: false 8973 dev: false
@@ -9374,10 +9119,9 @@ packages:
9374 resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} 9119 resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==}
9375 engines: {node: '>=8'} 9120 engines: {node: '>=8'}
9376 9121
9377 /lru-cache@10.0.1: 9122 /lru-cache@10.1.0:
9378 resolution: {integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==} 9123 resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==}
9379 engines: {node: 14 || >=16.14} 9124 engines: {node: 14 || >=16.14}
9380 requiresBuild: true
9381 dev: true 9125 dev: true
9382 9126
9383 /lru-cache@4.1.5: 9127 /lru-cache@4.1.5:
@@ -9424,7 +9168,7 @@ packages:
9424 resolution: {integrity: sha512-OHJU8nTNxHYL1FQhD+nZawWgXKXAqDGr4kluLtaqKO4au3cR41y1mKuVShOU5U4rOYiuPanljq6oFGmV2B9DFA==} 9168 resolution: {integrity: sha512-OHJU8nTNxHYL1FQhD+nZawWgXKXAqDGr4kluLtaqKO4au3cR41y1mKuVShOU5U4rOYiuPanljq6oFGmV2B9DFA==}
9425 engines: {node: '>=6'} 9169 engines: {node: '>=6'}
9426 dependencies: 9170 dependencies:
9427 semver: 5.7.1 9171 semver: 5.7.2
9428 dev: false 9172 dev: false
9429 9173
9430 /macroable@1.0.0: 9174 /macroable@1.0.0:
@@ -9595,7 +9339,7 @@ packages:
9595 resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} 9339 resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==}
9596 engines: {node: '>=10'} 9340 engines: {node: '>=10'}
9597 dependencies: 9341 dependencies:
9598 '@types/minimist': 1.2.2 9342 '@types/minimist': 1.2.5
9599 camelcase-keys: 6.2.2 9343 camelcase-keys: 6.2.2
9600 decamelize-keys: 1.1.1 9344 decamelize-keys: 1.1.1
9601 hard-rejection: 2.1.0 9345 hard-rejection: 2.1.0
@@ -9802,8 +9546,8 @@ packages:
9802 resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} 9546 resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
9803 engines: {node: '>=8'} 9547 engines: {node: '>=8'}
9804 9548
9805 /minipass@6.0.2: 9549 /minipass@7.0.4:
9806 resolution: {integrity: sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==} 9550 resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==}
9807 engines: {node: '>=16 || 14 >=14.17'} 9551 engines: {node: '>=16 || 14 >=14.17'}
9808 dev: true 9552 dev: true
9809 9553
@@ -9842,26 +9586,26 @@ packages:
9842 engines: {node: '>=10'} 9586 engines: {node: '>=10'}
9843 hasBin: true 9587 hasBin: true
9844 9588
9845 /mobx-localstorage@1.2.0(mobx@6.10.2): 9589 /mobx-localstorage@1.2.0(mobx@6.12.0):
9846 resolution: {integrity: sha512-fb03qyQfjnDIOW28qdV+h9AZ8qtJCZnzNgsej0YxCYwAR2ViykKxgHThikgOi+zJzJj5ljxWyvjGrr6CoptcFw==} 9590 resolution: {integrity: sha512-fb03qyQfjnDIOW28qdV+h9AZ8qtJCZnzNgsej0YxCYwAR2ViykKxgHThikgOi+zJzJj5ljxWyvjGrr6CoptcFw==}
9847 peerDependencies: 9591 peerDependencies:
9848 mobx: '>=3' 9592 mobx: '>=3'
9849 dependencies: 9593 dependencies:
9850 mobx: 6.10.2 9594 mobx: 6.12.0
9851 reactive-localstorage: 0.0.2 9595 reactive-localstorage: 0.0.2
9852 dev: false 9596 dev: false
9853 9597
9854 /mobx-react-form@6.3.7(mobx@6.10.2): 9598 /mobx-react-form@6.6.0(mobx@6.12.0):
9855 resolution: {integrity: sha512-PV9V5jxHLNowsZ5CniVm611FYDFPfzvx+rrEp1WM7lpGso0YE3ZNc0QzquYTYPVRDhs+pVZb+jGXVRR0qhgw2g==} 9599 resolution: {integrity: sha512-Md7ne7tS4GX/TNMSmxKX4aTB1FVOVYCv/452k/Bftc4HK+4iozzlQX9jmCBlpSEAswpoqRE5e/Px/ANPay0DLg==}
9856 engines: {node: '>=8.0.0'} 9600 engines: {node: '>=8.0.0'}
9857 peerDependencies: 9601 peerDependencies:
9858 mobx: ^6.0.0 9602 mobx: ^6.0.0
9859 dependencies: 9603 dependencies:
9860 lodash: 4.17.21 9604 lodash: 4.17.21
9861 mobx: 6.10.2 9605 mobx: 6.12.0
9862 dev: false 9606 dev: false
9863 9607
9864 /mobx-react-lite@3.4.0(mobx@6.10.2)(react-dom@18.2.0)(react@18.2.0): 9608 /mobx-react-lite@3.4.0(mobx@6.12.0)(react-dom@18.2.0)(react@18.2.0):
9865 resolution: {integrity: sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==} 9609 resolution: {integrity: sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==}
9866 peerDependencies: 9610 peerDependencies:
9867 mobx: ^6.1.0 9611 mobx: ^6.1.0
@@ -9874,12 +9618,12 @@ packages:
9874 react-native: 9618 react-native:
9875 optional: true 9619 optional: true
9876 dependencies: 9620 dependencies:
9877 mobx: 6.10.2 9621 mobx: 6.12.0
9878 react: 18.2.0 9622 react: 18.2.0
9879 react-dom: 18.2.0(react@18.2.0) 9623 react-dom: 18.2.0(react@18.2.0)
9880 dev: false 9624 dev: false
9881 9625
9882 /mobx-react@7.6.0(mobx@6.10.2)(react-dom@18.2.0)(react@18.2.0): 9626 /mobx-react@7.6.0(mobx@6.12.0)(react-dom@18.2.0)(react@18.2.0):
9883 resolution: {integrity: sha512-+HQUNuh7AoQ9ZnU6c4rvbiVVl+wEkb9WqYsVDzGLng+Dqj1XntHu79PvEWKtSMoMj67vFp/ZPXcElosuJO8ckA==} 9627 resolution: {integrity: sha512-+HQUNuh7AoQ9ZnU6c4rvbiVVl+wEkb9WqYsVDzGLng+Dqj1XntHu79PvEWKtSMoMj67vFp/ZPXcElosuJO8ckA==}
9884 peerDependencies: 9628 peerDependencies:
9885 mobx: ^6.1.0 9629 mobx: ^6.1.0
@@ -9892,14 +9636,14 @@ packages:
9892 react-native: 9636 react-native:
9893 optional: true 9637 optional: true
9894 dependencies: 9638 dependencies:
9895 mobx: 6.10.2 9639 mobx: 6.12.0
9896 mobx-react-lite: 3.4.0(mobx@6.10.2)(react-dom@18.2.0)(react@18.2.0) 9640 mobx-react-lite: 3.4.0(mobx@6.12.0)(react-dom@18.2.0)(react@18.2.0)
9897 react: 18.2.0 9641 react: 18.2.0
9898 react-dom: 18.2.0(react@18.2.0) 9642 react-dom: 18.2.0(react@18.2.0)
9899 dev: false 9643 dev: false
9900 9644
9901 /mobx@6.10.2: 9645 /mobx@6.12.0:
9902 resolution: {integrity: sha512-B1UGC3ieK3boCjnMEcZSwxqRDMdzX65H/8zOHbuTY8ZhvrIjTUoLRR2TP2bPqIgYRfb3+dUigu8yMZufNjn0LQ==} 9646 resolution: {integrity: sha512-Mn6CN6meXEnMa0a5u6a5+RKrqRedHBhZGd15AWLk9O6uFY4KYHzImdt8JI8WODo1bjTSRnwXhJox+FCUZhCKCQ==}
9903 dev: false 9647 dev: false
9904 9648
9905 /modify-filename@1.1.0: 9649 /modify-filename@1.1.0:
@@ -10149,7 +9893,7 @@ packages:
10149 resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} 9893 resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
10150 dependencies: 9894 dependencies:
10151 hosted-git-info: 2.8.9 9895 hosted-git-info: 2.8.9
10152 resolve: 1.22.4 9896 resolve: 1.22.8
10153 semver: 5.7.2 9897 semver: 5.7.2
10154 validate-npm-package-license: 3.0.4 9898 validate-npm-package-license: 3.0.4
10155 dev: true 9899 dev: true
@@ -10159,7 +9903,7 @@ packages:
10159 engines: {node: '>=10'} 9903 engines: {node: '>=10'}
10160 dependencies: 9904 dependencies:
10161 hosted-git-info: 4.1.0 9905 hosted-git-info: 4.1.0
10162 is-core-module: 2.13.0 9906 is-core-module: 2.13.1
10163 semver: 7.5.4 9907 semver: 7.5.4
10164 validate-npm-package-license: 3.0.4 9908 validate-npm-package-license: 3.0.4
10165 dev: true 9909 dev: true
@@ -10228,16 +9972,8 @@ packages:
10228 kind-of: 3.2.2 9972 kind-of: 3.2.2
10229 dev: false 9973 dev: false
10230 9974
10231 /object-inspect@1.12.3: 9975 /object-inspect@1.13.1:
10232 resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} 9976 resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
10233
10234 /object-is@1.1.5:
10235 resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==}
10236 engines: {node: '>= 0.4'}
10237 dependencies:
10238 call-bind: 1.0.2
10239 define-properties: 1.2.0
10240 dev: true
10241 9977
10242 /object-keys@1.1.1: 9978 /object-keys@1.1.1:
10243 resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} 9979 resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
@@ -10250,12 +9986,12 @@ packages:
10250 isobject: 3.0.1 9986 isobject: 3.0.1
10251 dev: false 9987 dev: false
10252 9988
10253 /object.assign@4.1.4: 9989 /object.assign@4.1.5:
10254 resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} 9990 resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==}
10255 engines: {node: '>= 0.4'} 9991 engines: {node: '>= 0.4'}
10256 dependencies: 9992 dependencies:
10257 call-bind: 1.0.2 9993 call-bind: 1.0.5
10258 define-properties: 1.2.0 9994 define-properties: 1.2.1
10259 has-symbols: 1.0.3 9995 has-symbols: 1.0.3
10260 object-keys: 1.1.1 9996 object-keys: 1.1.1
10261 dev: true 9997 dev: true
@@ -10270,38 +10006,38 @@ packages:
10270 isobject: 3.0.1 10006 isobject: 3.0.1
10271 dev: false 10007 dev: false
10272 10008
10273 /object.entries@1.1.6: 10009 /object.entries@1.1.7:
10274 resolution: {integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==} 10010 resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==}
10275 engines: {node: '>= 0.4'} 10011 engines: {node: '>= 0.4'}
10276 dependencies: 10012 dependencies:
10277 call-bind: 1.0.2 10013 call-bind: 1.0.5
10278 define-properties: 1.2.0 10014 define-properties: 1.2.1
10279 es-abstract: 1.22.1 10015 es-abstract: 1.22.3
10280 dev: true 10016 dev: true
10281 10017
10282 /object.fromentries@2.0.6: 10018 /object.fromentries@2.0.7:
10283 resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} 10019 resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==}
10284 engines: {node: '>= 0.4'} 10020 engines: {node: '>= 0.4'}
10285 dependencies: 10021 dependencies:
10286 call-bind: 1.0.2 10022 call-bind: 1.0.5
10287 define-properties: 1.2.0 10023 define-properties: 1.2.1
10288 es-abstract: 1.22.1 10024 es-abstract: 1.22.3
10289 dev: true 10025 dev: true
10290 10026
10291 /object.groupby@1.0.0: 10027 /object.groupby@1.0.1:
10292 resolution: {integrity: sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==} 10028 resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==}
10293 dependencies: 10029 dependencies:
10294 call-bind: 1.0.2 10030 call-bind: 1.0.5
10295 define-properties: 1.2.0 10031 define-properties: 1.2.1
10296 es-abstract: 1.22.1 10032 es-abstract: 1.22.3
10297 get-intrinsic: 1.2.1 10033 get-intrinsic: 1.2.2
10298 dev: true 10034 dev: true
10299 10035
10300 /object.hasown@1.1.2: 10036 /object.hasown@1.1.2:
10301 resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} 10037 resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==}
10302 dependencies: 10038 dependencies:
10303 define-properties: 1.2.0 10039 define-properties: 1.2.1
10304 es-abstract: 1.22.1 10040 es-abstract: 1.22.3
10305 dev: true 10041 dev: true
10306 10042
10307 /object.map@1.0.1: 10043 /object.map@1.0.1:
@@ -10319,13 +10055,13 @@ packages:
10319 isobject: 3.0.1 10055 isobject: 3.0.1
10320 dev: false 10056 dev: false
10321 10057
10322 /object.values@1.1.6: 10058 /object.values@1.1.7:
10323 resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} 10059 resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==}
10324 engines: {node: '>= 0.4'} 10060 engines: {node: '>= 0.4'}
10325 dependencies: 10061 dependencies:
10326 call-bind: 1.0.2 10062 call-bind: 1.0.5
10327 define-properties: 1.2.0 10063 define-properties: 1.2.1
10328 es-abstract: 1.22.1 10064 es-abstract: 1.22.3
10329 dev: true 10065 dev: true
10330 10066
10331 /on-finished@2.3.0: 10067 /on-finished@2.3.0:
@@ -10465,7 +10201,7 @@ packages:
10465 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} 10201 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
10466 engines: {node: '>=8'} 10202 engines: {node: '>=8'}
10467 dependencies: 10203 dependencies:
10468 '@babel/code-frame': 7.22.13 10204 '@babel/code-frame': 7.23.5
10469 error-ex: 1.3.2 10205 error-ex: 1.3.2
10470 json-parse-even-better-errors: 2.3.1 10206 json-parse-even-better-errors: 2.3.1
10471 lines-and-columns: 1.2.4 10207 lines-and-columns: 1.2.4
@@ -10531,8 +10267,8 @@ packages:
10531 resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} 10267 resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==}
10532 engines: {node: '>=16 || 14 >=14.17'} 10268 engines: {node: '>=16 || 14 >=14.17'}
10533 dependencies: 10269 dependencies:
10534 lru-cache: 10.0.1 10270 lru-cache: 10.1.0
10535 minipass: 6.0.2 10271 minipass: 7.0.4
10536 dev: true 10272 dev: true
10537 10273
10538 /path-to-regexp@2.4.0: 10274 /path-to-regexp@2.4.0:
@@ -10686,8 +10422,8 @@ packages:
10686 dev: true 10422 dev: true
10687 optional: true 10423 optional: true
10688 10424
10689 /prettier@3.0.3: 10425 /prettier@3.1.0:
10690 resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==} 10426 resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==}
10691 engines: {node: '>=14'} 10427 engines: {node: '>=14'}
10692 hasBin: true 10428 hasBin: true
10693 dev: true 10429 dev: true
@@ -10976,6 +10712,10 @@ packages:
10976 ipaddr.js: 1.9.1 10712 ipaddr.js: 1.9.1
10977 dev: false 10713 dev: false
10978 10714
10715 /proxy-from-env@1.1.0:
10716 resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
10717 dev: true
10718
10979 /pseudomap@1.0.2: 10719 /pseudomap@1.0.2:
10980 resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} 10720 resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==}
10981 dev: false 10721 dev: false
@@ -11072,7 +10812,7 @@ packages:
11072 react: '>=16.9.0' 10812 react: '>=16.9.0'
11073 react-dom: '>=16.9.0' 10813 react-dom: '>=16.9.0'
11074 dependencies: 10814 dependencies:
11075 '@babel/runtime': 7.21.5 10815 '@babel/runtime': 7.23.5
11076 classnames: 2.3.2 10816 classnames: 2.3.2
11077 rc-util: 5.37.0(react-dom@18.2.0)(react@18.2.0) 10817 rc-util: 5.37.0(react-dom@18.2.0)(react@18.2.0)
11078 react: 18.2.0 10818 react: 18.2.0
@@ -11085,7 +10825,7 @@ packages:
11085 react: '>=16.9.0' 10825 react: '>=16.9.0'
11086 react-dom: '>=16.9.0' 10826 react-dom: '>=16.9.0'
11087 dependencies: 10827 dependencies:
11088 '@babel/runtime': 7.22.15 10828 '@babel/runtime': 7.23.5
11089 react: 18.2.0 10829 react: 18.2.0
11090 react-dom: 18.2.0(react@18.2.0) 10830 react-dom: 18.2.0(react@18.2.0)
11091 react-is: 16.13.1 10831 react-is: 16.13.1
@@ -11153,27 +10893,27 @@ packages:
11153 react-dom: 18.2.0(react@18.2.0) 10893 react-dom: 18.2.0(react@18.2.0)
11154 dev: false 10894 dev: false
11155 10895
11156 /react-intl@6.4.7(react@18.2.0)(typescript@5.2.2): 10896 /react-intl@6.5.5(react@18.2.0)(typescript@5.3.2):
11157 resolution: {integrity: sha512-0hnOHAZhxTFqD1hGTxrF40qNyZJPPYiGhWIIxIz0Udz+3e3c7sdN80qlxArR+AbJ+jb5ALXZkJYH20+GPFCM0Q==} 10897 resolution: {integrity: sha512-cI5UKvBh4tc1zxLIziHBYGMX3dhYWDEFlvUDVN6NfT2i96zTXz/zH2AmM8+2waqgOhwkFUzd+7kK1G9q7fiC2g==}
11158 peerDependencies: 10898 peerDependencies:
11159 react: ^16.6.0 || 17 || 18 10899 react: ^16.6.0 || 17 || 18
11160 typescript: ^4.7 || 5 10900 typescript: '5'
11161 peerDependenciesMeta: 10901 peerDependenciesMeta:
11162 typescript: 10902 typescript:
11163 optional: true 10903 optional: true
11164 dependencies: 10904 dependencies:
11165 '@formatjs/ecma402-abstract': 1.17.2 10905 '@formatjs/ecma402-abstract': 1.18.0
11166 '@formatjs/icu-messageformat-parser': 2.6.2 10906 '@formatjs/icu-messageformat-parser': 2.7.3
11167 '@formatjs/intl': 2.9.3(typescript@5.2.2) 10907 '@formatjs/intl': 2.9.9(typescript@5.3.2)
11168 '@formatjs/intl-displaynames': 6.5.2 10908 '@formatjs/intl-displaynames': 6.6.4
11169 '@formatjs/intl-listformat': 7.4.2 10909 '@formatjs/intl-listformat': 7.5.3
11170 '@types/hoist-non-react-statics': 3.3.1 10910 '@types/hoist-non-react-statics': 3.3.5
11171 '@types/react': 18.2.22 10911 '@types/react': 18.2.41
11172 hoist-non-react-statics: 3.3.2 10912 hoist-non-react-statics: 3.3.2
11173 intl-messageformat: 10.5.3 10913 intl-messageformat: 10.5.8
11174 react: 18.2.0 10914 react: 18.2.0
11175 tslib: 2.6.2 10915 tslib: 2.6.2
11176 typescript: 5.2.2 10916 typescript: 5.3.2
11177 dev: false 10917 dev: false
11178 10918
11179 /react-is@16.13.1: 10919 /react-is@16.13.1:
@@ -11187,7 +10927,7 @@ packages:
11187 peerDependencies: 10927 peerDependencies:
11188 react: '>=16.8.6' 10928 react: '>=16.8.6'
11189 dependencies: 10929 dependencies:
11190 '@babel/runtime': 7.20.7 10930 '@babel/runtime': 7.23.5
11191 '@emotion/is-prop-valid': 0.7.3 10931 '@emotion/is-prop-valid': 0.7.3
11192 css-jss: 10.10.0 10932 css-jss: 10.10.0
11193 hoist-non-react-statics: 3.3.2 10933 hoist-non-react-statics: 3.3.2
@@ -11235,26 +10975,26 @@ packages:
11235 warning: 4.0.3 10975 warning: 4.0.3
11236 dev: false 10976 dev: false
11237 10977
11238 /react-router-dom@6.15.0(react-dom@18.2.0)(react@18.2.0): 10978 /react-router-dom@6.20.1(react-dom@18.2.0)(react@18.2.0):
11239 resolution: {integrity: sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==} 10979 resolution: {integrity: sha512-npzfPWcxfQN35psS7rJgi/EW0Gx6EsNjfdJSAk73U/HqMEJZ2k/8puxfwHFgDQhBGmS3+sjnGbMdMSV45axPQw==}
11240 engines: {node: '>=14.0.0'} 10980 engines: {node: '>=14.0.0'}
11241 peerDependencies: 10981 peerDependencies:
11242 react: '>=16.8' 10982 react: '>=16.8'
11243 react-dom: '>=16.8' 10983 react-dom: '>=16.8'
11244 dependencies: 10984 dependencies:
11245 '@remix-run/router': 1.8.0 10985 '@remix-run/router': 1.13.1
11246 react: 18.2.0 10986 react: 18.2.0
11247 react-dom: 18.2.0(react@18.2.0) 10987 react-dom: 18.2.0(react@18.2.0)
11248 react-router: 6.15.0(react@18.2.0) 10988 react-router: 6.20.1(react@18.2.0)
11249 dev: false 10989 dev: false
11250 10990
11251 /react-router@6.15.0(react@18.2.0): 10991 /react-router@6.20.1(react@18.2.0):
11252 resolution: {integrity: sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==} 10992 resolution: {integrity: sha512-ccvLrB4QeT5DlaxSFFYi/KR8UMQ4fcD8zBcR71Zp1kaYTC5oJKYAp1cbavzGrogwxca+ubjkd7XjFZKBW8CxPA==}
11253 engines: {node: '>=14.0.0'} 10993 engines: {node: '>=14.0.0'}
11254 peerDependencies: 10994 peerDependencies:
11255 react: '>=16.8' 10995 react: '>=16.8'
11256 dependencies: 10996 dependencies:
11257 '@remix-run/router': 1.8.0 10997 '@remix-run/router': 1.13.1
11258 react: 18.2.0 10998 react: 18.2.0
11259 dev: false 10999 dev: false
11260 11000
@@ -11265,20 +11005,20 @@ packages:
11265 react: ^16.3.0 || ^17.0.0 || ^18.0.0 11005 react: ^16.3.0 || ^17.0.0 || ^18.0.0
11266 react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0 11006 react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0
11267 dependencies: 11007 dependencies:
11268 '@babel/runtime': 7.20.1 11008 '@babel/runtime': 7.23.5
11269 invariant: 2.2.4 11009 invariant: 2.2.4
11270 prop-types: 15.8.1 11010 prop-types: 15.8.1
11271 react: 18.2.0 11011 react: 18.2.0
11272 react-dom: 18.2.0(react@18.2.0) 11012 react-dom: 18.2.0(react@18.2.0)
11273 dev: false 11013 dev: false
11274 11014
11275 /react-tooltip@5.21.4(react-dom@18.2.0)(react@18.2.0): 11015 /react-tooltip@5.24.0(react-dom@18.2.0)(react@18.2.0):
11276 resolution: {integrity: sha512-LZsllEbiu63zNwuCalq3gIFcBu2Xf0I0fMg7uuF7/5ROo5//uHe8Sum7v9L1Rtp6IozcoU9YAjkNUZdrxutsNg==} 11016 resolution: {integrity: sha512-HjstgpOrUwP4eN6mHU4EThpbxVuKO5SvqumRt1aAcPq0ya+pIVVxlwltndtdIIMBJ7w3jnN05vNfcfh2sxE2mQ==}
11277 peerDependencies: 11017 peerDependencies:
11278 react: '>=16.14.0' 11018 react: '>=16.14.0'
11279 react-dom: '>=16.14.0' 11019 react-dom: '>=16.14.0'
11280 dependencies: 11020 dependencies:
11281 '@floating-ui/dom': 1.5.1 11021 '@floating-ui/dom': 1.5.3
11282 classnames: 2.3.2 11022 classnames: 2.3.2
11283 react: 18.2.0 11023 react: 18.2.0
11284 react-dom: 18.2.0(react@18.2.0) 11024 react-dom: 18.2.0(react@18.2.0)
@@ -11299,7 +11039,7 @@ packages:
11299 react: '>=16.6.0' 11039 react: '>=16.6.0'
11300 react-dom: '>=16.6.0' 11040 react-dom: '>=16.6.0'
11301 dependencies: 11041 dependencies:
11302 '@babel/runtime': 7.21.5 11042 '@babel/runtime': 7.23.5
11303 dom-helpers: 5.2.1 11043 dom-helpers: 5.2.1
11304 loose-envify: 1.4.0 11044 loose-envify: 1.4.0
11305 prop-types: 15.8.1 11045 prop-types: 15.8.1
@@ -11314,7 +11054,7 @@ packages:
11314 react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 11054 react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
11315 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 11055 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
11316 dependencies: 11056 dependencies:
11317 '@babel/runtime': 7.22.15 11057 '@babel/runtime': 7.23.5
11318 memoize-one: 5.2.1 11058 memoize-one: 5.2.1
11319 react: 18.2.0 11059 react: 18.2.0
11320 react-dom: 18.2.0(react@18.2.0) 11060 react-dom: 18.2.0(react@18.2.0)
@@ -11382,15 +11122,6 @@ packages:
11382 string_decoder: 1.1.1 11122 string_decoder: 1.1.1
11383 util-deprecate: 1.0.2 11123 util-deprecate: 1.0.2
11384 11124
11385 /readable-stream@3.6.0:
11386 resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==}
11387 engines: {node: '>= 6'}
11388 dependencies:
11389 inherits: 2.0.4
11390 string_decoder: 1.3.0
11391 util-deprecate: 1.0.2
11392 dev: true
11393
11394 /readable-stream@3.6.2: 11125 /readable-stream@3.6.2:
11395 resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} 11126 resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
11396 engines: {node: '>= 6'} 11127 engines: {node: '>= 6'}
@@ -11437,7 +11168,7 @@ packages:
11437 resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} 11168 resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==}
11438 engines: {node: '>= 0.10'} 11169 engines: {node: '>= 0.10'}
11439 dependencies: 11170 dependencies:
11440 resolve: 1.22.4 11171 resolve: 1.22.8
11441 dev: false 11172 dev: false
11442 11173
11443 /redent@3.0.0: 11174 /redent@3.0.0:
@@ -11452,24 +11183,21 @@ packages:
11452 resolution: {integrity: sha512-486O8/pQXwj9jV0mVvUnTsxq0uknpBnNJ0eCUhkZqJRQ8KutrT1PhzmumdCeM1hSBF2eMlFPmwECRER4IbKXlQ==} 11183 resolution: {integrity: sha512-486O8/pQXwj9jV0mVvUnTsxq0uknpBnNJ0eCUhkZqJRQ8KutrT1PhzmumdCeM1hSBF2eMlFPmwECRER4IbKXlQ==}
11453 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 11184 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
11454 dependencies: 11185 dependencies:
11455 '@eslint-community/regexpp': 4.6.2 11186 '@eslint-community/regexpp': 4.10.0
11456 dev: true 11187 dev: true
11457 11188
11458 /reflect.getprototypeof@1.0.4: 11189 /reflect.getprototypeof@1.0.4:
11459 resolution: {integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==} 11190 resolution: {integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==}
11460 engines: {node: '>= 0.4'} 11191 engines: {node: '>= 0.4'}
11461 dependencies: 11192 dependencies:
11462 call-bind: 1.0.2 11193 call-bind: 1.0.5
11463 define-properties: 1.2.0 11194 define-properties: 1.2.1
11464 es-abstract: 1.22.1 11195 es-abstract: 1.22.3
11465 get-intrinsic: 1.2.1 11196 get-intrinsic: 1.2.2
11466 globalthis: 1.0.3 11197 globalthis: 1.0.3
11467 which-builtin-type: 1.1.3 11198 which-builtin-type: 1.1.3
11468 dev: true 11199 dev: true
11469 11200
11470 /regenerator-runtime@0.13.11:
11471 resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==}
11472
11473 /regenerator-runtime@0.14.0: 11201 /regenerator-runtime@0.14.0:
11474 resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} 11202 resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==}
11475 11203
@@ -11485,7 +11213,7 @@ packages:
11485 resolution: {integrity: sha512-OLxjyjPkVH+rQlBLb1I/P/VTmamSjGkvN5PTV5BXP432k3uVz727J7H29GA5IFiY0m7e1xBN7049Wn59FY3DEQ==} 11213 resolution: {integrity: sha512-OLxjyjPkVH+rQlBLb1I/P/VTmamSjGkvN5PTV5BXP432k3uVz727J7H29GA5IFiY0m7e1xBN7049Wn59FY3DEQ==}
11486 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 11214 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
11487 dependencies: 11215 dependencies:
11488 '@eslint-community/regexpp': 4.6.2 11216 '@eslint-community/regexpp': 4.10.0
11489 refa: 0.11.0 11217 refa: 0.11.0
11490 dev: true 11218 dev: true
11491 11219
@@ -11494,13 +11222,13 @@ packages:
11494 hasBin: true 11222 hasBin: true
11495 dev: true 11223 dev: true
11496 11224
11497 /regexp.prototype.flags@1.5.0: 11225 /regexp.prototype.flags@1.5.1:
11498 resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} 11226 resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==}
11499 engines: {node: '>= 0.4'} 11227 engines: {node: '>= 0.4'}
11500 dependencies: 11228 dependencies:
11501 call-bind: 1.0.2 11229 call-bind: 1.0.5
11502 define-properties: 1.2.0 11230 define-properties: 1.2.1
11503 functions-have-names: 1.2.3 11231 set-function-name: 2.0.1
11504 dev: true 11232 dev: true
11505 11233
11506 /regexpp@3.2.0: 11234 /regexpp@3.2.0:
@@ -11649,11 +11377,11 @@ packages:
11649 engines: {node: '>=10'} 11377 engines: {node: '>=10'}
11650 dev: true 11378 dev: true
11651 11379
11652 /resolve@1.22.4: 11380 /resolve@1.22.8:
11653 resolution: {integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==} 11381 resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
11654 hasBin: true 11382 hasBin: true
11655 dependencies: 11383 dependencies:
11656 is-core-module: 2.13.0 11384 is-core-module: 2.13.1
11657 path-parse: 1.0.7 11385 path-parse: 1.0.7
11658 supports-preserve-symlinks-flag: 1.0.0 11386 supports-preserve-symlinks-flag: 1.0.0
11659 11387
@@ -11661,7 +11389,7 @@ packages:
11661 resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} 11389 resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==}
11662 hasBin: true 11390 hasBin: true
11663 dependencies: 11391 dependencies:
11664 is-core-module: 2.13.0 11392 is-core-module: 2.13.1
11665 path-parse: 1.0.7 11393 path-parse: 1.0.7
11666 supports-preserve-symlinks-flag: 1.0.0 11394 supports-preserve-symlinks-flag: 1.0.0
11667 dev: true 11395 dev: true
@@ -11700,12 +11428,12 @@ packages:
11700 dependencies: 11428 dependencies:
11701 glob: 7.2.3 11429 glob: 7.2.3
11702 11430
11703 /rimraf@5.0.1: 11431 /rimraf@5.0.5:
11704 resolution: {integrity: sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg==} 11432 resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==}
11705 engines: {node: '>=14'} 11433 engines: {node: '>=14'}
11706 hasBin: true 11434 hasBin: true
11707 dependencies: 11435 dependencies:
11708 glob: 10.2.6 11436 glob: 10.3.10
11709 dev: true 11437 dev: true
11710 11438
11711 /rndm@1.2.0: 11439 /rndm@1.2.0:
@@ -11722,7 +11450,7 @@ packages:
11722 globalthis: 1.0.3 11450 globalthis: 1.0.3
11723 json-stringify-safe: 5.0.1 11451 json-stringify-safe: 5.0.1
11724 semver-compare: 1.0.0 11452 semver-compare: 1.0.0
11725 sprintf-js: 1.1.2 11453 sprintf-js: 1.1.3
11726 optional: true 11454 optional: true
11727 11455
11728 /route-parser@0.0.5: 11456 /route-parser@0.0.5:
@@ -11760,12 +11488,12 @@ packages:
11760 dependencies: 11488 dependencies:
11761 tslib: 2.6.2 11489 tslib: 2.6.2
11762 11490
11763 /safe-array-concat@1.0.0: 11491 /safe-array-concat@1.0.1:
11764 resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} 11492 resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==}
11765 engines: {node: '>=0.4'} 11493 engines: {node: '>=0.4'}
11766 dependencies: 11494 dependencies:
11767 call-bind: 1.0.2 11495 call-bind: 1.0.5
11768 get-intrinsic: 1.2.1 11496 get-intrinsic: 1.2.2
11769 has-symbols: 1.0.3 11497 has-symbols: 1.0.3
11770 isarray: 2.0.5 11498 isarray: 2.0.5
11771 dev: true 11499 dev: true
@@ -11783,8 +11511,8 @@ packages:
11783 /safe-regex-test@1.0.0: 11511 /safe-regex-test@1.0.0:
11784 resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} 11512 resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==}
11785 dependencies: 11513 dependencies:
11786 call-bind: 1.0.2 11514 call-bind: 1.0.5
11787 get-intrinsic: 1.2.1 11515 get-intrinsic: 1.2.2
11788 is-regex: 1.1.4 11516 is-regex: 1.1.4
11789 dev: true 11517 dev: true
11790 11518
@@ -11807,8 +11535,8 @@ packages:
11807 dependencies: 11535 dependencies:
11808 truncate-utf8-bytes: 1.0.2 11536 truncate-utf8-bytes: 1.0.2
11809 11537
11810 /sass@1.67.0: 11538 /sass@1.69.5:
11811 resolution: {integrity: sha512-SVrO9ZeX/QQyEGtuZYCVxoeAL5vGlYjJ9p4i4HFuekWl8y/LtJ7tJc10Z+ck1c8xOuoBm2MYzcLfTAffD0pl/A==} 11539 resolution: {integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==}
11812 engines: {node: '>=14.0.0'} 11540 engines: {node: '>=14.0.0'}
11813 hasBin: true 11541 hasBin: true
11814 dependencies: 11542 dependencies:
@@ -11817,8 +11545,8 @@ packages:
11817 source-map-js: 1.0.2 11545 source-map-js: 1.0.2
11818 dev: true 11546 dev: true
11819 11547
11820 /sax@1.2.4: 11548 /sax@1.3.0:
11821 resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} 11549 resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==}
11822 11550
11823 /scheduler@0.23.0: 11551 /scheduler@0.23.0:
11824 resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} 11552 resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==}
@@ -11833,7 +11561,7 @@ packages:
11833 /scslre@0.2.0: 11561 /scslre@0.2.0:
11834 resolution: {integrity: sha512-4hc49fUMmX3jM0XdFUAPBrs1xwEcdHa0KyjEsjFs+Zfc66mpFpq5YmRgDtl+Ffo6AtJIilfei+yKw8fUn3N88w==} 11562 resolution: {integrity: sha512-4hc49fUMmX3jM0XdFUAPBrs1xwEcdHa0KyjEsjFs+Zfc66mpFpq5YmRgDtl+Ffo6AtJIilfei+yKw8fUn3N88w==}
11835 dependencies: 11563 dependencies:
11836 '@eslint-community/regexpp': 4.6.2 11564 '@eslint-community/regexpp': 4.10.0
11837 refa: 0.11.0 11565 refa: 0.11.0
11838 regexp-ast-analysis: 0.6.0 11566 regexp-ast-analysis: 0.6.0
11839 dev: true 11567 dev: true
@@ -11848,7 +11576,7 @@ packages:
11848 /semver-closest@0.1.2: 11576 /semver-closest@0.1.2:
11849 resolution: {integrity: sha512-Q6qk0bPNlK5zG62mWFC8L0Qc6OJX76XRWxiPgZyrh98IZTL3HPErgUlPfCyrAPsHVpU+YP4lf5Mz+LzpId91Og==} 11577 resolution: {integrity: sha512-Q6qk0bPNlK5zG62mWFC8L0Qc6OJX76XRWxiPgZyrh98IZTL3HPErgUlPfCyrAPsHVpU+YP4lf5Mz+LzpId91Og==}
11850 dependencies: 11578 dependencies:
11851 semver: 5.7.1 11579 semver: 5.7.2
11852 dev: false 11580 dev: false
11853 11581
11854 /semver-compare@1.0.0: 11582 /semver-compare@1.0.0:
@@ -11861,20 +11589,10 @@ packages:
11861 hasBin: true 11589 hasBin: true
11862 dev: false 11590 dev: false
11863 11591
11864 /semver@5.7.1:
11865 resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==}
11866 hasBin: true
11867 dev: false
11868
11869 /semver@5.7.2: 11592 /semver@5.7.2:
11870 resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} 11593 resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
11871 hasBin: true 11594 hasBin: true
11872 11595
11873 /semver@6.3.0:
11874 resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==}
11875 hasBin: true
11876 dev: true
11877
11878 /semver@6.3.1: 11596 /semver@6.3.1:
11879 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} 11597 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
11880 hasBin: true 11598 hasBin: true
@@ -11951,6 +11669,24 @@ packages:
11951 /set-blocking@2.0.0: 11669 /set-blocking@2.0.0:
11952 resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} 11670 resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==}
11953 11671
11672 /set-function-length@1.1.1:
11673 resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==}
11674 engines: {node: '>= 0.4'}
11675 dependencies:
11676 define-data-property: 1.1.1
11677 get-intrinsic: 1.2.2
11678 gopd: 1.0.1
11679 has-property-descriptors: 1.0.1
11680
11681 /set-function-name@2.0.1:
11682 resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==}
11683 engines: {node: '>= 0.4'}
11684 dependencies:
11685 define-data-property: 1.1.1
11686 functions-have-names: 1.2.3
11687 has-property-descriptors: 1.0.1
11688 dev: true
11689
11954 /set-getter@0.1.1: 11690 /set-getter@0.1.1:
11955 resolution: {integrity: sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==} 11691 resolution: {integrity: sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==}
11956 engines: {node: '>=0.10.0'} 11692 engines: {node: '>=0.10.0'}
@@ -12059,9 +11795,9 @@ packages:
12059 /side-channel@1.0.4: 11795 /side-channel@1.0.4:
12060 resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} 11796 resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
12061 dependencies: 11797 dependencies:
12062 call-bind: 1.0.2 11798 call-bind: 1.0.5
12063 get-intrinsic: 1.2.1 11799 get-intrinsic: 1.2.2
12064 object-inspect: 1.12.3 11800 object-inspect: 1.13.1
12065 11801
12066 /signal-exit@3.0.7: 11802 /signal-exit@3.0.7:
12067 resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} 11803 resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
@@ -12085,8 +11821,8 @@ packages:
12085 scmp: 2.0.0 11821 scmp: 2.0.0
12086 dev: false 11822 dev: false
12087 11823
12088 /simple-git@3.19.1: 11824 /simple-git@3.21.0:
12089 resolution: {integrity: sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w==} 11825 resolution: {integrity: sha512-oTzw9248AF5bDTMk9MrxsRzEzivMlY+DWH0yWS4VYpMhNLhDWnN06pCtaUyPnqv/FpsdeNmRqmZugMABHRPdDA==}
12090 dependencies: 11826 dependencies:
12091 '@kwsites/file-exists': 1.1.1 11827 '@kwsites/file-exists': 1.1.1
12092 '@kwsites/promise-deferred': 1.1.1 11828 '@kwsites/promise-deferred': 1.1.1
@@ -12310,8 +12046,8 @@ packages:
12310 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 12046 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
12311 dev: true 12047 dev: true
12312 12048
12313 /sprintf-js@1.1.2: 12049 /sprintf-js@1.1.3:
12314 resolution: {integrity: sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==} 12050 resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==}
12315 requiresBuild: true 12051 requiresBuild: true
12316 optional: true 12052 optional: true
12317 12053
@@ -12453,39 +12189,39 @@ packages:
12453 /string.prototype.matchall@4.0.8: 12189 /string.prototype.matchall@4.0.8:
12454 resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} 12190 resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==}
12455 dependencies: 12191 dependencies:
12456 call-bind: 1.0.2 12192 call-bind: 1.0.5
12457 define-properties: 1.2.0 12193 define-properties: 1.2.1
12458 es-abstract: 1.22.1 12194 es-abstract: 1.22.3
12459 get-intrinsic: 1.2.1 12195 get-intrinsic: 1.2.2
12460 has-symbols: 1.0.3 12196 has-symbols: 1.0.3
12461 internal-slot: 1.0.5 12197 internal-slot: 1.0.6
12462 regexp.prototype.flags: 1.5.0 12198 regexp.prototype.flags: 1.5.1
12463 side-channel: 1.0.4 12199 side-channel: 1.0.4
12464 dev: true 12200 dev: true
12465 12201
12466 /string.prototype.trim@1.2.7: 12202 /string.prototype.trim@1.2.8:
12467 resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} 12203 resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==}
12468 engines: {node: '>= 0.4'} 12204 engines: {node: '>= 0.4'}
12469 dependencies: 12205 dependencies:
12470 call-bind: 1.0.2 12206 call-bind: 1.0.5
12471 define-properties: 1.2.0 12207 define-properties: 1.2.1
12472 es-abstract: 1.22.1 12208 es-abstract: 1.22.3
12473 dev: true 12209 dev: true
12474 12210
12475 /string.prototype.trimend@1.0.6: 12211 /string.prototype.trimend@1.0.7:
12476 resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} 12212 resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==}
12477 dependencies: 12213 dependencies:
12478 call-bind: 1.0.2 12214 call-bind: 1.0.5
12479 define-properties: 1.2.0 12215 define-properties: 1.2.1
12480 es-abstract: 1.22.1 12216 es-abstract: 1.22.3
12481 dev: true 12217 dev: true
12482 12218
12483 /string.prototype.trimstart@1.0.6: 12219 /string.prototype.trimstart@1.0.7:
12484 resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} 12220 resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==}
12485 dependencies: 12221 dependencies:
12486 call-bind: 1.0.2 12222 call-bind: 1.0.5
12487 define-properties: 1.2.0 12223 define-properties: 1.2.1
12488 es-abstract: 1.22.1 12224 es-abstract: 1.22.3
12489 dev: true 12225 dev: true
12490 12226
12491 /string_decoder@0.10.31: 12227 /string_decoder@0.10.31:
@@ -12574,7 +12310,7 @@ packages:
12574 react-is: '>= 16.8.0' 12310 react-is: '>= 16.8.0'
12575 dependencies: 12311 dependencies:
12576 '@babel/helper-module-imports': 7.22.15 12312 '@babel/helper-module-imports': 7.22.15
12577 '@babel/traverse': 7.23.2(supports-color@5.5.0) 12313 '@babel/traverse': 7.23.5(supports-color@5.5.0)
12578 '@emotion/is-prop-valid': 1.2.1 12314 '@emotion/is-prop-valid': 1.2.1
12579 '@emotion/stylis': 0.8.5 12315 '@emotion/stylis': 0.8.5
12580 '@emotion/unitless': 0.7.5 12316 '@emotion/unitless': 0.7.5
@@ -12640,8 +12376,8 @@ packages:
12640 engines: {node: '>=0.10.0'} 12376 engines: {node: '>=0.10.0'}
12641 dev: false 12377 dev: false
12642 12378
12643 /synckit@0.8.5: 12379 /synckit@0.8.6:
12644 resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==} 12380 resolution: {integrity: sha512-laHF2savN6sMeHCjLRkheIU4wo3Zg9Ln5YOjOo7sZ5dVQW8yF5pPE5SIw1dsPhq3TRp1jisKRCdPhfs/1WMqDA==}
12645 engines: {node: ^14.18.0 || >=16.0.0} 12381 engines: {node: ^14.18.0 || >=16.0.0}
12646 dependencies: 12382 dependencies:
12647 '@pkgr/utils': 2.4.2 12383 '@pkgr/utils': 2.4.2
@@ -12907,16 +12643,16 @@ packages:
12907 dependencies: 12643 dependencies:
12908 utf8-byte-length: 1.0.4 12644 utf8-byte-length: 1.0.4
12909 12645
12910 /ts-api-utils@1.0.1(typescript@5.2.2): 12646 /ts-api-utils@1.0.3(typescript@5.3.2):
12911 resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==} 12647 resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==}
12912 engines: {node: '>=16.13.0'} 12648 engines: {node: '>=16.13.0'}
12913 peerDependencies: 12649 peerDependencies:
12914 typescript: '>=4.2.0' 12650 typescript: '>=4.2.0'
12915 dependencies: 12651 dependencies:
12916 typescript: 5.2.2 12652 typescript: 5.3.2
12917 dev: true 12653 dev: true
12918 12654
12919 /ts-node@10.9.1(@types/node@20.4.7)(typescript@5.2.2): 12655 /ts-node@10.9.1(@types/node@20.10.3)(typescript@5.3.2):
12920 resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} 12656 resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
12921 hasBin: true 12657 hasBin: true
12922 peerDependencies: 12658 peerDependencies:
@@ -12935,19 +12671,19 @@ packages:
12935 '@tsconfig/node12': 1.0.11 12671 '@tsconfig/node12': 1.0.11
12936 '@tsconfig/node14': 1.0.3 12672 '@tsconfig/node14': 1.0.3
12937 '@tsconfig/node16': 1.0.4 12673 '@tsconfig/node16': 1.0.4
12938 '@types/node': 20.4.7 12674 '@types/node': 20.10.3
12939 acorn: 8.10.0 12675 acorn: 8.11.2
12940 acorn-walk: 8.2.0 12676 acorn-walk: 8.2.0
12941 arg: 4.1.3 12677 arg: 4.1.3
12942 create-require: 1.1.1 12678 create-require: 1.1.1
12943 diff: 4.0.2 12679 diff: 4.0.2
12944 make-error: 1.3.6 12680 make-error: 1.3.6
12945 typescript: 5.2.2 12681 typescript: 5.3.2
12946 v8-compile-cache-lib: 3.0.1 12682 v8-compile-cache-lib: 3.0.1
12947 yn: 3.1.1 12683 yn: 3.1.1
12948 dev: true 12684 dev: true
12949 12685
12950 /ts-node@10.9.1(@types/node@20.8.10)(typescript@5.2.2): 12686 /ts-node@10.9.1(@types/node@20.4.7)(typescript@5.3.2):
12951 resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} 12687 resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
12952 hasBin: true 12688 hasBin: true
12953 peerDependencies: 12689 peerDependencies:
@@ -12966,14 +12702,14 @@ packages:
12966 '@tsconfig/node12': 1.0.11 12702 '@tsconfig/node12': 1.0.11
12967 '@tsconfig/node14': 1.0.3 12703 '@tsconfig/node14': 1.0.3
12968 '@tsconfig/node16': 1.0.4 12704 '@tsconfig/node16': 1.0.4
12969 '@types/node': 20.8.10 12705 '@types/node': 20.4.7
12970 acorn: 8.10.0 12706 acorn: 8.11.2
12971 acorn-walk: 8.2.0 12707 acorn-walk: 8.2.0
12972 arg: 4.1.3 12708 arg: 4.1.3
12973 create-require: 1.1.1 12709 create-require: 1.1.1
12974 diff: 4.0.2 12710 diff: 4.0.2
12975 make-error: 1.3.6 12711 make-error: 1.3.6
12976 typescript: 5.2.2 12712 typescript: 5.3.2
12977 v8-compile-cache-lib: 3.0.1 12713 v8-compile-cache-lib: 3.0.1
12978 yn: 3.1.1 12714 yn: 3.1.1
12979 dev: true 12715 dev: true
@@ -13003,14 +12739,14 @@ packages:
13003 engines: {node: '>=0.6.x'} 12739 engines: {node: '>=0.6.x'}
13004 dev: false 12740 dev: false
13005 12741
13006 /tsutils@3.21.0(typescript@5.2.2): 12742 /tsutils@3.21.0(typescript@5.3.2):
13007 resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} 12743 resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
13008 engines: {node: '>= 6'} 12744 engines: {node: '>= 6'}
13009 peerDependencies: 12745 peerDependencies:
13010 typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' 12746 typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
13011 dependencies: 12747 dependencies:
13012 tslib: 1.14.1 12748 tslib: 1.14.1
13013 typescript: 5.2.2 12749 typescript: 5.3.2
13014 dev: true 12750 dev: true
13015 12751
13016 /tunnel-agent@0.6.0: 12752 /tunnel-agent@0.6.0:
@@ -13095,8 +12831,8 @@ packages:
13095 resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} 12831 resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==}
13096 engines: {node: '>= 0.4'} 12832 engines: {node: '>= 0.4'}
13097 dependencies: 12833 dependencies:
13098 call-bind: 1.0.2 12834 call-bind: 1.0.5
13099 get-intrinsic: 1.2.1 12835 get-intrinsic: 1.2.2
13100 is-typed-array: 1.1.12 12836 is-typed-array: 1.1.12
13101 dev: true 12837 dev: true
13102 12838
@@ -13104,7 +12840,7 @@ packages:
13104 resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} 12840 resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==}
13105 engines: {node: '>= 0.4'} 12841 engines: {node: '>= 0.4'}
13106 dependencies: 12842 dependencies:
13107 call-bind: 1.0.2 12843 call-bind: 1.0.5
13108 for-each: 0.3.3 12844 for-each: 0.3.3
13109 has-proto: 1.0.1 12845 has-proto: 1.0.1
13110 is-typed-array: 1.1.12 12846 is-typed-array: 1.1.12
@@ -13115,7 +12851,7 @@ packages:
13115 engines: {node: '>= 0.4'} 12851 engines: {node: '>= 0.4'}
13116 dependencies: 12852 dependencies:
13117 available-typed-arrays: 1.0.5 12853 available-typed-arrays: 1.0.5
13118 call-bind: 1.0.2 12854 call-bind: 1.0.5
13119 for-each: 0.3.3 12855 for-each: 0.3.3
13120 has-proto: 1.0.1 12856 has-proto: 1.0.1
13121 is-typed-array: 1.1.12 12857 is-typed-array: 1.1.12
@@ -13124,7 +12860,7 @@ packages:
13124 /typed-array-length@1.0.4: 12860 /typed-array-length@1.0.4:
13125 resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} 12861 resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==}
13126 dependencies: 12862 dependencies:
13127 call-bind: 1.0.2 12863 call-bind: 1.0.5
13128 for-each: 0.3.3 12864 for-each: 0.3.3
13129 is-typed-array: 1.1.12 12865 is-typed-array: 1.1.12
13130 dev: true 12866 dev: true
@@ -13135,8 +12871,8 @@ packages:
13135 hasBin: true 12871 hasBin: true
13136 dev: true 12872 dev: true
13137 12873
13138 /typescript@5.2.2: 12874 /typescript@5.3.2:
13139 resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} 12875 resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==}
13140 engines: {node: '>=14.17'} 12876 engines: {node: '>=14.17'}
13141 hasBin: true 12877 hasBin: true
13142 12878
@@ -13150,7 +12886,7 @@ packages:
13150 /unbox-primitive@1.0.2: 12886 /unbox-primitive@1.0.2:
13151 resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} 12887 resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
13152 dependencies: 12888 dependencies:
13153 call-bind: 1.0.2 12889 call-bind: 1.0.5
13154 has-bigints: 1.0.2 12890 has-bigints: 1.0.2
13155 has-symbols: 1.0.3 12891 has-symbols: 1.0.3
13156 which-boxed-primitive: 1.0.2 12892 which-boxed-primitive: 1.0.2
@@ -13215,16 +12951,16 @@ packages:
13215 dev: false 12951 dev: false
13216 optional: true 12952 optional: true
13217 12953
13218 /universal-user-agent@6.0.0: 12954 /universal-user-agent@6.0.1:
13219 resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} 12955 resolution: {integrity: sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==}
13220 dev: false 12956 dev: false
13221 12957
13222 /universalify@0.1.2: 12958 /universalify@0.1.2:
13223 resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} 12959 resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
13224 engines: {node: '>= 4.0.0'} 12960 engines: {node: '>= 4.0.0'}
13225 12961
13226 /universalify@2.0.0: 12962 /universalify@2.0.1:
13227 resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} 12963 resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
13228 engines: {node: '>= 10.0.0'} 12964 engines: {node: '>= 10.0.0'}
13229 12965
13230 /unpipe@1.0.0: 12966 /unpipe@1.0.0:
@@ -13294,7 +13030,7 @@ packages:
13294 resolution: {integrity: sha512-jUVHvx1t3bVjx2dI9fG4iKzjO5WA6qtjWaR/PitNvd6zQMJNlFYehNwRUaAAKkhBCkw1T0U9e2oG9Sg3wSmc6Q==} 13030 resolution: {integrity: sha512-jUVHvx1t3bVjx2dI9fG4iKzjO5WA6qtjWaR/PitNvd6zQMJNlFYehNwRUaAAKkhBCkw1T0U9e2oG9Sg3wSmc6Q==}
13295 dependencies: 13031 dependencies:
13296 normalize-version: 1.0.5 13032 normalize-version: 1.0.5
13297 semver: 5.7.1 13033 semver: 5.7.2
13298 semver-closest: 0.1.2 13034 semver-closest: 0.1.2
13299 dev: false 13035 dev: false
13300 13036
@@ -13399,13 +13135,13 @@ packages:
13399 replace-ext: 1.0.1 13135 replace-ext: 1.0.1
13400 dev: true 13136 dev: true
13401 13137
13402 /wait-on@7.0.1(debug@4.3.4): 13138 /wait-on@7.2.0(debug@4.3.4):
13403 resolution: {integrity: sha512-9AnJE9qTjRQOlTZIldAaf/da2eW0eSRSgcqq85mXQja/DW3MriHxkpODDSUEg+Gri/rKEcXUZHe+cevvYItaog==} 13139 resolution: {integrity: sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==}
13404 engines: {node: '>=12.0.0'} 13140 engines: {node: '>=12.0.0'}
13405 hasBin: true 13141 hasBin: true
13406 dependencies: 13142 dependencies:
13407 axios: 0.27.2(debug@4.3.4) 13143 axios: 1.6.2(debug@4.3.4)
13408 joi: 17.7.0 13144 joi: 17.11.0
13409 lodash: 4.17.21 13145 lodash: 4.17.21
13410 minimist: 1.2.8 13146 minimist: 1.2.8
13411 rxjs: 7.8.1 13147 rxjs: 7.8.1
@@ -13467,7 +13203,7 @@ packages:
13467 resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} 13203 resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==}
13468 engines: {node: '>= 0.4'} 13204 engines: {node: '>= 0.4'}
13469 dependencies: 13205 dependencies:
13470 function.prototype.name: 1.1.5 13206 function.prototype.name: 1.1.6
13471 has-tostringtag: 1.0.0 13207 has-tostringtag: 1.0.0
13472 is-async-function: 2.0.0 13208 is-async-function: 2.0.0
13473 is-date-object: 1.0.5 13209 is-date-object: 1.0.5
@@ -13478,7 +13214,7 @@ packages:
13478 isarray: 2.0.5 13214 isarray: 2.0.5
13479 which-boxed-primitive: 1.0.2 13215 which-boxed-primitive: 1.0.2
13480 which-collection: 1.0.1 13216 which-collection: 1.0.1
13481 which-typed-array: 1.1.11 13217 which-typed-array: 1.1.13
13482 dev: true 13218 dev: true
13483 13219
13484 /which-collection@1.0.1: 13220 /which-collection@1.0.1:
@@ -13494,12 +13230,12 @@ packages:
13494 resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} 13230 resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==}
13495 dev: true 13231 dev: true
13496 13232
13497 /which-typed-array@1.1.11: 13233 /which-typed-array@1.1.13:
13498 resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} 13234 resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==}
13499 engines: {node: '>= 0.4'} 13235 engines: {node: '>= 0.4'}
13500 dependencies: 13236 dependencies:
13501 available-typed-arrays: 1.0.5 13237 available-typed-arrays: 1.0.5
13502 call-bind: 1.0.2 13238 call-bind: 1.0.5
13503 for-each: 0.3.3 13239 for-each: 0.3.3
13504 gopd: 1.0.1 13240 gopd: 1.0.1
13505 has-tostringtag: 1.0.0 13241 has-tostringtag: 1.0.0
@@ -13561,7 +13297,7 @@ packages:
13561 dependencies: 13297 dependencies:
13562 '@colors/colors': 1.5.0 13298 '@colors/colors': 1.5.0
13563 '@dabh/diagnostics': 2.0.3 13299 '@dabh/diagnostics': 2.0.3
13564 async: 3.2.4 13300 async: 3.2.5
13565 is-stream: 2.0.1 13301 is-stream: 2.0.1
13566 logform: 2.4.2 13302 logform: 2.4.2
13567 one-time: 1.0.0 13303 one-time: 1.0.0
@@ -13629,7 +13365,7 @@ packages:
13629 resolution: {integrity: sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==} 13365 resolution: {integrity: sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==}
13630 engines: {node: '>=4.0.0'} 13366 engines: {node: '>=4.0.0'}
13631 dependencies: 13367 dependencies:
13632 sax: 1.2.4 13368 sax: 1.3.0
13633 xmlbuilder: 11.0.1 13369 xmlbuilder: 11.0.1
13634 dev: false 13370 dev: false
13635 13371
diff --git a/src/api/server/ServerApi.ts b/src/api/server/ServerApi.ts
index c6cbbd2e2..6e4485cfb 100644
--- a/src/api/server/ServerApi.ts
+++ b/src/api/server/ServerApi.ts
@@ -542,7 +542,6 @@ export default class ServerApi {
542 return Promise.all( 542 return Promise.all(
543 services.map(async (service: any) => this._prepareServiceModel(service)), 543 services.map(async (service: any) => this._prepareServiceModel(service)),
544 ); 544 );
545 /* eslint-enable no-return-await */
546 } 545 }
547 546
548 async _prepareServiceModel(service: { recipeId: string }) { 547 async _prepareServiceModel(service: { recipeId: string }) {
diff --git a/src/components/downloadManager/DownloadManagerDashboard.tsx b/src/components/downloadManager/DownloadManagerDashboard.tsx
index 86facc476..25e73d48f 100644
--- a/src/components/downloadManager/DownloadManagerDashboard.tsx
+++ b/src/components/downloadManager/DownloadManagerDashboard.tsx
@@ -138,10 +138,10 @@ class DownloadManagerDashboard extends Component<IProps, IState> {
138 ? null 138 ? null
139 : 'Paused' 139 : 'Paused'
140 : state === 'cancelled' 140 : state === 'cancelled'
141 ? 'Cancelled' 141 ? 'Cancelled'
142 : state === 'completed' 142 : state === 'completed'
143 ? null 143 ? null
144 : 'Error'; 144 : 'Error';
145 145
146 return ( 146 return (
147 <Card 147 <Card
@@ -181,8 +181,8 @@ class DownloadManagerDashboard extends Component<IProps, IState> {
181 stateParse !== null && stateParse !== 'Paused' 181 stateParse !== null && stateParse !== 'Paused'
182 ? 'line-through' 182 ? 'line-through'
183 : state === 'completed' 183 : state === 'completed'
184 ? 'underline' 184 ? 'underline'
185 : null, 185 : null,
186 }} 186 }}
187 > 187 >
188 {filename} 188 {filename}
@@ -195,8 +195,8 @@ class DownloadManagerDashboard extends Component<IProps, IState> {
195 {stateParse !== null && stateParse !== 'Paused' 195 {stateParse !== null && stateParse !== 'Paused'
196 ? stateParse 196 ? stateParse
197 : stateParse === 'Paused' 197 : stateParse === 'Paused'
198 ? stateParse 198 ? stateParse
199 : null} 199 : null}
200 </Typography> 200 </Typography>
201 </Box> 201 </Box>
202 <Typography variant="body2">{url}</Typography> 202 <Typography variant="body2">{url}</Typography>
diff --git a/src/components/ui/SearchInput.tsx b/src/components/ui/SearchInput.tsx
index 39b8f95bf..b2caaa1de 100644
--- a/src/components/ui/SearchInput.tsx
+++ b/src/components/ui/SearchInput.tsx
@@ -82,6 +82,7 @@ class SearchInput extends Component<IProps, IState> {
82 82
83 return ( 83 return (
84 <div className={classnames([className, 'search-input'])}> 84 <div className={classnames([className, 'search-input'])}>
85 {/* eslint-disable-next-line jsx-a11y/label-has-associated-control */}
85 <label htmlFor={name}> 86 <label htmlFor={name}>
86 <Icon icon={mdiMagnify} /> 87 <Icon icon={mdiMagnify} />
87 <input 88 <input
diff --git a/src/features/workspaces/components/WorkspaceItem.tsx b/src/features/workspaces/components/WorkspaceItem.tsx
index 6c4dd649b..36c6ed2f5 100644
--- a/src/features/workspaces/components/WorkspaceItem.tsx
+++ b/src/features/workspaces/components/WorkspaceItem.tsx
@@ -1,4 +1,3 @@
1/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
2import { Component, ReactElement } from 'react'; 1import { Component, ReactElement } from 'react';
3import { observer } from 'mobx-react'; 2import { observer } from 'mobx-react';
4import withStyles, { WithStylesProps } from 'react-jss'; 3import withStyles, { WithStylesProps } from 'react-jss';
diff --git a/src/stores/AppStore.ts b/src/stores/AppStore.ts
index ab98ca89c..9af0a9a4f 100644
--- a/src/stores/AppStore.ts
+++ b/src/stores/AppStore.ts
@@ -49,8 +49,8 @@ const mainWindow = getCurrentWindow();
49const executablePath = isMac 49const executablePath = isMac
50 ? remoteProcess.execPath 50 ? remoteProcess.execPath
51 : isWinPortable 51 : isWinPortable
52 ? process.env.PORTABLE_EXECUTABLE_FILE 52 ? process.env.PORTABLE_EXECUTABLE_FILE
53 : process.execPath; 53 : process.execPath;
54const autoLauncher = new AutoLaunch({ 54const autoLauncher = new AutoLaunch({
55 name: 'Ferdium', 55 name: 'Ferdium',
56 path: executablePath, 56 path: executablePath,