aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-06-03 03:06:50 +0530
committerLibravatar GitHub <noreply@github.com>2023-06-02 22:36:50 +0100
commit3eceb4f3c95f8cdcd922cc1327106f9929f0cc71 (patch)
tree580e4a3dcd39857c720aeddc92ed2172749d8eac
parent6.3.0-nightly.17 [skip ci] (diff)
downloadferdium-app-3eceb4f3c95f8cdcd922cc1327106f9929f0cc71.tar.gz
ferdium-app-3eceb4f3c95f8cdcd922cc1327106f9929f0cc71.tar.zst
ferdium-app-3eceb4f3c95f8cdcd922cc1327106f9929f0cc71.zip
Upgrade npm modules (#1222)
-rw-r--r--package.json14
-rw-r--r--pnpm-lock.yaml176
2 files changed, 95 insertions, 95 deletions
diff --git a/package.json b/package.json
index e78844ce7..aacf632bf 100644
--- a/package.json
+++ b/package.json
@@ -77,7 +77,7 @@
77 "electron-window-state": "5.0.3", 77 "electron-window-state": "5.0.3",
78 "fast-folder-size": "1.7.1", 78 "fast-folder-size": "1.7.1",
79 "fs-extra": "11.1.1", 79 "fs-extra": "11.1.1",
80 "google-translate-api-x": "10.6.5", 80 "google-translate-api-x": "10.6.7",
81 "history": "5.3.0", 81 "history": "5.3.0",
82 "immutable": "4.3.0", 82 "immutable": "4.3.0",
83 "jsonwebtoken": "9.0.0", 83 "jsonwebtoken": "9.0.0",
@@ -125,25 +125,25 @@
125 "ws": "8.13.0" 125 "ws": "8.13.0"
126 }, 126 },
127 "devDependencies": { 127 "devDependencies": {
128 "@commitlint/cli": "17.6.3", 128 "@commitlint/cli": "17.6.5",
129 "@commitlint/config-conventional": "17.6.3", 129 "@commitlint/config-conventional": "17.6.5",
130 "@electron/notarize": "1.2.3", 130 "@electron/notarize": "1.2.3",
131 "@formatjs/cli": "6.1.1", 131 "@formatjs/cli": "6.1.1",
132 "@types/color": "3.0.3", 132 "@types/color": "3.0.3",
133 "@types/expect.js": "0.3.29", 133 "@types/expect.js": "0.3.29",
134 "@types/fs-extra": "11.0.1", 134 "@types/fs-extra": "11.0.1",
135 "@types/jest": "29.5.1", 135 "@types/jest": "29.5.2",
136 "@types/lodash": "4.14.195", 136 "@types/lodash": "4.14.195",
137 "@types/ms": "0.7.31", 137 "@types/ms": "0.7.31",
138 "@types/node": "18.15.3", 138 "@types/node": "18.15.3",
139 "@types/react": "18.2.7", 139 "@types/react": "18.2.8",
140 "@types/react-dom": "18.2.4", 140 "@types/react-dom": "18.2.4",
141 "@types/route-parser": "0.1.4", 141 "@types/route-parser": "0.1.4",
142 "@types/tar": "6.1.5", 142 "@types/tar": "6.1.5",
143 "@types/uuid": "9.0.1", 143 "@types/uuid": "9.0.1",
144 "@types/validator": "13.7.17", 144 "@types/validator": "13.7.17",
145 "@typescript-eslint/eslint-plugin": "5.59.7", 145 "@typescript-eslint/eslint-plugin": "5.59.8",
146 "@typescript-eslint/parser": "5.59.7", 146 "@typescript-eslint/parser": "5.59.8",
147 "all-contributors-cli": "6.25.1", 147 "all-contributors-cli": "6.25.1",
148 "chalk": "5.2.0", 148 "chalk": "5.2.0",
149 "concurrently": "8.0.1", 149 "concurrently": "8.0.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 2ea05ae1d..bddbd02ca 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -111,8 +111,8 @@ dependencies:
111 specifier: 11.1.1 111 specifier: 11.1.1
112 version: 11.1.1 112 version: 11.1.1
113 google-translate-api-x: 113 google-translate-api-x:
114 specifier: 10.6.5 114 specifier: 10.6.7
115 version: 10.6.5 115 version: 10.6.7
116 history: 116 history:
117 specifier: 5.3.0 117 specifier: 5.3.0
118 version: 5.3.0 118 version: 5.3.0
@@ -259,11 +259,11 @@ optionalDependencies:
259 259
260devDependencies: 260devDependencies:
261 '@commitlint/cli': 261 '@commitlint/cli':
262 specifier: 17.6.3 262 specifier: 17.6.5
263 version: 17.6.3 263 version: 17.6.5
264 '@commitlint/config-conventional': 264 '@commitlint/config-conventional':
265 specifier: 17.6.3 265 specifier: 17.6.5
266 version: 17.6.3 266 version: 17.6.5
267 '@electron/notarize': 267 '@electron/notarize':
268 specifier: 1.2.3 268 specifier: 1.2.3
269 version: 1.2.3 269 version: 1.2.3
@@ -280,8 +280,8 @@ devDependencies:
280 specifier: 11.0.1 280 specifier: 11.0.1
281 version: 11.0.1 281 version: 11.0.1
282 '@types/jest': 282 '@types/jest':
283 specifier: 29.5.1 283 specifier: 29.5.2
284 version: 29.5.1 284 version: 29.5.2
285 '@types/lodash': 285 '@types/lodash':
286 specifier: 4.14.195 286 specifier: 4.14.195
287 version: 4.14.195 287 version: 4.14.195
@@ -292,8 +292,8 @@ devDependencies:
292 specifier: 18.15.3 292 specifier: 18.15.3
293 version: 18.15.3 293 version: 18.15.3
294 '@types/react': 294 '@types/react':
295 specifier: 18.2.7 295 specifier: 18.2.8
296 version: 18.2.7 296 version: 18.2.8
297 '@types/react-dom': 297 '@types/react-dom':
298 specifier: 18.2.4 298 specifier: 18.2.4
299 version: 18.2.4 299 version: 18.2.4
@@ -310,11 +310,11 @@ devDependencies:
310 specifier: 13.7.17 310 specifier: 13.7.17
311 version: 13.7.17 311 version: 13.7.17
312 '@typescript-eslint/eslint-plugin': 312 '@typescript-eslint/eslint-plugin':
313 specifier: 5.59.7 313 specifier: 5.59.8
314 version: 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.39.0)(typescript@5.0.4) 314 version: 5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.39.0)(typescript@5.0.4)
315 '@typescript-eslint/parser': 315 '@typescript-eslint/parser':
316 specifier: 5.59.7 316 specifier: 5.59.8
317 version: 5.59.7(eslint@8.39.0)(typescript@5.0.4) 317 version: 5.59.8(eslint@8.39.0)(typescript@5.0.4)
318 all-contributors-cli: 318 all-contributors-cli:
319 specifier: 6.25.1 319 specifier: 6.25.1
320 version: 6.25.1 320 version: 6.25.1
@@ -353,16 +353,16 @@ devDependencies:
353 version: 19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.39.0) 353 version: 19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.39.0)
354 eslint-config-airbnb-typescript: 354 eslint-config-airbnb-typescript:
355 specifier: 17.0.0 355 specifier: 17.0.0
356 version: 17.0.0(@typescript-eslint/eslint-plugin@5.59.7)(@typescript-eslint/parser@5.59.7)(eslint-plugin-import@2.27.5)(eslint@8.39.0) 356 version: 17.0.0(@typescript-eslint/eslint-plugin@5.59.8)(@typescript-eslint/parser@5.59.8)(eslint-plugin-import@2.27.5)(eslint@8.39.0)
357 eslint-config-prettier: 357 eslint-config-prettier:
358 specifier: 8.8.0 358 specifier: 8.8.0
359 version: 8.8.0(eslint@8.39.0) 359 version: 8.8.0(eslint@8.39.0)
360 eslint-plugin-import: 360 eslint-plugin-import:
361 specifier: 2.27.5 361 specifier: 2.27.5
362 version: 2.27.5(@typescript-eslint/parser@5.59.7)(eslint@8.39.0) 362 version: 2.27.5(@typescript-eslint/parser@5.59.8)(eslint@8.39.0)
363 eslint-plugin-jest: 363 eslint-plugin-jest:
364 specifier: 27.2.1 364 specifier: 27.2.1
365 version: 27.2.1(@typescript-eslint/eslint-plugin@5.59.7)(eslint@8.39.0)(jest@29.5.0)(typescript@5.0.4) 365 version: 27.2.1(@typescript-eslint/eslint-plugin@5.59.8)(eslint@8.39.0)(jest@29.5.0)(typescript@5.0.4)
366 eslint-plugin-jsx-a11y: 366 eslint-plugin-jsx-a11y:
367 specifier: 6.7.1 367 specifier: 6.7.1
368 version: 6.7.1(eslint@8.39.0) 368 version: 6.7.1(eslint@8.39.0)
@@ -977,13 +977,13 @@ packages:
977 engines: {node: '>=0.1.90'} 977 engines: {node: '>=0.1.90'}
978 dev: false 978 dev: false
979 979
980 /@commitlint/cli@17.6.3: 980 /@commitlint/cli@17.6.5:
981 resolution: {integrity: sha512-ItSz2fd4F+CujgIbQOfNNerDF1eFlsBGEfp9QcCb1kxTYMuKTYZzA6Nu1YRRrIaaWwe2E7awUGpIMrPoZkOG3A==} 981 resolution: {integrity: sha512-3PQrWr/uo6lzF5k7n5QuosCYnzaxP9qGBp3jhWP0Vmsa7XA6wrl9ccPqfQyXpSbQE3zBROVO3TDqgPKe4tfmLQ==}
982 engines: {node: '>=v14'} 982 engines: {node: '>=v14'}
983 hasBin: true 983 hasBin: true
984 dependencies: 984 dependencies:
985 '@commitlint/format': 17.4.4 985 '@commitlint/format': 17.4.4
986 '@commitlint/lint': 17.6.3 986 '@commitlint/lint': 17.6.5
987 '@commitlint/load': 17.5.0 987 '@commitlint/load': 17.5.0
988 '@commitlint/read': 17.5.1 988 '@commitlint/read': 17.5.1
989 '@commitlint/types': 17.4.4 989 '@commitlint/types': 17.4.4
@@ -997,8 +997,8 @@ packages:
997 - '@swc/wasm' 997 - '@swc/wasm'
998 dev: true 998 dev: true
999 999
1000 /@commitlint/config-conventional@17.6.3: 1000 /@commitlint/config-conventional@17.6.5:
1001 resolution: {integrity: sha512-bLyHEjjRWqlLQWIgYFHmUPbEFMOOLXeF3QbUinDIJev/u9e769tkoTH9YPknEywiuIrAgZaVo+OfzAIsJP0fsw==} 1001 resolution: {integrity: sha512-Xl9H9KLl86NZm5CYNTNF9dcz1xelE/EbvhWIWcYxG/rn3UWYWdWmmnX2q6ZduNdLFSGbOxzUpIx61j5zxbeXxg==}
1002 engines: {node: '>=v14'} 1002 engines: {node: '>=v14'}
1003 dependencies: 1003 dependencies:
1004 conventional-changelog-conventionalcommits: 5.0.0 1004 conventional-changelog-conventionalcommits: 5.0.0
@@ -1037,21 +1037,21 @@ packages:
1037 chalk: 4.1.2 1037 chalk: 4.1.2
1038 dev: true 1038 dev: true
1039 1039
1040 /@commitlint/is-ignored@17.6.3: 1040 /@commitlint/is-ignored@17.6.5:
1041 resolution: {integrity: sha512-LQbNdnPbxrpbcrVKR5yf51SvquqktpyZJwqXx3lUMF6+nT9PHB8xn3wLy8pi2EQv5Zwba484JnUwDE1ygVYNQA==} 1041 resolution: {integrity: sha512-CQvAPt9gX7cuUbMrIaIMKczfWJqqr6m8IlJs0F2zYwyyMTQ87QMHIj5jJ5HhOaOkaj6dvTMVGx8Dd1I4xgUuoQ==}
1042 engines: {node: '>=v14'} 1042 engines: {node: '>=v14'}
1043 dependencies: 1043 dependencies:
1044 '@commitlint/types': 17.4.4 1044 '@commitlint/types': 17.4.4
1045 semver: 7.5.0 1045 semver: 7.5.0
1046 dev: true 1046 dev: true
1047 1047
1048 /@commitlint/lint@17.6.3: 1048 /@commitlint/lint@17.6.5:
1049 resolution: {integrity: sha512-fBlXwt6SHJFgm3Tz+luuo3DkydAx9HNC5y4eBqcKuDuMVqHd2ugMNr+bQtx6riv9mXFiPoKp7nE4Xn/ls3iVDA==} 1049 resolution: {integrity: sha512-BSJMwkE4LWXrOsiP9KoHG+/heSDfvOL/Nd16+ojTS/DX8HZr8dNl8l3TfVr/d/9maWD8fSegRGtBtsyGuugFrw==}
1050 engines: {node: '>=v14'} 1050 engines: {node: '>=v14'}
1051 dependencies: 1051 dependencies:
1052 '@commitlint/is-ignored': 17.6.3 1052 '@commitlint/is-ignored': 17.6.5
1053 '@commitlint/parse': 17.4.4 1053 '@commitlint/parse': 17.6.5
1054 '@commitlint/rules': 17.6.1 1054 '@commitlint/rules': 17.6.5
1055 '@commitlint/types': 17.4.4 1055 '@commitlint/types': 17.4.4
1056 dev: true 1056 dev: true
1057 1057
@@ -1083,8 +1083,8 @@ packages:
1083 engines: {node: '>=v14'} 1083 engines: {node: '>=v14'}
1084 dev: true 1084 dev: true
1085 1085
1086 /@commitlint/parse@17.4.4: 1086 /@commitlint/parse@17.6.5:
1087 resolution: {integrity: sha512-EKzz4f49d3/OU0Fplog7nwz/lAfXMaDxtriidyGF9PtR+SRbgv4FhsfF310tKxs6EPj8Y+aWWuX3beN5s+yqGg==} 1087 resolution: {integrity: sha512-0zle3bcn1Hevw5Jqpz/FzEWNo2KIzUbc1XyGg6WrWEoa6GH3A1pbqNF6MvE6rjuy6OY23c8stWnb4ETRZyN+Yw==}
1088 engines: {node: '>=v14'} 1088 engines: {node: '>=v14'}
1089 dependencies: 1089 dependencies:
1090 '@commitlint/types': 17.4.4 1090 '@commitlint/types': 17.4.4
@@ -1115,8 +1115,8 @@ packages:
1115 resolve-global: 1.0.0 1115 resolve-global: 1.0.0
1116 dev: true 1116 dev: true
1117 1117
1118 /@commitlint/rules@17.6.1: 1118 /@commitlint/rules@17.6.5:
1119 resolution: {integrity: sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==} 1119 resolution: {integrity: sha512-uTB3zSmnPyW2qQQH+Dbq2rekjlWRtyrjDo4aLFe63uteandgkI+cc0NhhbBAzcXShzVk0qqp8SlkQMu0mgHg/A==}
1120 engines: {node: '>=v14'} 1120 engines: {node: '>=v14'}
1121 dependencies: 1121 dependencies:
1122 '@commitlint/ensure': 17.4.4 1122 '@commitlint/ensure': 17.4.4
@@ -2408,7 +2408,7 @@ packages:
2408 /@types/hoist-non-react-statics@3.3.1: 2408 /@types/hoist-non-react-statics@3.3.1:
2409 resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} 2409 resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==}
2410 dependencies: 2410 dependencies:
2411 '@types/react': 18.2.7 2411 '@types/react': 18.2.8
2412 hoist-non-react-statics: 3.3.2 2412 hoist-non-react-statics: 3.3.2
2413 dev: false 2413 dev: false
2414 2414
@@ -2431,8 +2431,8 @@ packages:
2431 '@types/istanbul-lib-report': 3.0.0 2431 '@types/istanbul-lib-report': 3.0.0
2432 dev: true 2432 dev: true
2433 2433
2434 /@types/jest@29.5.1: 2434 /@types/jest@29.5.2:
2435 resolution: {integrity: sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==} 2435 resolution: {integrity: sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==}
2436 dependencies: 2436 dependencies:
2437 expect: 29.5.0 2437 expect: 29.5.0
2438 pretty-format: 29.5.0 2438 pretty-format: 29.5.0
@@ -2495,11 +2495,11 @@ packages:
2495 /@types/react-dom@18.2.4: 2495 /@types/react-dom@18.2.4:
2496 resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==} 2496 resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==}
2497 dependencies: 2497 dependencies:
2498 '@types/react': 18.2.7 2498 '@types/react': 18.2.8
2499 dev: true 2499 dev: true
2500 2500
2501 /@types/react@18.2.7: 2501 /@types/react@18.2.8:
2502 resolution: {integrity: sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==} 2502 resolution: {integrity: sha512-lTyWUNrd8ntVkqycEEplasWy2OxNlShj3zqS0LuB1ENUGis5HodmhM7DtCoUGbxj3VW/WsGA0DUhpG6XrM7gPA==}
2503 dependencies: 2503 dependencies:
2504 '@types/prop-types': 15.7.5 2504 '@types/prop-types': 15.7.5
2505 '@types/scheduler': 0.16.2 2505 '@types/scheduler': 0.16.2
@@ -2566,8 +2566,8 @@ packages:
2566 '@types/node': 18.15.3 2566 '@types/node': 18.15.3
2567 optional: true 2567 optional: true
2568 2568
2569 /@typescript-eslint/eslint-plugin@5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.39.0)(typescript@5.0.4): 2569 /@typescript-eslint/eslint-plugin@5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.39.0)(typescript@5.0.4):
2570 resolution: {integrity: sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==} 2570 resolution: {integrity: sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==}
2571 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2571 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2572 peerDependencies: 2572 peerDependencies:
2573 '@typescript-eslint/parser': ^5.0.0 2573 '@typescript-eslint/parser': ^5.0.0
@@ -2578,10 +2578,10 @@ packages:
2578 optional: true 2578 optional: true
2579 dependencies: 2579 dependencies:
2580 '@eslint-community/regexpp': 4.4.0 2580 '@eslint-community/regexpp': 4.4.0
2581 '@typescript-eslint/parser': 5.59.7(eslint@8.39.0)(typescript@5.0.4) 2581 '@typescript-eslint/parser': 5.59.8(eslint@8.39.0)(typescript@5.0.4)
2582 '@typescript-eslint/scope-manager': 5.59.7 2582 '@typescript-eslint/scope-manager': 5.59.8
2583 '@typescript-eslint/type-utils': 5.59.7(eslint@8.39.0)(typescript@5.0.4) 2583 '@typescript-eslint/type-utils': 5.59.8(eslint@8.39.0)(typescript@5.0.4)
2584 '@typescript-eslint/utils': 5.59.7(eslint@8.39.0)(typescript@5.0.4) 2584 '@typescript-eslint/utils': 5.59.8(eslint@8.39.0)(typescript@5.0.4)
2585 debug: 4.3.4 2585 debug: 4.3.4
2586 eslint: 8.39.0 2586 eslint: 8.39.0
2587 grapheme-splitter: 1.0.4 2587 grapheme-splitter: 1.0.4
@@ -2594,8 +2594,8 @@ packages:
2594 - supports-color 2594 - supports-color
2595 dev: true 2595 dev: true
2596 2596
2597 /@typescript-eslint/parser@5.59.7(eslint@8.39.0)(typescript@5.0.4): 2597 /@typescript-eslint/parser@5.59.8(eslint@8.39.0)(typescript@5.0.4):
2598 resolution: {integrity: sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==} 2598 resolution: {integrity: sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==}
2599 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2599 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2600 peerDependencies: 2600 peerDependencies:
2601 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 2601 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -2604,9 +2604,9 @@ packages:
2604 typescript: 2604 typescript:
2605 optional: true 2605 optional: true
2606 dependencies: 2606 dependencies:
2607 '@typescript-eslint/scope-manager': 5.59.7 2607 '@typescript-eslint/scope-manager': 5.59.8
2608 '@typescript-eslint/types': 5.59.7 2608 '@typescript-eslint/types': 5.59.8
2609 '@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) 2609 '@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
2610 debug: 4.3.4 2610 debug: 4.3.4
2611 eslint: 8.39.0 2611 eslint: 8.39.0
2612 typescript: 5.0.4 2612 typescript: 5.0.4
@@ -2622,16 +2622,16 @@ packages:
2622 '@typescript-eslint/visitor-keys': 5.48.1 2622 '@typescript-eslint/visitor-keys': 5.48.1
2623 dev: true 2623 dev: true
2624 2624
2625 /@typescript-eslint/scope-manager@5.59.7: 2625 /@typescript-eslint/scope-manager@5.59.8:
2626 resolution: {integrity: sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==} 2626 resolution: {integrity: sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==}
2627 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2627 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2628 dependencies: 2628 dependencies:
2629 '@typescript-eslint/types': 5.59.7 2629 '@typescript-eslint/types': 5.59.8
2630 '@typescript-eslint/visitor-keys': 5.59.7 2630 '@typescript-eslint/visitor-keys': 5.59.8
2631 dev: true 2631 dev: true
2632 2632
2633 /@typescript-eslint/type-utils@5.59.7(eslint@8.39.0)(typescript@5.0.4): 2633 /@typescript-eslint/type-utils@5.59.8(eslint@8.39.0)(typescript@5.0.4):
2634 resolution: {integrity: sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==} 2634 resolution: {integrity: sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==}
2635 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2635 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2636 peerDependencies: 2636 peerDependencies:
2637 eslint: '*' 2637 eslint: '*'
@@ -2640,8 +2640,8 @@ packages:
2640 typescript: 2640 typescript:
2641 optional: true 2641 optional: true
2642 dependencies: 2642 dependencies:
2643 '@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) 2643 '@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
2644 '@typescript-eslint/utils': 5.59.7(eslint@8.39.0)(typescript@5.0.4) 2644 '@typescript-eslint/utils': 5.59.8(eslint@8.39.0)(typescript@5.0.4)
2645 debug: 4.3.4 2645 debug: 4.3.4
2646 eslint: 8.39.0 2646 eslint: 8.39.0
2647 tsutils: 3.21.0(typescript@5.0.4) 2647 tsutils: 3.21.0(typescript@5.0.4)
@@ -2655,8 +2655,8 @@ packages:
2655 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2655 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2656 dev: true 2656 dev: true
2657 2657
2658 /@typescript-eslint/types@5.59.7: 2658 /@typescript-eslint/types@5.59.8:
2659 resolution: {integrity: sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==} 2659 resolution: {integrity: sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==}
2660 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2660 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2661 dev: true 2661 dev: true
2662 2662
@@ -2681,8 +2681,8 @@ packages:
2681 - supports-color 2681 - supports-color
2682 dev: true 2682 dev: true
2683 2683
2684 /@typescript-eslint/typescript-estree@5.59.7(typescript@5.0.4): 2684 /@typescript-eslint/typescript-estree@5.59.8(typescript@5.0.4):
2685 resolution: {integrity: sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==} 2685 resolution: {integrity: sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==}
2686 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2686 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2687 peerDependencies: 2687 peerDependencies:
2688 typescript: '*' 2688 typescript: '*'
@@ -2690,8 +2690,8 @@ packages:
2690 typescript: 2690 typescript:
2691 optional: true 2691 optional: true
2692 dependencies: 2692 dependencies:
2693 '@typescript-eslint/types': 5.59.7 2693 '@typescript-eslint/types': 5.59.8
2694 '@typescript-eslint/visitor-keys': 5.59.7 2694 '@typescript-eslint/visitor-keys': 5.59.8
2695 debug: 4.3.4 2695 debug: 4.3.4
2696 globby: 11.1.0 2696 globby: 11.1.0
2697 is-glob: 4.0.3 2697 is-glob: 4.0.3
@@ -2722,8 +2722,8 @@ packages:
2722 - typescript 2722 - typescript
2723 dev: true 2723 dev: true
2724 2724
2725 /@typescript-eslint/utils@5.59.7(eslint@8.39.0)(typescript@5.0.4): 2725 /@typescript-eslint/utils@5.59.8(eslint@8.39.0)(typescript@5.0.4):
2726 resolution: {integrity: sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==} 2726 resolution: {integrity: sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==}
2727 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2727 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2728 peerDependencies: 2728 peerDependencies:
2729 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 2729 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -2731,9 +2731,9 @@ packages:
2731 '@eslint-community/eslint-utils': 4.3.0(eslint@8.39.0) 2731 '@eslint-community/eslint-utils': 4.3.0(eslint@8.39.0)
2732 '@types/json-schema': 7.0.11 2732 '@types/json-schema': 7.0.11
2733 '@types/semver': 7.3.13 2733 '@types/semver': 7.3.13
2734 '@typescript-eslint/scope-manager': 5.59.7 2734 '@typescript-eslint/scope-manager': 5.59.8
2735 '@typescript-eslint/types': 5.59.7 2735 '@typescript-eslint/types': 5.59.8
2736 '@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) 2736 '@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
2737 eslint: 8.39.0 2737 eslint: 8.39.0
2738 eslint-scope: 5.1.1 2738 eslint-scope: 5.1.1
2739 semver: 7.5.1 2739 semver: 7.5.1
@@ -2750,11 +2750,11 @@ packages:
2750 eslint-visitor-keys: 3.4.1 2750 eslint-visitor-keys: 3.4.1
2751 dev: true 2751 dev: true
2752 2752
2753 /@typescript-eslint/visitor-keys@5.59.7: 2753 /@typescript-eslint/visitor-keys@5.59.8:
2754 resolution: {integrity: sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==} 2754 resolution: {integrity: sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==}
2755 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2755 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2756 dependencies: 2756 dependencies:
2757 '@typescript-eslint/types': 5.59.7 2757 '@typescript-eslint/types': 5.59.8
2758 eslint-visitor-keys: 3.4.1 2758 eslint-visitor-keys: 3.4.1
2759 dev: true 2759 dev: true
2760 2760
@@ -5249,13 +5249,13 @@ packages:
5249 dependencies: 5249 dependencies:
5250 confusing-browser-globals: 1.0.11 5250 confusing-browser-globals: 1.0.11
5251 eslint: 8.39.0 5251 eslint: 8.39.0
5252 eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.7)(eslint@8.39.0) 5252 eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.8)(eslint@8.39.0)
5253 object.assign: 4.1.4 5253 object.assign: 4.1.4
5254 object.entries: 1.1.6 5254 object.entries: 1.1.6
5255 semver: 6.3.0 5255 semver: 6.3.0
5256 dev: true 5256 dev: true
5257 5257
5258 /eslint-config-airbnb-typescript@17.0.0(@typescript-eslint/eslint-plugin@5.59.7)(@typescript-eslint/parser@5.59.7)(eslint-plugin-import@2.27.5)(eslint@8.39.0): 5258 /eslint-config-airbnb-typescript@17.0.0(@typescript-eslint/eslint-plugin@5.59.8)(@typescript-eslint/parser@5.59.8)(eslint-plugin-import@2.27.5)(eslint@8.39.0):
5259 resolution: {integrity: sha512-elNiuzD0kPAPTXjFWg+lE24nMdHMtuxgYoD30OyMD6yrW1AhFZPAg27VX7d3tzOErw+dgJTNWfRSDqEcXb4V0g==} 5259 resolution: {integrity: sha512-elNiuzD0kPAPTXjFWg+lE24nMdHMtuxgYoD30OyMD6yrW1AhFZPAg27VX7d3tzOErw+dgJTNWfRSDqEcXb4V0g==}
5260 peerDependencies: 5260 peerDependencies:
5261 '@typescript-eslint/eslint-plugin': ^5.13.0 5261 '@typescript-eslint/eslint-plugin': ^5.13.0
@@ -5263,11 +5263,11 @@ packages:
5263 eslint: ^7.32.0 || ^8.2.0 5263 eslint: ^7.32.0 || ^8.2.0
5264 eslint-plugin-import: ^2.25.3 5264 eslint-plugin-import: ^2.25.3
5265 dependencies: 5265 dependencies:
5266 '@typescript-eslint/eslint-plugin': 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.39.0)(typescript@5.0.4) 5266 '@typescript-eslint/eslint-plugin': 5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.39.0)(typescript@5.0.4)
5267 '@typescript-eslint/parser': 5.59.7(eslint@8.39.0)(typescript@5.0.4) 5267 '@typescript-eslint/parser': 5.59.8(eslint@8.39.0)(typescript@5.0.4)
5268 eslint: 8.39.0 5268 eslint: 8.39.0
5269 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.39.0) 5269 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.39.0)
5270 eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.7)(eslint@8.39.0) 5270 eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.8)(eslint@8.39.0)
5271 dev: true 5271 dev: true
5272 5272
5273 /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.39.0): 5273 /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.39.0):
@@ -5282,7 +5282,7 @@ packages:
5282 dependencies: 5282 dependencies:
5283 eslint: 8.39.0 5283 eslint: 8.39.0
5284 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.39.0) 5284 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.39.0)
5285 eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.7)(eslint@8.39.0) 5285 eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.8)(eslint@8.39.0)
5286 eslint-plugin-jsx-a11y: 6.7.1(eslint@8.39.0) 5286 eslint-plugin-jsx-a11y: 6.7.1(eslint@8.39.0)
5287 eslint-plugin-react: 7.32.2(eslint@8.39.0) 5287 eslint-plugin-react: 7.32.2(eslint@8.39.0)
5288 eslint-plugin-react-hooks: 4.6.0(eslint@8.39.0) 5288 eslint-plugin-react-hooks: 4.6.0(eslint@8.39.0)
@@ -5309,7 +5309,7 @@ packages:
5309 - supports-color 5309 - supports-color
5310 dev: true 5310 dev: true
5311 5311
5312 /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0): 5312 /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0):
5313 resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} 5313 resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==}
5314 engines: {node: '>=4'} 5314 engines: {node: '>=4'}
5315 peerDependencies: 5315 peerDependencies:
@@ -5330,7 +5330,7 @@ packages:
5330 eslint-import-resolver-webpack: 5330 eslint-import-resolver-webpack:
5331 optional: true 5331 optional: true
5332 dependencies: 5332 dependencies:
5333 '@typescript-eslint/parser': 5.59.7(eslint@8.39.0)(typescript@5.0.4) 5333 '@typescript-eslint/parser': 5.59.8(eslint@8.39.0)(typescript@5.0.4)
5334 debug: 3.2.7 5334 debug: 3.2.7
5335 eslint: 8.39.0 5335 eslint: 8.39.0
5336 eslint-import-resolver-node: 0.3.7 5336 eslint-import-resolver-node: 0.3.7
@@ -5338,7 +5338,7 @@ packages:
5338 - supports-color 5338 - supports-color
5339 dev: true 5339 dev: true
5340 5340
5341 /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.7)(eslint@8.39.0): 5341 /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.8)(eslint@8.39.0):
5342 resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} 5342 resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
5343 engines: {node: '>=4'} 5343 engines: {node: '>=4'}
5344 peerDependencies: 5344 peerDependencies:
@@ -5348,7 +5348,7 @@ packages:
5348 '@typescript-eslint/parser': 5348 '@typescript-eslint/parser':
5349 optional: true 5349 optional: true
5350 dependencies: 5350 dependencies:
5351 '@typescript-eslint/parser': 5.59.7(eslint@8.39.0)(typescript@5.0.4) 5351 '@typescript-eslint/parser': 5.59.8(eslint@8.39.0)(typescript@5.0.4)
5352 array-includes: 3.1.6 5352 array-includes: 3.1.6
5353 array.prototype.flat: 1.3.1 5353 array.prototype.flat: 1.3.1
5354 array.prototype.flatmap: 1.3.1 5354 array.prototype.flatmap: 1.3.1
@@ -5356,7 +5356,7 @@ packages:
5356 doctrine: 2.1.0 5356 doctrine: 2.1.0
5357 eslint: 8.39.0 5357 eslint: 8.39.0
5358 eslint-import-resolver-node: 0.3.7 5358 eslint-import-resolver-node: 0.3.7
5359 eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0) 5359 eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0)
5360 has: 1.0.3 5360 has: 1.0.3
5361 is-core-module: 2.11.0 5361 is-core-module: 2.11.0
5362 is-glob: 4.0.3 5362 is-glob: 4.0.3
@@ -5371,7 +5371,7 @@ packages:
5371 - supports-color 5371 - supports-color
5372 dev: true 5372 dev: true
5373 5373
5374 /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.59.7)(eslint@8.39.0)(jest@29.5.0)(typescript@5.0.4): 5374 /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.59.8)(eslint@8.39.0)(jest@29.5.0)(typescript@5.0.4):
5375 resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} 5375 resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==}
5376 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 5376 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
5377 peerDependencies: 5377 peerDependencies:
@@ -5384,7 +5384,7 @@ packages:
5384 jest: 5384 jest:
5385 optional: true 5385 optional: true
5386 dependencies: 5386 dependencies:
5387 '@typescript-eslint/eslint-plugin': 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.39.0)(typescript@5.0.4) 5387 '@typescript-eslint/eslint-plugin': 5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.39.0)(typescript@5.0.4)
5388 '@typescript-eslint/utils': 5.48.1(eslint@8.39.0)(typescript@5.0.4) 5388 '@typescript-eslint/utils': 5.48.1(eslint@8.39.0)(typescript@5.0.4)
5389 eslint: 8.39.0 5389 eslint: 8.39.0
5390 jest: 29.5.0(@types/node@18.15.3)(ts-node@10.9.1) 5390 jest: 29.5.0(@types/node@18.15.3)(ts-node@10.9.1)
@@ -6404,8 +6404,8 @@ packages:
6404 resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} 6404 resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==}
6405 dev: true 6405 dev: true
6406 6406
6407 /google-translate-api-x@10.6.5: 6407 /google-translate-api-x@10.6.7:
6408 resolution: {integrity: sha512-4UEtK1K1h3Nar9Jpgei9Vadf82FQ32JiKealHgZIQcV7EBCUgkEr2HsgYkb2tyg7mryoQNlCKZ3HC3YnomSF2Q==} 6408 resolution: {integrity: sha512-xw20Kjv5u84Q3FwKTk4CU1PZrYoOsRcKq0z7J3a98aIcscOCZnW3T43Rb/SOl/JPUj/QYyjJiRW9G+MQhxUnAw==}
6409 engines: {node: '>=14.0.0'} 6409 engines: {node: '>=14.0.0'}
6410 dev: false 6410 dev: false
6411 6411
@@ -10006,7 +10006,7 @@ packages:
10006 '@formatjs/intl-displaynames': 6.3.2 10006 '@formatjs/intl-displaynames': 6.3.2
10007 '@formatjs/intl-listformat': 7.2.2 10007 '@formatjs/intl-listformat': 7.2.2
10008 '@types/hoist-non-react-statics': 3.3.1 10008 '@types/hoist-non-react-statics': 3.3.1
10009 '@types/react': 18.2.7 10009 '@types/react': 18.2.8
10010 hoist-non-react-statics: 3.3.2 10010 hoist-non-react-statics: 3.3.2
10011 intl-messageformat: 10.3.5 10011 intl-messageformat: 10.3.5
10012 react: 18.2.0 10012 react: 18.2.0