15.diff (14051B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 9fa21a5..77ed007 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -52,7 +52,7 @@ 6 "@types/react": "^18.2.6", 7 "@types/react-dom": "^18.2.4", 8 "@types/wavesurfer.js": "^6.0.5", 9 - "@typescript-eslint/eslint-plugin": "^5.59.5", 10 + "@typescript-eslint/eslint-plugin": "^5.59.9", 11 "@typescript-eslint/parser": "^5.59.5", 12 "@vitejs/plugin-react-swc": "^3.3.2", 13 "autoprefixer": "^10.4.14", 14 @@ -9163,9 +9163,9 @@ 15 "dev": true 16 }, 17 "node_modules/@types/json-schema": { 18 - "version": "7.0.11", 19 - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", 20 - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", 21 + "version": "7.0.12", 22 + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", 23 + "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==", 24 "dev": true 25 }, 26 "node_modules/@types/lodash": { 27 @@ -9394,15 +9394,15 @@ 28 } 29 }, 30 "node_modules/@typescript-eslint/eslint-plugin": { 31 - "version": "5.59.5", 32 - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.5.tgz", 33 - "integrity": "sha512-feA9xbVRWJZor+AnLNAr7A8JRWeZqHUf4T9tlP+TN04b05pFVhO5eN7/O93Y/1OUlLMHKbnJisgDURs/qvtqdg==", 34 + "version": "5.59.9", 35 + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz", 36 + "integrity": "sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==", 37 "dev": true, 38 "dependencies": { 39 "@eslint-community/regexpp": "^4.4.0", 40 - "@typescript-eslint/scope-manager": "5.59.5", 41 - "@typescript-eslint/type-utils": "5.59.5", 42 - "@typescript-eslint/utils": "5.59.5", 43 + "@typescript-eslint/scope-manager": "5.59.9", 44 + "@typescript-eslint/type-utils": "5.59.9", 45 + "@typescript-eslint/utils": "5.59.9", 46 "debug": "^4.3.4", 47 "grapheme-splitter": "^1.0.4", 48 "ignore": "^5.2.0", 49 @@ -9427,6 +9427,53 @@ 50 } 51 } 52 }, 53 + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { 54 + "version": "5.59.9", 55 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz", 56 + "integrity": "sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==", 57 + "dev": true, 58 + "dependencies": { 59 + "@typescript-eslint/types": "5.59.9", 60 + "@typescript-eslint/visitor-keys": "5.59.9" 61 + }, 62 + "engines": { 63 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 64 + }, 65 + "funding": { 66 + "type": "opencollective", 67 + "url": "https://opencollective.com/typescript-eslint" 68 + } 69 + }, 70 + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { 71 + "version": "5.59.9", 72 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz", 73 + "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==", 74 + "dev": true, 75 + "engines": { 76 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 77 + }, 78 + "funding": { 79 + "type": "opencollective", 80 + "url": "https://opencollective.com/typescript-eslint" 81 + } 82 + }, 83 + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { 84 + "version": "5.59.9", 85 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz", 86 + "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==", 87 + "dev": true, 88 + "dependencies": { 89 + "@typescript-eslint/types": "5.59.9", 90 + "eslint-visitor-keys": "^3.3.0" 91 + }, 92 + "engines": { 93 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 94 + }, 95 + "funding": { 96 + "type": "opencollective", 97 + "url": "https://opencollective.com/typescript-eslint" 98 + } 99 + }, 100 "node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": { 101 "version": "6.0.0", 102 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", 103 @@ -9505,13 +9552,13 @@ 104 } 105 }, 106 "node_modules/@typescript-eslint/type-utils": { 107 - "version": "5.59.5", 108 - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.5.tgz", 109 - "integrity": "sha512-4eyhS7oGym67/pSxA2mmNq7X164oqDYNnZCUayBwJZIRVvKpBCMBzFnFxjeoDeShjtO6RQBHBuwybuX3POnDqg==", 110 + "version": "5.59.9", 111 + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz", 112 + "integrity": "sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==", 113 "dev": true, 114 "dependencies": { 115 - "@typescript-eslint/typescript-estree": "5.59.5", 116 - "@typescript-eslint/utils": "5.59.5", 117 + "@typescript-eslint/typescript-estree": "5.59.9", 118 + "@typescript-eslint/utils": "5.59.9", 119 "debug": "^4.3.4", 120 "tsutils": "^3.21.0" 121 }, 122 @@ -9531,6 +9578,96 @@ 123 } 124 } 125 }, 126 + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { 127 + "version": "5.59.9", 128 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz", 129 + "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==", 130 + "dev": true, 131 + "engines": { 132 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 133 + }, 134 + "funding": { 135 + "type": "opencollective", 136 + "url": "https://opencollective.com/typescript-eslint" 137 + } 138 + }, 139 + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { 140 + "version": "5.59.9", 141 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz", 142 + "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==", 143 + "dev": true, 144 + "dependencies": { 145 + "@typescript-eslint/types": "5.59.9", 146 + "@typescript-eslint/visitor-keys": "5.59.9", 147 + "debug": "^4.3.4", 148 + "globby": "^11.1.0", 149 + "is-glob": "^4.0.3", 150 + "semver": "^7.3.7", 151 + "tsutils": "^3.21.0" 152 + }, 153 + "engines": { 154 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 155 + }, 156 + "funding": { 157 + "type": "opencollective", 158 + "url": "https://opencollective.com/typescript-eslint" 159 + }, 160 + "peerDependenciesMeta": { 161 + "typescript": { 162 + "optional": true 163 + } 164 + } 165 + }, 166 + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { 167 + "version": "5.59.9", 168 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz", 169 + "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==", 170 + "dev": true, 171 + "dependencies": { 172 + "@typescript-eslint/types": "5.59.9", 173 + "eslint-visitor-keys": "^3.3.0" 174 + }, 175 + "engines": { 176 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 177 + }, 178 + "funding": { 179 + "type": "opencollective", 180 + "url": "https://opencollective.com/typescript-eslint" 181 + } 182 + }, 183 + "node_modules/@typescript-eslint/type-utils/node_modules/lru-cache": { 184 + "version": "6.0.0", 185 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", 186 + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", 187 + "dev": true, 188 + "dependencies": { 189 + "yallist": "^4.0.0" 190 + }, 191 + "engines": { 192 + "node": ">=10" 193 + } 194 + }, 195 + "node_modules/@typescript-eslint/type-utils/node_modules/semver": { 196 + "version": "7.5.1", 197 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", 198 + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", 199 + "dev": true, 200 + "dependencies": { 201 + "lru-cache": "^6.0.0" 202 + }, 203 + "bin": { 204 + "semver": "bin/semver.js" 205 + }, 206 + "engines": { 207 + "node": ">=10" 208 + } 209 + }, 210 + "node_modules/@typescript-eslint/type-utils/node_modules/yallist": { 211 + "version": "4.0.0", 212 + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 213 + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", 214 + "dev": true 215 + }, 216 "node_modules/@typescript-eslint/types": { 217 "version": "5.59.5", 218 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.5.tgz", 219 @@ -9605,17 +9742,17 @@ 220 "dev": true 221 }, 222 "node_modules/@typescript-eslint/utils": { 223 - "version": "5.59.5", 224 - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.5.tgz", 225 - "integrity": "sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA==", 226 + "version": "5.59.9", 227 + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.9.tgz", 228 + "integrity": "sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==", 229 "dev": true, 230 "dependencies": { 231 "@eslint-community/eslint-utils": "^4.2.0", 232 "@types/json-schema": "^7.0.9", 233 "@types/semver": "^7.3.12", 234 - "@typescript-eslint/scope-manager": "5.59.5", 235 - "@typescript-eslint/types": "5.59.5", 236 - "@typescript-eslint/typescript-estree": "5.59.5", 237 + "@typescript-eslint/scope-manager": "5.59.9", 238 + "@typescript-eslint/types": "5.59.9", 239 + "@typescript-eslint/typescript-estree": "5.59.9", 240 "eslint-scope": "^5.1.1", 241 "semver": "^7.3.7" 242 }, 243 @@ -9630,6 +9767,80 @@ 244 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 245 } 246 }, 247 + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { 248 + "version": "5.59.9", 249 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz", 250 + "integrity": "sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==", 251 + "dev": true, 252 + "dependencies": { 253 + "@typescript-eslint/types": "5.59.9", 254 + "@typescript-eslint/visitor-keys": "5.59.9" 255 + }, 256 + "engines": { 257 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 258 + }, 259 + "funding": { 260 + "type": "opencollective", 261 + "url": "https://opencollective.com/typescript-eslint" 262 + } 263 + }, 264 + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { 265 + "version": "5.59.9", 266 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz", 267 + "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==", 268 + "dev": true, 269 + "engines": { 270 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 271 + }, 272 + "funding": { 273 + "type": "opencollective", 274 + "url": "https://opencollective.com/typescript-eslint" 275 + } 276 + }, 277 + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { 278 + "version": "5.59.9", 279 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz", 280 + "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==", 281 + "dev": true, 282 + "dependencies": { 283 + "@typescript-eslint/types": "5.59.9", 284 + "@typescript-eslint/visitor-keys": "5.59.9", 285 + "debug": "^4.3.4", 286 + "globby": "^11.1.0", 287 + "is-glob": "^4.0.3", 288 + "semver": "^7.3.7", 289 + "tsutils": "^3.21.0" 290 + }, 291 + "engines": { 292 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 293 + }, 294 + "funding": { 295 + "type": "opencollective", 296 + "url": "https://opencollective.com/typescript-eslint" 297 + }, 298 + "peerDependenciesMeta": { 299 + "typescript": { 300 + "optional": true 301 + } 302 + } 303 + }, 304 + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { 305 + "version": "5.59.9", 306 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz", 307 + "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==", 308 + "dev": true, 309 + "dependencies": { 310 + "@typescript-eslint/types": "5.59.9", 311 + "eslint-visitor-keys": "^3.3.0" 312 + }, 313 + "engines": { 314 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 315 + }, 316 + "funding": { 317 + "type": "opencollective", 318 + "url": "https://opencollective.com/typescript-eslint" 319 + } 320 + }, 321 "node_modules/@typescript-eslint/utils/node_modules/lru-cache": { 322 "version": "6.0.0", 323 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", 324 diff --git a/package.json b/package.json 325 index a4688ff..d3dbc61 100644 326 --- a/package.json 327 +++ b/package.json 328 @@ -87,7 +87,7 @@ 329 "@types/react": "^18.2.6", 330 "@types/react-dom": "^18.2.4", 331 "@types/wavesurfer.js": "^6.0.5", 332 - "@typescript-eslint/eslint-plugin": "^5.59.5", 333 + "@typescript-eslint/eslint-plugin": "^5.59.9", 334 "@typescript-eslint/parser": "^5.59.5", 335 "@vitejs/plugin-react-swc": "^3.3.2", 336 "autoprefixer": "^10.4.14",