From e019f0be98a626db190e6f80ff6ecffa9ea601fa Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 26 Jan 2022 23:49:22 -0800 Subject: [PATCH] fix: update dependencies --- .github/renovate.json | 2 +- package.json | 23 +-- pnpm-lock.yaml | 433 +++++++++++++++++------------------------- 3 files changed, 185 insertions(+), 273 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7b36e66..2e6daf1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,7 +8,7 @@ "matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"], "groupName": "devDependencies", "semanticCommitType": "chore", - "automerge": true + "automerge": false }, { "matchDepTypes": ["dependencies"], diff --git a/package.json b/package.json index 56dc9c9..734969a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "*.js" ], "scripts": { - "bump": "ncu -u -x coffeescript", + "bump": "ncu -u -x eslint,coffeescript,execa,read-pkg-up", "clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js", "format": "prettier --write .", "lint": "eslint . --ignore-pattern spec/fixtures/** --fix", @@ -22,34 +22,35 @@ "prettier": "prettier-config-atomic", "dependencies": { "@babel/core": "^7", - "@babel/eslint-parser": "^7.16.0", - "@babel/plugin-syntax-flow": "^7.16.0", - "@babel/plugin-syntax-jsx": "^7.16.0", - "@typescript-eslint/eslint-plugin": "^5.3.0", - "@typescript-eslint/parser": "^5.3.0", + "@babel/eslint-parser": "^7.16.5", + "@babel/plugin-syntax-flow": "^7.16.7", + "@babel/plugin-syntax-jsx": "^7.16.7", + "@typescript-eslint/eslint-plugin": "^5.10.1", + "@typescript-eslint/parser": "^5.10.1", "coffeescript": "^1", "eslint": "^7", "eslint-config-prettier": "^8.3.0", "eslint-plugin-coffee": "^0.1.15", "eslint-plugin-html": "^6.2.0", - "eslint-plugin-import": "^2.25.2", + "eslint-plugin-import": "^2.25.4", "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2", "eslint-plugin-optimize-regex": "^1.2.1", - "eslint-plugin-react": "^7.26.1", + "eslint-plugin-react": "^7.28.0", + "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-yaml": "^0.5.0", "prettier": "^2", "read-pkg-up": "^7", "typescript": "^4" }, "devDependencies": { - "eslint": "^8.0.0", + "eslint": "^7", "execa": "^5.1.1", "gitly": "^2.1.5", - "npm-check-updates": "12.0.2", + "npm-check-updates": "12.2.1", "prettier-config-atomic": "^3.0.1", - "shelljs": "^0.8.4" + "shelljs": "^0.8.5" }, "peerDependencies": { "eslint": "^7" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55a6556..ccc500a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,49 +5,51 @@ importers: .: specifiers: '@babel/core': ^7 - '@babel/eslint-parser': ^7.16.0 - '@babel/plugin-syntax-flow': ^7.16.0 - '@babel/plugin-syntax-jsx': ^7.16.0 - '@typescript-eslint/eslint-plugin': ^5.3.0 - '@typescript-eslint/parser': ^5.3.0 + '@babel/eslint-parser': ^7.16.5 + '@babel/plugin-syntax-flow': ^7.16.7 + '@babel/plugin-syntax-jsx': ^7.16.7 + '@typescript-eslint/eslint-plugin': ^5.10.1 + '@typescript-eslint/parser': ^5.10.1 coffeescript: ^1 eslint: ^7 eslint-config-prettier: ^8.3.0 eslint-plugin-coffee: ^0.1.15 eslint-plugin-html: ^6.2.0 - eslint-plugin-import: ^2.25.2 + eslint-plugin-import: ^2.25.4 eslint-plugin-json: ^3.1.0 eslint-plugin-node: ^11.1.0 eslint-plugin-only-warn: npm:@aminya/eslint-plugin-only-warn@^1.2.2 eslint-plugin-optimize-regex: ^1.2.1 - eslint-plugin-react: ^7.26.1 + eslint-plugin-react: ^7.28.0 + eslint-plugin-react-hooks: ^4.3.0 eslint-plugin-yaml: ^0.5.0 execa: ^5.1.1 gitly: ^2.1.5 - npm-check-updates: 12.0.2 + npm-check-updates: 12.2.1 prettier: ^2 prettier-config-atomic: ^3.0.1 read-pkg-up: ^7 - shelljs: ^0.8.4 + shelljs: ^0.8.5 typescript: ^4 dependencies: '@babel/core': 7.12.10 - '@babel/eslint-parser': 7.16.0_dbb1bf75858d0b8ef99b5fd00df752f1 - '@babel/plugin-syntax-flow': 7.16.0_@babel+core@7.12.10 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.12.10 - '@typescript-eslint/eslint-plugin': 5.3.0_60fe78c099c40dbc1d2549c0f2f886bd - '@typescript-eslint/parser': 5.3.0_eslint@7.32.0+typescript@4.1.3 + '@babel/eslint-parser': 7.16.5_dbb1bf75858d0b8ef99b5fd00df752f1 + '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.12.10 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.12.10 + '@typescript-eslint/eslint-plugin': 5.10.1_bca3b4dc1404a55f708c355458e99829 + '@typescript-eslint/parser': 5.10.1_eslint@7.32.0+typescript@4.1.3 coffeescript: 1.12.7 eslint: 7.32.0 eslint-config-prettier: 8.3.0_eslint@7.32.0 - eslint-plugin-coffee: 0.1.15_eslint@7.32.0 + eslint-plugin-coffee: 0.1.15_fdd21175567a8b934d5fd2b53dfbf9d2 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.25.2_eslint@7.32.0 + eslint-plugin-import: 2.25.4_eslint@7.32.0 eslint-plugin-json: 3.1.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-only-warn: /@aminya/eslint-plugin-only-warn/1.2.2 eslint-plugin-optimize-regex: 1.2.1 - eslint-plugin-react: 7.26.1_eslint@7.32.0 + eslint-plugin-react: 7.28.0_eslint@7.32.0 + eslint-plugin-react-hooks: 4.3.0_eslint@7.32.0 eslint-plugin-yaml: 0.5.0 prettier: 2.2.1 read-pkg-up: 7.0.1 @@ -55,9 +57,9 @@ importers: devDependencies: execa: 5.1.1 gitly: 2.1.5 - npm-check-updates: 12.0.2 + npm-check-updates: 12.2.1 prettier-config-atomic: 3.0.1 - shelljs: 0.8.4 + shelljs: 0.8.5 packages: @@ -101,8 +103,8 @@ packages: - supports-color dev: false - /@babel/eslint-parser/7.16.0_dbb1bf75858d0b8ef99b5fd00df752f1: - resolution: {integrity: sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==} + /@babel/eslint-parser/7.16.5_dbb1bf75858d0b8ef99b5fd00df752f1: + resolution: {integrity: sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' @@ -171,8 +173,8 @@ packages: '@babel/types': 7.12.12 dev: false - /@babel/helper-plugin-utils/7.14.5: - resolution: {integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==} + /@babel/helper-plugin-utils/7.16.7: + resolution: {integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==} engines: {node: '>=6.9.0'} dev: false @@ -239,24 +241,24 @@ packages: hasBin: true dev: false - /@babel/plugin-syntax-flow/7.16.0_@babel+core@7.12.10: - resolution: {integrity: sha512-dH91yCo0RyqfzWgoM5Ji9ir8fQ+uFbt9KHM3d2x4jZOuHS6wNA+CRmRUP/BWCsHG2bjc7A2Way6AvH1eQk0wig==} + /@babel/plugin-syntax-flow/7.16.7_@babel+core@7.12.10: + resolution: {integrity: sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.12.10: - resolution: {integrity: sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==} + /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.12.10: + resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: false /@babel/runtime-corejs3/7.10.5: @@ -475,8 +477,8 @@ packages: resolution: {integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==} dev: true - /@typescript-eslint/eslint-plugin/5.3.0_60fe78c099c40dbc1d2549c0f2f886bd: - resolution: {integrity: sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==} + /@typescript-eslint/eslint-plugin/5.10.1_bca3b4dc1404a55f708c355458e99829: + resolution: {integrity: sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -486,9 +488,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.3.0_eslint@7.32.0+typescript@4.1.3 - '@typescript-eslint/parser': 5.3.0_eslint@7.32.0+typescript@4.1.3 - '@typescript-eslint/scope-manager': 5.3.0 + '@typescript-eslint/parser': 5.10.1_eslint@7.32.0+typescript@4.1.3 + '@typescript-eslint/scope-manager': 5.10.1 + '@typescript-eslint/type-utils': 5.10.1_eslint@7.32.0+typescript@4.1.3 + '@typescript-eslint/utils': 5.10.1_eslint@7.32.0+typescript@4.1.3 debug: 4.3.2 eslint: 7.32.0 functional-red-black-tree: 1.0.1 @@ -501,59 +504,60 @@ packages: - supports-color dev: false - /@typescript-eslint/experimental-utils/5.3.0_eslint@7.32.0+typescript@4.1.3: - resolution: {integrity: sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==} + /@typescript-eslint/parser/5.10.1_eslint@7.32.0+typescript@4.1.3: + resolution: {integrity: sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: '*' + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.3.0 - '@typescript-eslint/types': 5.3.0 - '@typescript-eslint/typescript-estree': 5.3.0_typescript@4.1.3 + '@typescript-eslint/scope-manager': 5.10.1 + '@typescript-eslint/types': 5.10.1 + '@typescript-eslint/typescript-estree': 5.10.1_typescript@4.1.3 + debug: 4.3.2 eslint: 7.32.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.32.0 + typescript: 4.1.3 transitivePeerDependencies: - supports-color - - typescript dev: false - /@typescript-eslint/parser/5.3.0_eslint@7.32.0+typescript@4.1.3: - resolution: {integrity: sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==} + /@typescript-eslint/scope-manager/5.10.1: + resolution: {integrity: sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.10.1 + '@typescript-eslint/visitor-keys': 5.10.1 + dev: false + + /@typescript-eslint/type-utils/5.10.1_eslint@7.32.0+typescript@4.1.3: + resolution: {integrity: sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint: '*' typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.3.0 - '@typescript-eslint/types': 5.3.0 - '@typescript-eslint/typescript-estree': 5.3.0_typescript@4.1.3 + '@typescript-eslint/utils': 5.10.1_eslint@7.32.0+typescript@4.1.3 debug: 4.3.2 eslint: 7.32.0 + tsutils: 3.21.0_typescript@4.1.3 typescript: 4.1.3 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/scope-manager/5.3.0: - resolution: {integrity: sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.3.0 - '@typescript-eslint/visitor-keys': 5.3.0 - dev: false - - /@typescript-eslint/types/5.3.0: - resolution: {integrity: sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==} + /@typescript-eslint/types/5.10.1: + resolution: {integrity: sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/typescript-estree/5.3.0_typescript@4.1.3: - resolution: {integrity: sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==} + /@typescript-eslint/typescript-estree/5.10.1_typescript@4.1.3: + resolution: {integrity: sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -561,8 +565,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.3.0 - '@typescript-eslint/visitor-keys': 5.3.0 + '@typescript-eslint/types': 5.10.1 + '@typescript-eslint/visitor-keys': 5.10.1 debug: 4.3.2 globby: 11.0.4 is-glob: 4.0.3 @@ -573,11 +577,29 @@ packages: - supports-color dev: false - /@typescript-eslint/visitor-keys/5.3.0: - resolution: {integrity: sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==} + /@typescript-eslint/utils/5.10.1_eslint@7.32.0+typescript@4.1.3: + resolution: {integrity: sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.9 + '@typescript-eslint/scope-manager': 5.10.1 + '@typescript-eslint/types': 5.10.1 + '@typescript-eslint/typescript-estree': 5.10.1_typescript@4.1.3 + eslint: 7.32.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.32.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/visitor-keys/5.10.1: + resolution: {integrity: sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.3.0 + '@typescript-eslint/types': 5.10.1 eslint-visitor-keys: 3.0.0 dev: false @@ -715,17 +737,6 @@ packages: '@babel/runtime-corejs3': 7.10.5 dev: false - /array-includes/3.1.3: - resolution: {integrity: sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.3 - get-intrinsic: 1.1.1 - is-string: 1.0.6 - dev: false - /array-includes/3.1.4: resolution: {integrity: sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==} engines: {node: '>= 0.4'} @@ -750,14 +761,13 @@ packages: es-abstract: 1.19.1 dev: false - /array.prototype.flatmap/1.2.4: - resolution: {integrity: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==} + /array.prototype.flatmap/1.2.5: + resolution: {integrity: sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.3 - function-bind: 1.1.1 + es-abstract: 1.19.1 dev: false /ast-types-flow/0.0.7: @@ -1008,8 +1018,8 @@ packages: engines: {node: '>=6'} dev: true - /cli-table/0.3.6: - resolution: {integrity: sha512-ZkNZbnZjKERTY5NwC2SeMeLeifSPq/pubeRoTpdr3WchLlnZg6hEgvHkK5zL7KNFdd9PmHN8lxrENUwI3cE8vQ==} + /cli-table/0.3.11: + resolution: {integrity: sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==} engines: {node: '>= 0.2.0'} dependencies: colors: 1.0.3 @@ -1070,9 +1080,9 @@ packages: engines: {node: '>=0.1.90'} dev: true - /commander/6.2.1: - resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} - engines: {node: '>= 6'} + /commander/8.3.0: + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} dev: true /comment-parser/1.1.4: @@ -1088,7 +1098,7 @@ packages: engines: {node: '>=8'} dependencies: dot-prop: 5.3.0 - graceful-fs: 4.2.5 + graceful-fs: 4.2.8 make-dir: 3.1.0 unique-string: 2.0.0 write-file-atomic: 3.0.3 @@ -1368,28 +1378,6 @@ packages: is-arrayish: 0.2.1 dev: false - /es-abstract/1.18.3: - resolution: {integrity: sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - get-intrinsic: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.2 - is-callable: 1.2.3 - is-negative-zero: 2.0.1 - is-regex: 1.1.3 - is-string: 1.0.7 - object-inspect: 1.10.3 - object-keys: 1.1.1 - object.assign: 4.1.2 - string.prototype.trimend: 1.0.4 - string.prototype.trimstart: 1.0.4 - unbox-primitive: 1.0.1 - dev: false - /es-abstract/1.19.1: resolution: {integrity: sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==} engines: {node: '>= 0.4'} @@ -1440,7 +1428,7 @@ packages: engines: {node: '>=10'} dev: false - /eslint-config-airbnb-base/14.2.0_560ef94424f7023f0ab025f67f79aa67: + /eslint-config-airbnb-base/14.2.0_157002f9dff1b62f2b20650d7e8bf1eb: resolution: {integrity: sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==} engines: {node: '>= 6'} peerDependencies: @@ -1449,12 +1437,12 @@ packages: dependencies: confusing-browser-globals: 1.0.9 eslint: 7.32.0 - eslint-plugin-import: 2.25.2_eslint@7.32.0 + eslint-plugin-import: 2.25.4_eslint@7.32.0 object.assign: 4.1.2 - object.entries: 1.1.4 + object.entries: 1.1.5 dev: false - /eslint-config-airbnb/18.2.0_50b566696fdf19c3e226e69731425d7c: + /eslint-config-airbnb/18.2.0_5b0e25c077f1a972c02667b34da2a100: resolution: {integrity: sha512-Fz4JIUKkrhO0du2cg5opdyPKQXOI2MvF8KUvN2710nJMT6jaRUpRE2swrJftAjVGL7T1otLM5ieo5RqS1v9Udg==} engines: {node: '>= 6'} peerDependencies: @@ -1465,12 +1453,13 @@ packages: eslint-plugin-react-hooks: ^4 || ^3 || ^2.3.0 || ^1.7.0 dependencies: eslint: 7.32.0 - eslint-config-airbnb-base: 14.2.0_560ef94424f7023f0ab025f67f79aa67 - eslint-plugin-import: 2.25.2_eslint@7.32.0 + eslint-config-airbnb-base: 14.2.0_157002f9dff1b62f2b20650d7e8bf1eb + eslint-plugin-import: 2.25.4_eslint@7.32.0 eslint-plugin-jsx-a11y: 6.3.1_eslint@7.32.0 eslint-plugin-react: 7.23.2_eslint@7.32.0 + eslint-plugin-react-hooks: 4.3.0_eslint@7.32.0 object.assign: 4.1.2 - object.entries: 1.1.4 + object.entries: 1.1.5 dev: false /eslint-config-prettier/8.3.0_eslint@7.32.0: @@ -1489,16 +1478,15 @@ packages: resolve: 1.20.0 dev: false - /eslint-module-utils/2.7.1: - resolution: {integrity: sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==} + /eslint-module-utils/2.7.2: + resolution: {integrity: sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==} engines: {node: '>=4'} dependencies: debug: 3.2.7 find-up: 2.1.0 - pkg-dir: 2.0.0 dev: false - /eslint-plugin-coffee/0.1.15_eslint@7.32.0: + /eslint-plugin-coffee/0.1.15_fdd21175567a8b934d5fd2b53dfbf9d2: resolution: {integrity: sha512-+qtkIPSc9etYqOODIlENqiRjID/oEoGMAAQJN988Aczy461NIwzaamFY6Fi0QDVVDb2v+OL/StVrk/QmyItfeg==} peerDependencies: eslint: '>=6.0.0' @@ -1509,9 +1497,9 @@ packages: coffeescript: 2.5.1 doctrine: 2.1.0 eslint: 7.32.0 - eslint-config-airbnb: 18.2.0_50b566696fdf19c3e226e69731425d7c - eslint-config-airbnb-base: 14.2.0_560ef94424f7023f0ab025f67f79aa67 - eslint-plugin-import: 2.25.2_eslint@7.32.0 + eslint-config-airbnb: 18.2.0_5b0e25c077f1a972c02667b34da2a100 + eslint-config-airbnb-base: 14.2.0_157002f9dff1b62f2b20650d7e8bf1eb + eslint-plugin-import: 2.25.4_eslint@7.32.0 eslint-plugin-jsx-a11y: 6.3.1_eslint@7.32.0 eslint-plugin-react: 7.23.2_eslint@7.32.0 eslint-plugin-react-native: 3.8.1_eslint@7.32.0 @@ -1541,8 +1529,8 @@ packages: htmlparser2: 7.1.2 dev: false - /eslint-plugin-import/2.25.2_eslint@7.32.0: - resolution: {integrity: sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==} + /eslint-plugin-import/2.25.4_eslint@7.32.0: + resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} engines: {node: '>=4'} peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 @@ -1553,14 +1541,14 @@ packages: doctrine: 2.1.0 eslint: 7.32.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.1 + eslint-module-utils: 2.7.2 has: 1.0.3 is-core-module: 2.8.0 is-glob: 4.0.3 minimatch: 3.0.4 object.values: 1.1.5 resolve: 1.20.0 - tsconfig-paths: 3.11.0 + tsconfig-paths: 3.12.0 dev: false /eslint-plugin-json/3.1.0: @@ -1613,6 +1601,15 @@ packages: regexp-tree: 0.1.23 dev: false + /eslint-plugin-react-hooks/4.3.0_eslint@7.32.0: + resolution: {integrity: sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 + dependencies: + eslint: 7.32.0 + dev: false + /eslint-plugin-react-native-globals/0.1.2: resolution: {integrity: sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==} dev: false @@ -1633,41 +1630,41 @@ packages: eslint: ^3 || ^4 || ^5 || ^6 || ^7 dependencies: array-includes: 3.1.4 - array.prototype.flatmap: 1.2.4 + array.prototype.flatmap: 1.2.5 doctrine: 2.1.0 eslint: 7.32.0 has: 1.0.3 jsx-ast-utils: 2.4.1 minimatch: 3.0.4 - object.entries: 1.1.4 - object.fromentries: 2.0.4 + object.entries: 1.1.5 + object.fromentries: 2.0.5 object.values: 1.1.5 prop-types: 15.7.2 resolve: 2.0.0-next.3 - string.prototype.matchall: 4.0.5 + string.prototype.matchall: 4.0.6 dev: false - /eslint-plugin-react/7.26.1_eslint@7.32.0: - resolution: {integrity: sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==} + /eslint-plugin-react/7.28.0_eslint@7.32.0: + resolution: {integrity: sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==} engines: {node: '>=4'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - array-includes: 3.1.3 - array.prototype.flatmap: 1.2.4 + array-includes: 3.1.4 + array.prototype.flatmap: 1.2.5 doctrine: 2.1.0 eslint: 7.32.0 - estraverse: 5.2.0 + estraverse: 5.3.0 jsx-ast-utils: 2.4.1 minimatch: 3.0.4 - object.entries: 1.1.4 - object.fromentries: 2.0.4 - object.hasown: 1.0.0 - object.values: 1.1.4 + object.entries: 1.1.5 + object.fromentries: 2.0.5 + object.hasown: 1.1.0 + object.values: 1.1.5 prop-types: 15.7.2 resolve: 2.0.0-next.3 semver: 6.3.0 - string.prototype.matchall: 4.0.5 + string.prototype.matchall: 4.0.6 dev: false /eslint-plugin-yaml/0.5.0: @@ -1800,14 +1797,14 @@ packages: resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} engines: {node: '>=0.10'} dependencies: - estraverse: 5.2.0 + estraverse: 5.3.0 dev: false /esrecurse/4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} engines: {node: '>=4.0'} dependencies: - estraverse: 5.2.0 + estraverse: 5.3.0 dev: false /estraverse/4.3.0: @@ -1815,8 +1812,8 @@ packages: engines: {node: '>=4.0'} dev: false - /estraverse/5.2.0: - resolution: {integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==} + /estraverse/5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} engines: {node: '>=4.0'} dev: false @@ -2121,10 +2118,6 @@ packages: url-parse-lax: 3.0.0 dev: true - /graceful-fs/4.2.5: - resolution: {integrity: sha512-kBBSQbz2K0Nyn+31j/w36fUfxkBW9/gfwRWdUY1ULReH3iokVJgddZAFcD1D0xlgTmFxJCbUkUclAlc6/IDJkw==} - dev: true - /graceful-fs/4.2.8: resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} dev: true @@ -2180,8 +2173,8 @@ packages: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: false - /hosted-git-info/4.0.2: - resolution: {integrity: sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==} + /hosted-git-info/4.1.0: + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 @@ -2360,11 +2353,6 @@ packages: call-bind: 1.0.2 dev: false - /is-callable/1.2.3: - resolution: {integrity: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==} - engines: {node: '>= 0.4'} - dev: false - /is-callable/1.2.4: resolution: {integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==} engines: {node: '>= 0.4'} @@ -2467,14 +2455,6 @@ packages: engines: {node: '>=8'} dev: true - /is-regex/1.1.3: - resolution: {integrity: sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - has-symbols: 1.0.2 - dev: false - /is-regex/1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} @@ -2492,11 +2472,6 @@ packages: engines: {node: '>=8'} dev: true - /is-string/1.0.6: - resolution: {integrity: sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==} - engines: {node: '>= 0.4'} - dev: false - /is-string/1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} @@ -2782,30 +2757,6 @@ packages: semver: 6.3.0 dev: true - /make-fetch-happen/9.0.4: - resolution: {integrity: sha512-sQWNKMYqSmbAGXqJg2jZ+PmHh5JAybvwu0xM8mZR/bsTjGiTASj3ldXJV7KFHy1k/IJIBkjxQFoWIVsv9+PQMg==} - engines: {node: '>= 10'} - dependencies: - agentkeepalive: 4.1.3 - cacache: 15.2.0 - http-cache-semantics: 4.1.0 - http-proxy-agent: 4.0.1 - https-proxy-agent: 5.0.0 - is-lambda: 1.0.1 - lru-cache: 6.0.0 - minipass: 3.1.3 - minipass-collect: 1.0.2 - minipass-fetch: 1.3.3 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 0.6.2 - promise-retry: 2.0.1 - socks-proxy-agent: 5.0.0 - ssri: 8.0.1 - transitivePeerDependencies: - - supports-color - dev: true - /make-fetch-happen/9.1.0: resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==} engines: {node: '>= 10'} @@ -3021,21 +2972,21 @@ packages: npm-normalize-package-bin: 1.0.1 dev: true - /npm-check-updates/12.0.2: - resolution: {integrity: sha512-VzMNuUXqRta1qpBkFiE0hKfpOGP2FbYwpBBTcJXoJWppOPBSi/paWFVhPVWf7PgRoDWegK+PDAWKhIvhyrBrIg==} + /npm-check-updates/12.2.1: + resolution: {integrity: sha512-fqfH2USwTLgho8HaC79i5Bl+RH3zV15AbdtJQTCaOAp9L3D2W8k+jsfuwee2vSTUrt6IUTXPbzwUIYo4/TQdYA==} engines: {node: '>=12'} hasBin: true dependencies: chalk: 4.1.2 cint: 8.2.1 - cli-table: 0.3.6 - commander: 6.2.1 + cli-table: 0.3.11 + commander: 8.3.0 fast-memoize: 2.5.2 find-up: 5.0.0 fp-and-or: 0.1.3 get-stdin: 8.0.0 globby: 11.0.4 - hosted-git-info: 4.0.2 + hosted-git-info: 4.1.0 json-parse-helpfulerror: 1.0.3 jsonlines: 0.1.1 libnpmconfig: 1.2.1 @@ -3051,7 +3002,7 @@ packages: rimraf: 3.0.2 semver: 7.3.5 semver-utils: 1.1.4 - source-map-support: 0.5.20 + source-map-support: 0.5.21 spawn-please: 1.0.0 update-notifier: 5.1.0 transitivePeerDependencies: @@ -3073,7 +3024,7 @@ packages: resolution: {integrity: sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==} engines: {node: '>=10'} dependencies: - hosted-git-info: 4.0.2 + hosted-git-info: 4.1.0 semver: 7.3.5 validate-npm-package-name: 3.0.0 dev: true @@ -3102,7 +3053,7 @@ packages: resolution: {integrity: sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==} engines: {node: '>=10'} dependencies: - make-fetch-happen: 9.0.4 + make-fetch-happen: 9.1.0 minipass: 3.1.3 minipass-fetch: 1.3.3 minipass-json-stream: 1.0.1 @@ -3137,10 +3088,6 @@ packages: resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} engines: {node: '>=0.10.0'} - /object-inspect/1.10.3: - resolution: {integrity: sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==} - dev: false - /object-inspect/1.11.0: resolution: {integrity: sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==} dev: false @@ -3160,39 +3107,29 @@ packages: object-keys: 1.1.1 dev: false - /object.entries/1.1.4: - resolution: {integrity: sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==} + /object.entries/1.1.5: + resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.3 + es-abstract: 1.19.1 dev: false - /object.fromentries/2.0.4: - resolution: {integrity: sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==} + /object.fromentries/2.0.5: + resolution: {integrity: sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.3 - has: 1.0.3 - dev: false - - /object.hasown/1.0.0: - resolution: {integrity: sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==} - dependencies: define-properties: 1.1.3 es-abstract: 1.19.1 dev: false - /object.values/1.1.4: - resolution: {integrity: sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==} - engines: {node: '>= 0.4'} + /object.hasown/1.1.0: + resolution: {integrity: sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==} dependencies: - call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.3 + es-abstract: 1.19.1 dev: false /object.values/1.1.5: @@ -3396,13 +3333,6 @@ packages: resolution: {integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==} engines: {node: '>=8.6'} - /pkg-dir/2.0.0: - resolution: {integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=} - engines: {node: '>=4'} - dependencies: - find-up: 2.1.0 - dev: false - /prelude-ls/1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -3748,8 +3678,8 @@ packages: hasBin: true dev: false - /shelljs/0.8.4: - resolution: {integrity: sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==} + /shelljs/0.8.5: + resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} engines: {node: '>=4'} hasBin: true dependencies: @@ -3763,7 +3693,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.10.3 + object-inspect: 1.11.0 dev: false /signal-exit/3.0.3: @@ -3792,17 +3722,6 @@ packages: engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} dev: true - /socks-proxy-agent/5.0.0: - resolution: {integrity: sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==} - engines: {node: '>= 6'} - dependencies: - agent-base: 6.0.2 - debug: 4.3.2 - socks: 2.5.1 - transitivePeerDependencies: - - supports-color - dev: true - /socks-proxy-agent/6.1.0: resolution: {integrity: sha512-57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg==} engines: {node: '>= 10'} @@ -3814,14 +3733,6 @@ packages: - supports-color dev: true - /socks/2.5.1: - resolution: {integrity: sha512-oZCsJJxapULAYJaEYBSzMcz8m3jqgGrHaGhkmU/o/PQfFWYWxkAaA0UMGImb6s6tEXfKi959X6VJjMMQ3P6TTQ==} - engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} - dependencies: - ip: 1.1.5 - smart-buffer: 4.1.0 - dev: true - /socks/2.6.1: resolution: {integrity: sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==} engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} @@ -3846,8 +3757,8 @@ packages: sort-object-keys: 1.1.3 dev: true - /source-map-support/0.5.20: - resolution: {integrity: sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==} + /source-map-support/0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 @@ -3927,12 +3838,12 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string.prototype.matchall/4.0.5: - resolution: {integrity: sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==} + /string.prototype.matchall/4.0.6: + resolution: {integrity: sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.3 + es-abstract: 1.19.1 get-intrinsic: 1.1.1 has-symbols: 1.0.2 internal-slot: 1.0.3 @@ -4076,8 +3987,8 @@ packages: dependencies: is-number: 7.0.0 - /tsconfig-paths/3.11.0: - resolution: {integrity: sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==} + /tsconfig-paths/3.12.0: + resolution: {integrity: sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==} dependencies: '@types/json5': 0.0.29 json5: 1.0.1