From bf1d8f8ac6c404a91daab89193233256b031a805 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 21 Sep 2021 13:48:27 -0500 Subject: [PATCH] fix: update dependencies --- package.json | 20 +- pnpm-lock.yaml | 585 +++++++++++++------------------------------------ 2 files changed, 164 insertions(+), 441 deletions(-) diff --git a/package.json b/package.json index 265c1a2..dc8bbfb 100644 --- a/package.json +++ b/package.json @@ -33,22 +33,22 @@ }, "dependencies": { "@babel/core": "^7", - "@babel/eslint-parser": "^7.14.7", + "@babel/eslint-parser": "^7.15.7", "@babel/plugin-syntax-flow": "^7.14.5", "@babel/plugin-syntax-jsx": "^7.14.5", - "@typescript-eslint/eslint-plugin": "^4.28.3", - "@typescript-eslint/parser": "^4.28.3", + "@typescript-eslint/eslint-plugin": "^4.31.2", + "@typescript-eslint/parser": "^4.31.2", "coffeescript": "^1", "eslint": "^7", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-coffee": "^0.1.14", - "eslint-plugin-html": "^6.1.2", - "eslint-plugin-import": "^2.23.4", - "eslint-plugin-json": "^3.0.0", + "eslint-plugin-coffee": "^0.1.15", + "eslint-plugin-html": "^6.2.0", + "eslint-plugin-import": "^2.24.2", + "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.0", - "eslint-plugin-react": "^7.24.0", + "eslint-plugin-optimize-regex": "^1.2.1", + "eslint-plugin-react": "^7.26.0", "eslint-plugin-yaml": "^0.5.0", "prettier": "^2", "typescript": "^4" @@ -59,7 +59,7 @@ "devDependencies": { "eslint": "^7.22.0", "execa": "^5.1.1", - "gitly": "^2.1.2", + "gitly": "^2.1.5", "npm-check-updates": "11.8.5", "prettier-config-atomic": "^2.0.5", "shelljs": "^0.8.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e58096..83bf0e3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,25 +5,25 @@ importers: .: specifiers: '@babel/core': ^7 - '@babel/eslint-parser': ^7.14.7 + '@babel/eslint-parser': ^7.15.7 '@babel/plugin-syntax-flow': ^7.14.5 '@babel/plugin-syntax-jsx': ^7.14.5 - '@typescript-eslint/eslint-plugin': ^4.28.3 - '@typescript-eslint/parser': ^4.28.3 + '@typescript-eslint/eslint-plugin': ^4.31.2 + '@typescript-eslint/parser': ^4.31.2 coffeescript: ^1 eslint: ^7 eslint-config-prettier: ^8.3.0 - eslint-plugin-coffee: ^0.1.14 - eslint-plugin-html: ^6.1.2 - eslint-plugin-import: ^2.23.4 - eslint-plugin-json: ^3.0.0 + eslint-plugin-coffee: ^0.1.15 + eslint-plugin-html: ^6.2.0 + eslint-plugin-import: ^2.24.2 + 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.0 - eslint-plugin-react: ^7.24.0 + eslint-plugin-optimize-regex: ^1.2.1 + eslint-plugin-react: ^7.26.0 eslint-plugin-yaml: ^0.5.0 execa: ^5.1.1 - gitly: ^2.1.2 + gitly: ^2.1.5 npm-check-updates: 11.8.5 prettier: ^2 prettier-config-atomic: ^2.0.5 @@ -31,28 +31,28 @@ importers: typescript: ^4 dependencies: '@babel/core': 7.12.10 - '@babel/eslint-parser': 7.14.7_85874fe16a230aa1a50d0ddd6bcc6644 + '@babel/eslint-parser': 7.15.7_85874fe16a230aa1a50d0ddd6bcc6644 '@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.12.10 '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.12.10 - '@typescript-eslint/eslint-plugin': 4.28.3_06461ec3bcd9a258eca7a14a8fc224d4 - '@typescript-eslint/parser': 4.28.3_eslint@7.22.0+typescript@4.1.3 + '@typescript-eslint/eslint-plugin': 4.31.2_d9dcacefca4c00fa53b62f17a739fb27 + '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.1.3 coffeescript: 1.12.7 eslint: 7.22.0 eslint-config-prettier: 8.3.0_eslint@7.22.0 - eslint-plugin-coffee: 0.1.14_eslint@7.22.0 - eslint-plugin-html: 6.1.2 - eslint-plugin-import: 2.23.4_eslint@7.22.0 - eslint-plugin-json: 3.0.0 + eslint-plugin-coffee: 0.1.15_eslint@7.22.0 + eslint-plugin-html: 6.2.0 + eslint-plugin-import: 2.24.2_eslint@7.22.0 + eslint-plugin-json: 3.1.0 eslint-plugin-node: 11.1.0_eslint@7.22.0 eslint-plugin-only-warn: /@aminya/eslint-plugin-only-warn/1.2.2 - eslint-plugin-optimize-regex: 1.2.0 - eslint-plugin-react: 7.24.0_eslint@7.22.0 + eslint-plugin-optimize-regex: 1.2.1 + eslint-plugin-react: 7.26.0_eslint@7.22.0 eslint-plugin-yaml: 0.5.0 prettier: 2.2.1 typescript: 4.1.3 devDependencies: execa: 5.1.1 - gitly: 2.1.2 + gitly: 2.1.5 npm-check-updates: 11.8.5 prettier-config-atomic: 2.0.5 shelljs: 0.8.4 @@ -97,8 +97,8 @@ packages: source-map: 0.5.7 dev: false - /@babel/eslint-parser/7.14.7_85874fe16a230aa1a50d0ddd6bcc6644: - resolution: {integrity: sha512-6WPwZqO5priAGIwV6msJcdc9TsEPzYeYdS/Xuoap+/ihkgN6dzHp2bcAAwyWZ5bLzk0vvjDmKvRwkqNaiJ8BiQ==} + /@babel/eslint-parser/7.15.7_85874fe16a230aa1a50d0ddd6bcc6644: + resolution: {integrity: sha512-yJkHyomClm6A2Xzb8pdAo4HzYMSXFn1O5zrCYvbFP0yQFvHueLedV8WiEno8yJOKStjUXzBZzJFeWQ7b3YMsqQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' @@ -429,8 +429,8 @@ packages: resolution: {integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==} dev: true - /@typescript-eslint/eslint-plugin/4.28.3_06461ec3bcd9a258eca7a14a8fc224d4: - resolution: {integrity: sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==} + /@typescript-eslint/eslint-plugin/4.31.2_d9dcacefca4c00fa53b62f17a739fb27: + resolution: {integrity: sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -440,9 +440,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.22.0+typescript@4.1.3 - '@typescript-eslint/parser': 4.28.3_eslint@7.22.0+typescript@4.1.3 - '@typescript-eslint/scope-manager': 4.28.3 + '@typescript-eslint/experimental-utils': 4.31.2_eslint@7.22.0+typescript@4.1.3 + '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.1.3 + '@typescript-eslint/scope-manager': 4.31.2 debug: 4.3.1 eslint: 7.22.0 functional-red-black-tree: 1.0.1 @@ -454,16 +454,16 @@ packages: - supports-color dev: false - /@typescript-eslint/experimental-utils/4.28.3_eslint@7.22.0+typescript@4.1.3: - resolution: {integrity: sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==} + /@typescript-eslint/experimental-utils/4.31.2_eslint@7.22.0+typescript@4.1.3: + resolution: {integrity: sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.28.3 - '@typescript-eslint/types': 4.28.3 - '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.1.3 + '@typescript-eslint/scope-manager': 4.31.2 + '@typescript-eslint/types': 4.31.2 + '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.1.3 eslint: 7.22.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.22.0 @@ -472,8 +472,8 @@ packages: - typescript dev: false - /@typescript-eslint/parser/4.28.3_eslint@7.22.0+typescript@4.1.3: - resolution: {integrity: sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==} + /@typescript-eslint/parser/4.31.2_eslint@7.22.0+typescript@4.1.3: + resolution: {integrity: sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -482,9 +482,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.28.3 - '@typescript-eslint/types': 4.28.3 - '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.1.3 + '@typescript-eslint/scope-manager': 4.31.2 + '@typescript-eslint/types': 4.31.2 + '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.1.3 debug: 4.3.1 eslint: 7.22.0 typescript: 4.1.3 @@ -492,21 +492,21 @@ packages: - supports-color dev: false - /@typescript-eslint/scope-manager/4.28.3: - resolution: {integrity: sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==} + /@typescript-eslint/scope-manager/4.31.2: + resolution: {integrity: sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.28.3 - '@typescript-eslint/visitor-keys': 4.28.3 + '@typescript-eslint/types': 4.31.2 + '@typescript-eslint/visitor-keys': 4.31.2 dev: false - /@typescript-eslint/types/4.28.3: - resolution: {integrity: sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==} + /@typescript-eslint/types/4.31.2: + resolution: {integrity: sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: false - /@typescript-eslint/typescript-estree/4.28.3_typescript@4.1.3: - resolution: {integrity: sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==} + /@typescript-eslint/typescript-estree/4.31.2_typescript@4.1.3: + resolution: {integrity: sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: typescript: '*' @@ -514,10 +514,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.28.3 - '@typescript-eslint/visitor-keys': 4.28.3 + '@typescript-eslint/types': 4.31.2 + '@typescript-eslint/visitor-keys': 4.31.2 debug: 4.3.1 - globby: 11.0.3 + globby: 11.0.4 is-glob: 4.0.1 semver: 7.3.5 tsutils: 3.21.0_typescript@4.1.3 @@ -526,11 +526,11 @@ packages: - supports-color dev: false - /@typescript-eslint/visitor-keys/4.28.3: - resolution: {integrity: sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==} + /@typescript-eslint/visitor-keys/4.31.2: + resolution: {integrity: sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.28.3 + '@typescript-eslint/types': 4.31.2 eslint-visitor-keys: 2.1.0 dev: false @@ -667,35 +667,15 @@ packages: '@babel/runtime-corejs3': 7.10.5 dev: false - /array-includes/3.1.1: - resolution: {integrity: sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==} - engines: {node: '>= 0.4'} - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - is-string: 1.0.5 - dev: false - - /array-includes/3.1.2: - resolution: {integrity: sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 - get-intrinsic: 1.1.1 - is-string: 1.0.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.0-next.2 + es-abstract: 1.18.3 get-intrinsic: 1.1.1 - is-string: 1.0.5 + is-string: 1.0.6 dev: false /array-union/2.1.0: @@ -711,22 +691,13 @@ packages: es-abstract: 1.18.3 dev: false - /array.prototype.flatmap/1.2.3: - resolution: {integrity: sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg==} - engines: {node: '>= 0.4'} - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - dev: false - /array.prototype.flatmap/1.2.4: resolution: {integrity: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.3 function-bind: 1.1.1 dev: false @@ -822,7 +793,7 @@ packages: debug: 2.6.9 globals: 9.18.0 invariant: 2.2.4 - lodash: 4.17.20 + lodash: 4.17.21 dev: false /babel-types/6.26.0: @@ -830,7 +801,7 @@ packages: dependencies: babel-runtime: 6.26.0 esutils: 2.0.3 - lodash: 4.17.20 + lodash: 4.17.21 to-fast-properties: 1.0.3 dev: false @@ -1124,11 +1095,6 @@ packages: resolution: {integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=} dev: true - /contains-path/0.1.0: - resolution: {integrity: sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=} - engines: {node: '>=0.10.0'} - dev: false - /convert-source-map/1.7.0: resolution: {integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==} dependencies: @@ -1142,7 +1108,7 @@ packages: /core-js/2.6.11: resolution: {integrity: sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==} - deprecated: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. + deprecated: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true dev: false @@ -1254,14 +1220,6 @@ packages: dependencies: path-type: 4.0.0 - /doctrine/1.5.0: - resolution: {integrity: sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=} - engines: {node: '>=0.10.0'} - dependencies: - esutils: 2.0.3 - isarray: 1.0.0 - dev: false - /doctrine/2.1.0: resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} engines: {node: '>=0.10.0'} @@ -1287,7 +1245,7 @@ packages: resolution: {integrity: sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA==} dependencies: domelementtype: 2.2.0 - domhandler: 4.1.0 + domhandler: 4.2.2 entities: 2.2.0 dev: false @@ -1305,8 +1263,8 @@ packages: domelementtype: 1.3.1 dev: false - /domhandler/4.1.0: - resolution: {integrity: sha512-/6/kmsGlMY4Tup/nGVutdrK9yQi4YjWVcVeoQmixpzjOUK1U7pQkvAPHBJeUxOgxF0J8f8lwCJSlCfD0V4CMGQ==} + /domhandler/4.2.2: + resolution: {integrity: sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==} engines: {node: '>= 4'} dependencies: domelementtype: 2.2.0 @@ -1319,12 +1277,12 @@ packages: domelementtype: 1.3.1 dev: false - /domutils/2.5.1: - resolution: {integrity: sha512-hO1XwHMGAthA/1KL7c83oip/6UWo3FlUNIuWiWKltoiQ5oCOiqths8KknvY2jpOohUoUgnwa/+Rm7UpwpSbY/Q==} + /domutils/2.8.0: + resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} dependencies: dom-serializer: 1.2.0 domelementtype: 2.2.0 - domhandler: 4.1.0 + domhandler: 4.2.2 dev: false /dot-prop/5.3.0: @@ -1358,6 +1316,7 @@ packages: /encoding/0.1.13: resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + requiresBuild: true dependencies: iconv-lite: 0.6.2 dev: true @@ -1384,6 +1343,11 @@ packages: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} dev: false + /entities/3.0.1: + resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==} + engines: {node: '>=0.12'} + dev: false + /env-paths/2.2.0: resolution: {integrity: sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==} engines: {node: '>=6'} @@ -1399,43 +1363,6 @@ packages: is-arrayish: 0.2.1 dev: false - /es-abstract/1.17.6: - resolution: {integrity: sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==} - engines: {node: '>= 0.4'} - dependencies: - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.1 - is-callable: 1.2.3 - is-regex: 1.1.2 - object-inspect: 1.9.0 - object-keys: 1.1.1 - object.assign: 4.1.2 - string.prototype.trimend: 1.0.3 - string.prototype.trimstart: 1.0.3 - dev: false - - /es-abstract/1.18.0-next.2: - resolution: {integrity: sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw==} - 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.2 - object-inspect: 1.9.0 - object-keys: 1.1.1 - object.assign: 4.1.2 - string.prototype.trimend: 1.0.3 - string.prototype.trimstart: 1.0.3 - dev: false - /es-abstract/1.18.3: resolution: {integrity: sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==} engines: {node: '>= 0.4'} @@ -1477,7 +1404,7 @@ packages: engines: {node: '>=0.8.0'} dev: false - /eslint-config-airbnb-base/14.2.0_23c541aea0503b6154366e35dc4fb8b3: + /eslint-config-airbnb-base/14.2.0_d9904a4b1e9771e9c1fce9200f694062: resolution: {integrity: sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==} engines: {node: '>= 6'} peerDependencies: @@ -1486,12 +1413,12 @@ packages: dependencies: confusing-browser-globals: 1.0.9 eslint: 7.22.0 - eslint-plugin-import: 2.22.1_eslint@7.22.0 + eslint-plugin-import: 2.24.2_eslint@7.22.0 object.assign: 4.1.2 - object.entries: 1.1.2 + object.entries: 1.1.4 dev: false - /eslint-config-airbnb/18.2.0_16498c82c71590c126775097efa4adba: + /eslint-config-airbnb/18.2.0_98fbad37004d617de878d5c938c0008a: resolution: {integrity: sha512-Fz4JIUKkrhO0du2cg5opdyPKQXOI2MvF8KUvN2710nJMT6jaRUpRE2swrJftAjVGL7T1otLM5ieo5RqS1v9Udg==} engines: {node: '>= 6'} peerDependencies: @@ -1502,12 +1429,12 @@ packages: eslint-plugin-react-hooks: ^4 || ^3 || ^2.3.0 || ^1.7.0 dependencies: eslint: 7.22.0 - eslint-config-airbnb-base: 14.2.0_23c541aea0503b6154366e35dc4fb8b3 - eslint-plugin-import: 2.22.1_eslint@7.22.0 + eslint-config-airbnb-base: 14.2.0_d9904a4b1e9771e9c1fce9200f694062 + eslint-plugin-import: 2.24.2_eslint@7.22.0 eslint-plugin-jsx-a11y: 6.3.1_eslint@7.22.0 - eslint-plugin-react: 7.22.0_eslint@7.22.0 + eslint-plugin-react: 7.23.2_eslint@7.22.0 object.assign: 4.1.2 - object.entries: 1.1.2 + object.entries: 1.1.4 dev: false /eslint-config-prettier/8.3.0_eslint@7.22.0: @@ -1519,31 +1446,23 @@ packages: eslint: 7.22.0 dev: false - /eslint-import-resolver-node/0.3.4: - resolution: {integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==} + /eslint-import-resolver-node/0.3.6: + resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} dependencies: - debug: 2.6.9 + debug: 3.2.7 resolve: 1.20.0 dev: false - /eslint-module-utils/2.6.0: - resolution: {integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==} - engines: {node: '>=4'} - dependencies: - debug: 2.6.9 - pkg-dir: 2.0.0 - dev: false - - /eslint-module-utils/2.6.1: - resolution: {integrity: sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==} + /eslint-module-utils/2.6.2: + resolution: {integrity: sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==} engines: {node: '>=4'} dependencies: debug: 3.2.7 pkg-dir: 2.0.0 dev: false - /eslint-plugin-coffee/0.1.14_eslint@7.22.0: - resolution: {integrity: sha512-JwBminIlHz7XqZ8kbpNHDMG9y/tsHX8mwMZBxZaAlguyXIfYTrnY/nc+6+/X/DXfA//zDCs/lNARDciW3iJCOQ==} + /eslint-plugin-coffee/0.1.15_eslint@7.22.0: + resolution: {integrity: sha512-+qtkIPSc9etYqOODIlENqiRjID/oEoGMAAQJN988Aczy461NIwzaamFY6Fi0QDVVDb2v+OL/StVrk/QmyItfeg==} peerDependencies: eslint: '>=6.0.0' dependencies: @@ -1553,17 +1472,17 @@ packages: coffeescript: 2.5.1 doctrine: 2.1.0 eslint: 7.22.0 - eslint-config-airbnb: 18.2.0_16498c82c71590c126775097efa4adba - eslint-config-airbnb-base: 14.2.0_23c541aea0503b6154366e35dc4fb8b3 - eslint-plugin-import: 2.22.1_eslint@7.22.0 + eslint-config-airbnb: 18.2.0_98fbad37004d617de878d5c938c0008a + eslint-config-airbnb-base: 14.2.0_d9904a4b1e9771e9c1fce9200f694062 + eslint-plugin-import: 2.24.2_eslint@7.22.0 eslint-plugin-jsx-a11y: 6.3.1_eslint@7.22.0 - eslint-plugin-react: 7.22.0_eslint@7.22.0 + eslint-plugin-react: 7.23.2_eslint@7.22.0 eslint-plugin-react-native: 3.8.1_eslint@7.22.0 eslint-scope: 3.7.3 eslint-utils: 1.4.3 eslint-visitor-keys: 1.3.0 jsx-ast-utils: 2.4.1 - lodash: 4.17.20 + lodash: 4.17.21 transitivePeerDependencies: - eslint-plugin-react-hooks dev: false @@ -1579,36 +1498,14 @@ packages: regexpp: 3.1.0 dev: false - /eslint-plugin-html/6.1.2: - resolution: {integrity: sha512-bhBIRyZFqI4EoF12lGDHAmgfff8eLXx6R52/K3ESQhsxzCzIE6hdebS7Py651f7U3RBotqroUnC3L29bR7qJWQ==} - dependencies: - htmlparser2: 6.0.1 - dev: false - - /eslint-plugin-import/2.22.1_eslint@7.22.0: - resolution: {integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==} - engines: {node: '>=4'} - peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 + /eslint-plugin-html/6.2.0: + resolution: {integrity: sha512-vi3NW0E8AJombTvt8beMwkL1R/fdRWl4QSNRNMhVQKWm36/X0KF0unGNAY4mqUF06mnwVWZcIcerrCnfn9025g==} dependencies: - array-includes: 3.1.2 - array.prototype.flat: 1.2.4 - contains-path: 0.1.0 - debug: 2.6.9 - doctrine: 1.5.0 - eslint: 7.22.0 - eslint-import-resolver-node: 0.3.4 - eslint-module-utils: 2.6.0 - has: 1.0.3 - minimatch: 3.0.4 - object.values: 1.1.2 - read-pkg-up: 2.0.0 - resolve: 1.19.0 - tsconfig-paths: 3.9.0 + htmlparser2: 7.1.2 dev: false - /eslint-plugin-import/2.23.4_eslint@7.22.0: - resolution: {integrity: sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==} + /eslint-plugin-import/2.24.2_eslint@7.22.0: + resolution: {integrity: sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==} engines: {node: '>=4'} peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 @@ -1618,25 +1515,25 @@ packages: debug: 2.6.9 doctrine: 2.1.0 eslint: 7.22.0 - eslint-import-resolver-node: 0.3.4 - eslint-module-utils: 2.6.1 + eslint-import-resolver-node: 0.3.6 + eslint-module-utils: 2.6.2 find-up: 2.1.0 has: 1.0.3 - is-core-module: 2.4.0 + is-core-module: 2.6.0 minimatch: 3.0.4 - object.values: 1.1.3 + object.values: 1.1.4 pkg-up: 2.0.0 read-pkg-up: 3.0.0 resolve: 1.20.0 - tsconfig-paths: 3.9.0 + tsconfig-paths: 3.11.0 dev: false - /eslint-plugin-json/3.0.0: - resolution: {integrity: sha512-7qoY5pbzBLEttJWy4/cDtULK3EKglgIwfXk5Yqp3StJaQ4Bu4Jmp0n2fJN5vBe/hLGaECupq3edn1j/k7O0bFA==} + /eslint-plugin-json/3.1.0: + resolution: {integrity: sha512-MrlG2ynFEHe7wDGwbUuFPsaT2b1uhuEFhJ+W1f1u+1C2EkXmTYJp4B1aAdQQ8M+CC3t//N/oRKiIVw14L2HR1g==} engines: {node: '>=12.0'} dependencies: lodash: 4.17.21 - vscode-json-languageservice: 4.1.3 + vscode-json-languageservice: 4.1.7 dev: false /eslint-plugin-jsx-a11y/6.3.1_eslint@7.22.0: @@ -1647,7 +1544,7 @@ packages: dependencies: '@babel/runtime': 7.12.13 aria-query: 4.2.2 - array-includes: 3.1.2 + array-includes: 3.1.3 ast-types-flow: 0.0.7 axe-core: 3.5.5 axobject-query: 2.2.0 @@ -1674,9 +1571,9 @@ packages: semver: 6.3.0 dev: false - /eslint-plugin-optimize-regex/1.2.0: - resolution: {integrity: sha512-pzpF7bGsdXVPue/ubLqS0UbBGuBajxh2fO8OmBDoN0SHrxEBKf8WOAxkOI80lBb81yiZs7hj6ZxlflbrV3YrsA==} - engines: {node: '>=8'} + /eslint-plugin-optimize-regex/1.2.1: + resolution: {integrity: sha512-fUaU7Tj1G/KSTDTABJw4Wp427Rl7RPl9ViYTu1Jrv36fJw4DFhd4elPdXiuYtdPsNsvzn9GcVlKEssGIVjw0UQ==} + engines: {node: '>=10'} dependencies: regexp-tree: 0.1.23 dev: false @@ -1694,28 +1591,29 @@ packages: eslint-plugin-react-native-globals: 0.1.2 dev: false - /eslint-plugin-react/7.22.0_eslint@7.22.0: - resolution: {integrity: sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==} + /eslint-plugin-react/7.23.2_eslint@7.22.0: + resolution: {integrity: sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 dependencies: - array-includes: 3.1.1 - array.prototype.flatmap: 1.2.3 + array-includes: 3.1.3 + array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 eslint: 7.22.0 has: 1.0.3 jsx-ast-utils: 2.4.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.values: 1.1.1 + minimatch: 3.0.4 + object.entries: 1.1.4 + object.fromentries: 2.0.4 + object.values: 1.1.4 prop-types: 15.7.2 - resolve: 1.18.1 - string.prototype.matchall: 4.0.2 + resolve: 2.0.0-next.3 + string.prototype.matchall: 4.0.5 dev: false - /eslint-plugin-react/7.24.0_eslint@7.22.0: - resolution: {integrity: sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==} + /eslint-plugin-react/7.26.0_eslint@7.22.0: + resolution: {integrity: sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 @@ -1724,14 +1622,16 @@ packages: array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 eslint: 7.22.0 - has: 1.0.3 + estraverse: 5.2.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 prop-types: 15.7.2 resolve: 2.0.0-next.3 + semver: 6.3.0 string.prototype.matchall: 4.0.5 dev: false @@ -2098,11 +1998,11 @@ packages: assert-plus: 1.0.0 dev: true - /gitly/2.1.2: - resolution: {integrity: sha512-oxkupLWUYgUPDCb73VeF1TNn34zImoojoOyVon6k9wuBKhUUgiT/6OpcH6UJkYE0EYy+gUkcnz8007AhdH1B4w==} + /gitly/2.1.5: + resolution: {integrity: sha512-sZMrqojLnTN1QG3pbMwRPv69VOTVOQOvmJmE+uF7PsCOVOAn7JHTFzF+IVmXdCFDl+w3Gut7qiTt4TQfB4jOKQ==} dependencies: axios: 0.21.1 - tar: 6.1.0 + tar: 6.1.11 transitivePeerDependencies: - debug dev: true @@ -2154,18 +2054,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /globby/11.0.3: - resolution: {integrity: sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==} - engines: {node: '>=10'} - dependencies: - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.2.5 - ignore: 5.1.8 - merge2: 1.4.1 - slash: 3.0.0 - dev: false - /globby/11.0.4: resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==} engines: {node: '>=10'} @@ -2176,7 +2064,6 @@ packages: ignore: 5.1.8 merge2: 1.4.1 slash: 3.0.0 - dev: true /got/9.6.0: resolution: {integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==} @@ -2232,11 +2119,6 @@ packages: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - /has-symbols/1.0.1: - resolution: {integrity: sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==} - engines: {node: '>= 0.4'} - dev: false - /has-symbols/1.0.2: resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==} engines: {node: '>= 0.4'} @@ -2278,13 +2160,13 @@ packages: readable-stream: 1.1.14 dev: false - /htmlparser2/6.0.1: - resolution: {integrity: sha512-GDKPd+vk4jvSuvCbyuzx/unmXkk090Azec7LovXP8as1Hn8q9p3hbjmDGbUqqhknw0ajwit6LiiWqfiTUPMK7w==} + /htmlparser2/7.1.2: + resolution: {integrity: sha512-d6cqsbJba2nRdg8WW2okyD4ceonFHn9jLFxhwlNcLhQWcFPdxXeJulgOLjLKtAK9T6ahd+GQNZwG9fjmGW7lyg==} dependencies: domelementtype: 2.2.0 - domhandler: 4.1.0 - domutils: 2.5.1 - entities: 2.2.0 + domhandler: 4.2.2 + domutils: 2.8.0 + entities: 3.0.1 dev: false /http-cache-semantics/4.1.0: @@ -2399,15 +2281,6 @@ packages: engines: {node: '>=10'} dev: true - /internal-slot/1.0.2: - resolution: {integrity: sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==} - engines: {node: '>= 0.4'} - dependencies: - es-abstract: 1.17.6 - has: 1.0.3 - side-channel: 1.0.2 - dev: false - /internal-slot/1.0.3: resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} engines: {node: '>= 0.4'} @@ -2470,19 +2343,13 @@ packages: ci-info: 2.0.0 dev: true - /is-core-module/2.0.0: - resolution: {integrity: sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw==} - dependencies: - has: 1.0.3 - dev: false - /is-core-module/2.2.0: resolution: {integrity: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==} dependencies: has: 1.0.3 - /is-core-module/2.4.0: - resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==} + /is-core-module/2.6.0: + resolution: {integrity: sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==} dependencies: has: 1.0.3 dev: false @@ -2567,14 +2434,6 @@ packages: engines: {node: '>=8'} dev: true - /is-regex/1.1.2: - resolution: {integrity: sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - has-symbols: 1.0.2 - dev: false - /is-regex/1.1.3: resolution: {integrity: sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==} engines: {node: '>= 0.4'} @@ -2588,11 +2447,6 @@ packages: engines: {node: '>=8'} dev: true - /is-string/1.0.5: - resolution: {integrity: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==} - engines: {node: '>= 0.4'} - dev: false - /is-string/1.0.6: resolution: {integrity: sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==} engines: {node: '>= 0.4'} @@ -2619,6 +2473,7 @@ packages: /isarray/1.0.0: resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} + dev: true /isexe/2.0.0: resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} @@ -2816,16 +2671,6 @@ packages: resolution: {integrity: sha512-n1X6l+YYbEDtXE9tDr8nYZAgeuKw+qBFvYGzIGltw3Z3oJwS+4vyVtFG5UFa71kvmPWMS3RT/yB95RWzD7MrVQ==} dev: true - /load-json-file/2.0.0: - resolution: {integrity: sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=} - engines: {node: '>=4'} - dependencies: - graceful-fs: 4.2.5 - parse-json: 2.2.0 - pify: 2.3.0 - strip-bom: 3.0.0 - dev: false - /load-json-file/4.0.0: resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=} engines: {node: '>=4'} @@ -3244,14 +3089,6 @@ packages: resolution: {integrity: sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==} dev: false - /object-inspect/1.8.0: - resolution: {integrity: sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==} - dev: false - - /object-inspect/1.9.0: - resolution: {integrity: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==} - dev: false - /object-keys/1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -3267,15 +3104,6 @@ packages: object-keys: 1.1.1 dev: false - /object.entries/1.1.2: - resolution: {integrity: sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==} - engines: {node: '>= 0.4'} - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - has: 1.0.3 - dev: false - /object.entries/1.1.4: resolution: {integrity: sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==} engines: {node: '>= 0.4'} @@ -3285,54 +3113,21 @@ packages: es-abstract: 1.18.3 dev: false - /object.fromentries/2.0.2: - resolution: {integrity: sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==} - engines: {node: '>= 0.4'} - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - has: 1.0.3 - dev: false - /object.fromentries/2.0.4: resolution: {integrity: sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 - has: 1.0.3 - dev: false - - /object.values/1.1.1: - resolution: {integrity: sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==} - engines: {node: '>= 0.4'} - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - has: 1.0.3 - dev: false - - /object.values/1.1.2: - resolution: {integrity: sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.3 has: 1.0.3 dev: false - /object.values/1.1.3: - resolution: {integrity: sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==} - engines: {node: '>= 0.4'} + /object.hasown/1.0.0: + resolution: {integrity: sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==} dependencies: - call-bind: 1.0.2 define-properties: 1.1.3 es-abstract: 1.18.3 - has: 1.0.3 dev: false /object.values/1.1.4: @@ -3494,13 +3289,6 @@ packages: hasBin: true dev: true - /parse-json/2.2.0: - resolution: {integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=} - engines: {node: '>=0.10.0'} - dependencies: - error-ex: 1.3.2 - dev: false - /parse-json/4.0.0: resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=} engines: {node: '>=4'} @@ -3529,13 +3317,6 @@ packages: /path-parse/1.0.6: resolution: {integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==} - /path-type/2.0.0: - resolution: {integrity: sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=} - engines: {node: '>=4'} - dependencies: - pify: 2.3.0 - dev: false - /path-type/3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} engines: {node: '>=4'} @@ -3555,11 +3336,6 @@ packages: resolution: {integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==} engines: {node: '>=8.6'} - /pify/2.3.0: - resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} - engines: {node: '>=0.10.0'} - dev: false - /pify/3.0.0: resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} engines: {node: '>=4'} @@ -3726,14 +3502,6 @@ packages: npm-normalize-package-bin: 1.0.1 dev: true - /read-pkg-up/2.0.0: - resolution: {integrity: sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=} - engines: {node: '>=4'} - dependencies: - find-up: 2.1.0 - read-pkg: 2.0.0 - dev: false - /read-pkg-up/3.0.0: resolution: {integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=} engines: {node: '>=4'} @@ -3742,15 +3510,6 @@ packages: read-pkg: 3.0.0 dev: false - /read-pkg/2.0.0: - resolution: {integrity: sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=} - engines: {node: '>=4'} - dependencies: - load-json-file: 2.0.0 - normalize-package-data: 2.5.0 - path-type: 2.0.0 - dev: false - /read-pkg/3.0.0: resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=} engines: {node: '>=4'} @@ -3801,14 +3560,6 @@ packages: hasBin: true dev: false - /regexp.prototype.flags/1.3.0: - resolution: {integrity: sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==} - engines: {node: '>= 0.4'} - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - /regexp.prototype.flags/1.3.1: resolution: {integrity: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==} engines: {node: '>= 0.4'} @@ -3877,13 +3628,6 @@ packages: engines: {node: '>=4'} dev: false - /resolve/1.18.1: - resolution: {integrity: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==} - dependencies: - is-core-module: 2.0.0 - path-parse: 1.0.6 - dev: false - /resolve/1.19.0: resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: @@ -3893,14 +3637,14 @@ packages: /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - is-core-module: 2.4.0 + is-core-module: 2.6.0 path-parse: 1.0.6 dev: false /resolve/2.0.0-next.3: resolution: {integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==} dependencies: - is-core-module: 2.4.0 + is-core-module: 2.6.0 path-parse: 1.0.6 dev: false @@ -4004,19 +3748,12 @@ packages: rechoir: 0.6.2 dev: true - /side-channel/1.0.2: - resolution: {integrity: sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==} - dependencies: - es-abstract: 1.17.6 - object-inspect: 1.8.0 - dev: false - /side-channel/1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.9.0 + object-inspect: 1.10.3 dev: false /signal-exit/3.0.3: @@ -4149,17 +3886,6 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.0 - /string.prototype.matchall/4.0.2: - resolution: {integrity: sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==} - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - has-symbols: 1.0.1 - internal-slot: 1.0.2 - regexp.prototype.flags: 1.3.0 - side-channel: 1.0.2 - dev: false - /string.prototype.matchall/4.0.5: resolution: {integrity: sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==} dependencies: @@ -4173,13 +3899,6 @@ packages: side-channel: 1.0.4 dev: false - /string.prototype.trimend/1.0.3: - resolution: {integrity: sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - dev: false - /string.prototype.trimend/1.0.4: resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} dependencies: @@ -4187,13 +3906,6 @@ packages: define-properties: 1.1.3 dev: false - /string.prototype.trimstart/1.0.3: - resolution: {integrity: sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - dev: false - /string.prototype.trimstart/1.0.4: resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==} dependencies: @@ -4296,6 +4008,18 @@ packages: yallist: 4.0.0 dev: true + /tar/6.1.11: + resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==} + engines: {node: '>= 10'} + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 3.1.3 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + dev: true + /text-table/0.2.0: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} dev: false @@ -4329,8 +4053,8 @@ packages: punycode: 2.1.1 dev: true - /tsconfig-paths/3.9.0: - resolution: {integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==} + /tsconfig-paths/3.11.0: + resolution: {integrity: sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==} dependencies: '@types/json5': 0.0.29 json5: 1.0.1 @@ -4492,12 +4216,11 @@ packages: extsprintf: 1.3.0 dev: true - /vscode-json-languageservice/4.1.3: - resolution: {integrity: sha512-m/wUEt4zgCNUcvGmPr1ELo+ROQNKBgASpdOOAEpcSMwYE/6GzULZ1KfBhbX9or7qnC4E0oX+wwW+lrN3EUWCgw==} + /vscode-json-languageservice/4.1.7: + resolution: {integrity: sha512-cwG5TwZyHYthsk2aS3W1dVgVP6Vwn3o+zscwN58uMgZt/nKuyxd9vdEB1F58Ix+S5kSKAnkUCP6hvulcoImQQQ==} engines: {npm: '>=7.0.0'} dependencies: jsonc-parser: 3.0.0 - minimatch: 3.0.4 vscode-languageserver-textdocument: 1.0.1 vscode-languageserver-types: 3.16.0 vscode-nls: 5.0.0