diff --git a/packages/taro-cli/package.json b/packages/taro-cli/package.json index 22ca3c9c339d..778357a87922 100644 --- a/packages/taro-cli/package.json +++ b/packages/taro-cli/package.json @@ -47,7 +47,7 @@ "@tarojs/plugin-doctor": "^0.0.11", "@tarojs/service": "workspace:*", "@tarojs/shared": "workspace:*", - "adm-zip": "^0.4.13", + "adm-zip": "^0.5.14", "axios": "^1.6.8", "cli-highlight": "^2.1.11", "download-git-repo": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f8afbf866545..9c580327de6f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -943,8 +943,8 @@ importers: specifier: workspace:* version: link:../shared adm-zip: - specifier: ^0.4.13 - version: registry.npmjs.org/adm-zip@0.4.16 + specifier: ^0.5.14 + version: 0.5.14 axios: specifier: ^1.6.8 version: 1.6.8 @@ -1564,10 +1564,6 @@ importers: specifier: 18.1.0 version: registry.npmjs.org/react-test-renderer@18.1.0(react@18.1.0) - packages/taro-components/dist/hydrate: {} - - packages/taro-components/loader: {} - packages/taro-extend: devDependencies: jest: @@ -4973,6 +4969,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + /adm-zip@0.5.14: + resolution: {integrity: sha512-DnyqqifT4Jrcvb8USYjp6FHtBpEIz1mnXu6pTRHZ0RL69LbQYiO+0lDFg5+OKA7U29oWSs3a/i8fhn8ZcceIWg==, tarball: https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.14.tgz} + engines: {node: '>=12.0'} + dev: false + /ajv-keywords@5.1.0(ajv@8.12.0): resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==, tarball: https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz} peerDependencies: @@ -5024,6 +5025,12 @@ packages: engines: {node: '>=12'} dev: true + /ansi-styles@3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, tarball: https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz} + engines: {node: '>=4'} + dependencies: + color-convert: 1.9.3 + /ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, tarball: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz} engines: {node: '>=8'} @@ -5086,18 +5093,28 @@ packages: /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, tarball: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz} - dev: false /big.js@5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==, tarball: https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz} dev: false + /bindings@1.5.0: + resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==, tarball: https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz} + requiresBuild: true + dependencies: + file-uri-to-path: 1.0.0 + optional: true + /brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, tarball: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - dev: false + + /brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, tarball: https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz} + dependencies: + balanced-match: 1.0.2 /braces@3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, tarball: https://registry.npmjs.org/braces/-/braces-3.0.2.tgz} @@ -5218,11 +5235,11 @@ packages: async-each: registry.npmjs.org/async-each@1.0.6 braces: registry.npmjs.org/braces@2.3.2(supports-color@6.1.0) glob-parent: 3.1.0 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 is-binary-path: registry.npmjs.org/is-binary-path@1.0.1 is-glob: registry.npmjs.org/is-glob@4.0.3 normalize-path: registry.npmjs.org/normalize-path@3.0.0 - path-is-absolute: registry.npmjs.org/path-is-absolute@1.0.1 + path-is-absolute: 1.0.1 readdirp: registry.npmjs.org/readdirp@2.2.1(supports-color@6.1.0) upath: registry.npmjs.org/upath@1.2.0 optionalDependencies: @@ -5247,12 +5264,20 @@ packages: fsevents: 2.3.2 optional: true + /color-convert@1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, tarball: https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz} + dependencies: + color-name: 1.1.3 + /color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, tarball: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz} engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 + /color-name@1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==, tarball: https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz} + /color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, tarball: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz} @@ -5274,7 +5299,6 @@ packages: /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, tarball: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz} - dev: false /constant-case@3.0.4: resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==, tarball: https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz} @@ -5726,6 +5750,11 @@ packages: dependencies: reusify: 1.0.4 + /file-uri-to-path@1.0.0: + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==, tarball: https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz} + requiresBuild: true + optional: true + /fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, tarball: https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz} engines: {node: '>=8'} @@ -5798,7 +5827,6 @@ packages: /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, tarball: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz} - dev: false /fsevents@1.2.13: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==, tarball: https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz} @@ -5807,8 +5835,8 @@ packages: deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 requiresBuild: true dependencies: - bindings: registry.npmjs.org/bindings@1.5.0 - nan: registry.npmjs.org/nan@2.17.0 + bindings: 1.5.0 + nan: 2.17.0 optional: true /fsevents@2.3.2: @@ -5872,13 +5900,24 @@ packages: deprecated: Glob versions prior to v9 are no longer supported requiresBuild: true dependencies: - inflight: registry.npmjs.org/inflight@1.0.6 - inherits: registry.npmjs.org/inherits@2.0.4 - minimatch: registry.npmjs.org/minimatch@3.1.2 - once: registry.npmjs.org/once@1.4.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 path-is-absolute: 1.0.1 optional: true + /glob@7.1.6: + resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==, tarball: https://registry.npmjs.org/glob/-/glob-7.1.6.tgz} + deprecated: Glob versions prior to v9 are no longer supported + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, tarball: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz} deprecated: Glob versions prior to v9 are no longer supported @@ -5889,7 +5928,6 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 - dev: false /global-agent@3.0.0: resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==, tarball: https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz} @@ -6018,11 +6056,15 @@ packages: dependencies: once: 1.4.0 wrappy: 1.0.2 - dev: false + + /inherits@2.0.1: + resolution: {integrity: sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz} + + /inherits@2.0.3: + resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz} /inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz} - dev: false /internal-slot@1.0.5: resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==, tarball: https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz} @@ -6517,15 +6559,21 @@ packages: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, tarball: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz} dependencies: brace-expansion: 1.1.11 - dev: false /minimatch@9.0.1: resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==, tarball: https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz} engines: {node: '>=16 || 14 >=14.17'} dependencies: - brace-expansion: registry.npmjs.org/brace-expansion@2.0.1 + brace-expansion: 2.0.1 dev: false + /minimatch@9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, tarball: https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==, tarball: https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz} engines: {node: '>= 6'} @@ -6565,6 +6613,11 @@ packages: rimraf: 2.4.5 optional: true + /nan@2.17.0: + resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==, tarball: https://registry.npmjs.org/nan/-/nan-2.17.0.tgz} + requiresBuild: true + optional: true + /nanoid@3.3.6: resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==, tarball: https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -6687,7 +6740,6 @@ packages: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, tarball: https://registry.npmjs.org/once/-/once-1.4.0.tgz} dependencies: wrappy: 1.0.2 - dev: false /p-limit@1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==, tarball: https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz} @@ -7056,7 +7108,7 @@ packages: resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==, tarball: https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz} engines: {node: '>=6'} dependencies: - ansi-styles: registry.npmjs.org/ansi-styles@3.2.1 + ansi-styles: 3.2.1 astral-regex: 1.0.0 is-fullwidth-code-point: 2.0.0 @@ -7481,7 +7533,6 @@ packages: /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, tarball: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz} - dev: false /write-file-atomic@2.4.3: resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==, tarball: https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz} @@ -11246,7 +11297,7 @@ packages: debug: registry.npmjs.org/debug@3.2.7(supports-color@6.1.0) eol: registry.npmjs.org/eol@0.9.1 get-port: registry.npmjs.org/get-port@3.2.0 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 lodash: registry.npmjs.org/lodash@4.17.21 mkdirp: registry.npmjs.org/mkdirp@0.5.6 password-prompt: registry.npmjs.org/password-prompt@1.1.2 @@ -11956,7 +12007,7 @@ packages: chalk: registry.npmjs.org/chalk@4.1.2 collect-v8-coverage: registry.npmjs.org/collect-v8-coverage@1.0.1 exit: registry.npmjs.org/exit@0.1.2 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 graceful-fs: 4.2.11 istanbul-lib-coverage: registry.npmjs.org/istanbul-lib-coverage@3.2.0 istanbul-lib-instrument: registry.npmjs.org/istanbul-lib-instrument@4.0.3 @@ -11998,7 +12049,7 @@ packages: chalk: registry.npmjs.org/chalk@4.1.2 collect-v8-coverage: registry.npmjs.org/collect-v8-coverage@1.0.1 exit: registry.npmjs.org/exit@0.1.2 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 graceful-fs: 4.2.11 istanbul-lib-coverage: registry.npmjs.org/istanbul-lib-coverage@3.2.0 istanbul-lib-instrument: registry.npmjs.org/istanbul-lib-instrument@5.2.1 @@ -12039,7 +12090,7 @@ packages: chalk: registry.npmjs.org/chalk@4.1.2 collect-v8-coverage: registry.npmjs.org/collect-v8-coverage@1.0.1 exit: registry.npmjs.org/exit@0.1.2 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 graceful-fs: 4.2.11 istanbul-lib-coverage: registry.npmjs.org/istanbul-lib-coverage@3.2.0 istanbul-lib-instrument: registry.npmjs.org/istanbul-lib-instrument@5.2.1 @@ -12078,7 +12129,7 @@ packages: chalk: registry.npmjs.org/chalk@4.1.2 collect-v8-coverage: registry.npmjs.org/collect-v8-coverage@1.0.1 exit: registry.npmjs.org/exit@0.1.2 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 graceful-fs: 4.2.11 istanbul-lib-coverage: registry.npmjs.org/istanbul-lib-coverage@3.2.0 istanbul-lib-instrument: registry.npmjs.org/istanbul-lib-instrument@6.0.1 @@ -13623,7 +13674,7 @@ packages: dependencies: '@octokit/types': registry.npmjs.org/@octokit/types@12.1.1 deprecation: registry.npmjs.org/deprecation@2.3.1 - once: registry.npmjs.org/once@1.4.0 + once: 1.4.0 dev: true registry.npmjs.org/@octokit/request@8.1.4: @@ -17102,13 +17153,6 @@ packages: regex-parser: registry.npmjs.org/regex-parser@2.2.11 dev: false - registry.npmjs.org/adm-zip@0.4.16: - resolution: {integrity: sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.16.tgz} - name: adm-zip - version: 0.4.16 - engines: {node: '>=0.3.0'} - dev: false - registry.npmjs.org/after@0.8.2: resolution: {integrity: sha512-QbJ0NTQ/I9DI3uSJA4cbexiwQeRAfjPScqIbSjUDd9TOrcg6pTkdgziesOqxBMBzit8vFCTwrP27t13vFOORRA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/after/-/after-0.8.2.tgz} name: after @@ -17734,7 +17778,7 @@ packages: version: 5.4.1 dependencies: bn.js: registry.npmjs.org/bn.js@4.12.0 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 minimalistic-assert: registry.npmjs.org/minimalistic-assert@1.0.1 safer-buffer: registry.npmjs.org/safer-buffer@2.1.2 @@ -17987,9 +18031,9 @@ packages: debug: registry.npmjs.org/debug@2.6.9(supports-color@6.1.0) json5: 0.4.0 lodash: registry.npmjs.org/lodash@4.17.21 - minimatch: registry.npmjs.org/minimatch@3.1.2 + minimatch: 3.1.2 path-exists: registry.npmjs.org/path-exists@1.0.0 - path-is-absolute: registry.npmjs.org/path-is-absolute@1.0.1 + path-is-absolute: 1.0.1 private: registry.npmjs.org/private@0.1.8 shebang-regex: registry.npmjs.org/shebang-regex@1.0.0 slash: registry.npmjs.org/slash@1.0.0 @@ -18017,8 +18061,8 @@ packages: debug: registry.npmjs.org/debug@2.6.9(supports-color@6.1.0) json5: 0.5.1 lodash: registry.npmjs.org/lodash@4.17.21 - minimatch: registry.npmjs.org/minimatch@3.1.2 - path-is-absolute: registry.npmjs.org/path-is-absolute@1.0.1 + minimatch: 3.1.2 + path-is-absolute: 1.0.1 private: registry.npmjs.org/private@0.1.8 slash: registry.npmjs.org/slash@1.0.0 source-map: registry.npmjs.org/source-map@0.5.7 @@ -18045,8 +18089,8 @@ packages: debug: registry.npmjs.org/debug@2.6.9(supports-color@6.1.0) json5: registry.npmjs.org/json5@0.5.1 lodash: registry.npmjs.org/lodash@4.17.21 - minimatch: registry.npmjs.org/minimatch@3.1.2 - path-is-absolute: registry.npmjs.org/path-is-absolute@1.0.1 + minimatch: 3.1.2 + path-is-absolute: 1.0.1 private: registry.npmjs.org/private@0.1.8 slash: registry.npmjs.org/slash@1.0.0 source-map: 0.5.7 @@ -18569,7 +18613,7 @@ packages: engines: {node: '>= 8.0.0'} dependencies: find-babel-config: registry.npmjs.org/find-babel-config@1.2.0 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 pkg-up: registry.npmjs.org/pkg-up@3.1.0 reselect: registry.npmjs.org/reselect@4.1.8 resolve: registry.npmjs.org/resolve@1.22.2 @@ -19451,11 +19495,6 @@ packages: version: 1.0.2 dev: false - registry.npmjs.org/balanced-match@1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz} - name: balanced-match - version: 1.0.2 - registry.npmjs.org/balanced-match@2.0.0: resolution: {integrity: sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz} name: balanced-match @@ -19545,15 +19584,6 @@ packages: version: 2.2.0 engines: {node: '>=8'} - registry.npmjs.org/bindings@1.5.0: - resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz} - name: bindings - version: 1.5.0 - requiresBuild: true - dependencies: - file-uri-to-path: registry.npmjs.org/file-uri-to-path@1.0.0 - optional: true - registry.npmjs.org/bl@1.2.3: resolution: {integrity: sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/bl/-/bl-1.2.3.tgz} name: bl @@ -19742,15 +19772,8 @@ packages: name: brace-expansion version: 1.1.11 dependencies: - balanced-match: registry.npmjs.org/balanced-match@1.0.2 - concat-map: registry.npmjs.org/concat-map@0.0.1 - - registry.npmjs.org/brace-expansion@2.0.1: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz} - name: brace-expansion - version: 2.0.1 - dependencies: - balanced-match: registry.npmjs.org/balanced-match@1.0.2 + balanced-match: 1.0.2 + concat-map: 0.0.1 registry.npmjs.org/braces@2.3.2(supports-color@6.1.0): resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/braces/-/braces-2.3.2.tgz} @@ -19806,7 +19829,7 @@ packages: cipher-base: registry.npmjs.org/cipher-base@1.0.4 create-hash: registry.npmjs.org/create-hash@1.2.0 evp_bytestokey: registry.npmjs.org/evp_bytestokey@1.0.3 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 safe-buffer: registry.npmjs.org/safe-buffer@5.2.1 registry.npmjs.org/browserify-cipher@1.0.1: @@ -19825,7 +19848,7 @@ packages: dependencies: cipher-base: registry.npmjs.org/cipher-base@1.0.4 des.js: registry.npmjs.org/des.js@1.0.1 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 safe-buffer: registry.npmjs.org/safe-buffer@5.2.1 registry.npmjs.org/browserify-rsa@4.1.0: @@ -19846,7 +19869,7 @@ packages: create-hash: registry.npmjs.org/create-hash@1.2.0 create-hmac: registry.npmjs.org/create-hmac@1.1.7 elliptic: registry.npmjs.org/elliptic@6.5.4 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 parse-asn1: registry.npmjs.org/parse-asn1@5.1.6 readable-stream: registry.npmjs.org/readable-stream@3.6.2 safe-buffer: registry.npmjs.org/safe-buffer@5.2.1 @@ -20056,7 +20079,7 @@ packages: '@npmcli/move-file': registry.npmjs.org/@npmcli/move-file@1.1.2 chownr: registry.npmjs.org/chownr@2.0.0 fs-minipass: registry.npmjs.org/fs-minipass@2.1.0 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 infer-owner: registry.npmjs.org/infer-owner@1.0.4 lru-cache: registry.npmjs.org/lru-cache@6.0.0 minipass: registry.npmjs.org/minipass@3.3.6 @@ -20418,11 +20441,11 @@ packages: async-each: registry.npmjs.org/async-each@1.0.6 braces: registry.npmjs.org/braces@2.3.2(supports-color@6.1.0) glob-parent: 3.1.0 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 is-binary-path: registry.npmjs.org/is-binary-path@1.0.1 is-glob: registry.npmjs.org/is-glob@4.0.3 normalize-path: registry.npmjs.org/normalize-path@3.0.0 - path-is-absolute: registry.npmjs.org/path-is-absolute@1.0.1 + path-is-absolute: 1.0.1 readdirp: registry.npmjs.org/readdirp@2.2.1(supports-color@6.1.0) upath: registry.npmjs.org/upath@1.2.0 optionalDependencies: @@ -20510,7 +20533,7 @@ packages: name: cipher-base version: 1.0.4 dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 safe-buffer: registry.npmjs.org/safe-buffer@5.2.1 registry.npmjs.org/cjs-module-lexer@0.6.0: @@ -21064,11 +21087,6 @@ packages: transitivePeerDependencies: - supports-color - registry.npmjs.org/concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz} - name: concat-map - version: 0.0.1 - registry.npmjs.org/concat-stream@1.6.2: resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz} name: concat-stream @@ -21076,7 +21094,7 @@ packages: engines: {'0': node >= 0.8} dependencies: buffer-from: registry.npmjs.org/buffer-from@1.1.2 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 readable-stream: registry.npmjs.org/readable-stream@2.3.8 typedarray: registry.npmjs.org/typedarray@0.0.6 @@ -21884,7 +21902,7 @@ packages: version: 1.2.0 dependencies: cipher-base: registry.npmjs.org/cipher-base@1.0.4 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 md5.js: registry.npmjs.org/md5.js@1.3.5 ripemd160: registry.npmjs.org/ripemd160@2.0.2 sha.js: registry.npmjs.org/sha.js@2.4.11 @@ -21896,7 +21914,7 @@ packages: dependencies: cipher-base: registry.npmjs.org/cipher-base@1.0.4 create-hash: registry.npmjs.org/create-hash@1.2.0 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 ripemd160: registry.npmjs.org/ripemd160@2.0.2 safe-buffer: registry.npmjs.org/safe-buffer@5.2.1 sha.js: registry.npmjs.org/sha.js@2.4.11 @@ -22026,7 +22044,7 @@ packages: create-hash: registry.npmjs.org/create-hash@1.2.0 create-hmac: registry.npmjs.org/create-hmac@1.1.7 diffie-hellman: registry.npmjs.org/diffie-hellman@5.0.3 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 pbkdf2: registry.npmjs.org/pbkdf2@3.1.2 public-encrypt: registry.npmjs.org/public-encrypt@4.0.3 randombytes: registry.npmjs.org/randombytes@2.1.0 @@ -22251,7 +22269,7 @@ packages: name: css version: 2.2.4 dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 source-map: 0.6.1 source-map-resolve: registry.npmjs.org/source-map-resolve@0.5.3 urix: registry.npmjs.org/urix@0.1.0 @@ -23017,7 +23035,7 @@ packages: name: des.js version: 1.0.1 dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 minimalistic-assert: registry.npmjs.org/minimalistic-assert@1.0.1 registry.npmjs.org/destroy@1.2.0: @@ -23078,7 +23096,7 @@ packages: version: 1.0.4 dependencies: asap: registry.npmjs.org/asap@2.0.6 - wrappy: registry.npmjs.org/wrappy@1.0.2 + wrappy: 1.0.2 dev: false registry.npmjs.org/diff-match-patch@1.0.5: @@ -23444,7 +23462,7 @@ packages: version: 3.7.1 dependencies: end-of-stream: registry.npmjs.org/end-of-stream@1.4.4 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 readable-stream: registry.npmjs.org/readable-stream@2.3.8 stream-shift: registry.npmjs.org/stream-shift@1.0.1 @@ -23511,7 +23529,7 @@ packages: brorand: registry.npmjs.org/brorand@1.1.0 hash.js: registry.npmjs.org/hash.js@1.1.7 hmac-drbg: registry.npmjs.org/hmac-drbg@1.0.1 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 minimalistic-assert: registry.npmjs.org/minimalistic-assert@1.0.1 minimalistic-crypto-utils: registry.npmjs.org/minimalistic-crypto-utils@1.0.1 @@ -23607,7 +23625,7 @@ packages: name: end-of-stream version: 1.4.4 dependencies: - once: registry.npmjs.org/once@1.4.0 + once: 1.4.0 registry.npmjs.org/engine.io-client@3.5.3: resolution: {integrity: sha512-qsgyc/CEhJ6cgMUwxRRtOndGVhIu5hpL5tR4umSpmX/MvkFoIxUTM7oFMDQumHNzlNLwSVy6qhstFPoWTf7dOw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.5.3.tgz} @@ -25638,13 +25656,6 @@ packages: engines: {node: '>=6'} dev: false - registry.npmjs.org/file-uri-to-path@1.0.0: - resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz} - name: file-uri-to-path - version: 1.0.0 - requiresBuild: true - optional: true - registry.npmjs.org/filename-reserved-regex@2.0.0: resolution: {integrity: sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz} name: filename-reserved-regex @@ -25843,7 +25854,7 @@ packages: name: flush-write-stream version: 1.1.1 dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 readable-stream: registry.npmjs.org/readable-stream@2.3.8 registry.npmjs.org/follow-redirects@1.15.6: @@ -25976,7 +25987,7 @@ packages: name: from2 version: 2.3.0 dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 readable-stream: registry.npmjs.org/readable-stream@2.3.8 registry.npmjs.org/fs-constants@1.0.0: @@ -26339,7 +26350,7 @@ packages: dependencies: foreground-child: registry.npmjs.org/foreground-child@3.1.1 jackspeak: registry.npmjs.org/jackspeak@2.2.0 - minimatch: registry.npmjs.org/minimatch@9.0.1 + minimatch: 9.0.3 minipass: registry.npmjs.org/minipass@5.0.0 path-scurry: registry.npmjs.org/path-scurry@1.7.0 dev: true @@ -26363,12 +26374,12 @@ packages: name: glob version: 7.1.2 dependencies: - fs.realpath: registry.npmjs.org/fs.realpath@1.0.0 - inflight: registry.npmjs.org/inflight@1.0.6 - inherits: registry.npmjs.org/inherits@2.0.4 - minimatch: registry.npmjs.org/minimatch@3.1.2 - once: registry.npmjs.org/once@1.4.0 - path-is-absolute: registry.npmjs.org/path-is-absolute@1.0.1 + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 dev: false registry.npmjs.org/glob@7.1.6: @@ -26376,11 +26387,11 @@ packages: name: glob version: 7.1.6 dependencies: - fs.realpath: registry.npmjs.org/fs.realpath@1.0.0 - inflight: registry.npmjs.org/inflight@1.0.6 - inherits: registry.npmjs.org/inherits@2.0.4 - minimatch: registry.npmjs.org/minimatch@3.1.2 - once: registry.npmjs.org/once@1.4.0 + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 path-is-absolute: 1.0.1 registry.npmjs.org/glob@7.2.0: @@ -26388,12 +26399,12 @@ packages: name: glob version: 7.2.0 dependencies: - fs.realpath: registry.npmjs.org/fs.realpath@1.0.0 - inflight: registry.npmjs.org/inflight@1.0.6 - inherits: registry.npmjs.org/inherits@2.0.4 - minimatch: registry.npmjs.org/minimatch@3.1.2 - once: registry.npmjs.org/once@1.4.0 - path-is-absolute: registry.npmjs.org/path-is-absolute@1.0.1 + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 dev: true registry.npmjs.org/glob@7.2.3: @@ -26504,7 +26515,7 @@ packages: array-union: registry.npmjs.org/array-union@2.1.0 dir-glob: registry.npmjs.org/dir-glob@3.0.1 fast-glob: 3.3.1 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 ignore: registry.npmjs.org/ignore@5.2.4 merge2: 1.4.1 slash: registry.npmjs.org/slash@3.0.0 @@ -26556,7 +26567,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: array-union: registry.npmjs.org/array-union@1.0.2 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 object-assign: 4.1.1 pify: registry.npmjs.org/pify@2.3.0 pinkie-promise: registry.npmjs.org/pinkie-promise@2.0.1 @@ -26586,7 +26597,7 @@ packages: name: globs version: 0.1.4 dependencies: - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 dev: false registry.npmjs.org/gopd@1.0.1: @@ -26894,7 +26905,7 @@ packages: version: 3.1.0 engines: {node: '>=4'} dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 readable-stream: registry.npmjs.org/readable-stream@3.6.2 safe-buffer: registry.npmjs.org/safe-buffer@5.2.1 @@ -26914,7 +26925,7 @@ packages: name: hash.js version: 1.1.7 dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 minimalistic-assert: registry.npmjs.org/minimalistic-assert@1.0.1 registry.npmjs.org/he@1.2.0: @@ -27046,7 +27057,7 @@ packages: name: hpack.js version: 2.1.6 dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 obuf: registry.npmjs.org/obuf@1.1.2 readable-stream: registry.npmjs.org/readable-stream@2.3.8 wbuf: registry.npmjs.org/wbuf@1.7.3 @@ -27228,7 +27239,7 @@ packages: engines: {node: '>= 0.6'} dependencies: depd: registry.npmjs.org/depd@1.1.2 - inherits: registry.npmjs.org/inherits@2.0.3 + inherits: 2.0.3 setprototypeof: registry.npmjs.org/setprototypeof@1.1.0 statuses: registry.npmjs.org/statuses@1.5.0 @@ -27239,7 +27250,7 @@ packages: engines: {node: '>= 0.8'} dependencies: depd: registry.npmjs.org/depd@2.0.0 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 setprototypeof: registry.npmjs.org/setprototypeof@1.2.0 statuses: registry.npmjs.org/statuses@2.0.1 toidentifier: registry.npmjs.org/toidentifier@1.0.1 @@ -27605,16 +27616,6 @@ packages: once: registry.npmjs.org/once@1.4.0 wrappy: registry.npmjs.org/wrappy@1.0.2 - registry.npmjs.org/inherits@2.0.1: - resolution: {integrity: sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz} - name: inherits - version: 2.0.1 - - registry.npmjs.org/inherits@2.0.3: - resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz} - name: inherits - version: 2.0.3 - registry.npmjs.org/inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz} name: inherits @@ -29020,7 +29021,7 @@ packages: chalk: registry.npmjs.org/chalk@4.1.2 ci-info: registry.npmjs.org/ci-info@3.8.0 deepmerge: registry.npmjs.org/deepmerge@4.3.1 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 graceful-fs: registry.npmjs.org/graceful-fs@4.2.11 jest-circus: registry.npmjs.org/jest-circus@27.5.1 jest-environment-jsdom: registry.npmjs.org/jest-environment-jsdom@27.5.1 @@ -30334,7 +30335,7 @@ packages: cjs-module-lexer: registry.npmjs.org/cjs-module-lexer@0.6.0 collect-v8-coverage: registry.npmjs.org/collect-v8-coverage@1.0.1 exit: registry.npmjs.org/exit@0.1.2 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 graceful-fs: 4.2.11 jest-config: registry.npmjs.org/jest-config@26.6.3 jest-haste-map: registry.npmjs.org/jest-haste-map@26.6.2 @@ -30373,7 +30374,7 @@ packages: cjs-module-lexer: registry.npmjs.org/cjs-module-lexer@1.2.2 collect-v8-coverage: registry.npmjs.org/collect-v8-coverage@1.0.1 execa: registry.npmjs.org/execa@5.1.1 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 graceful-fs: 4.2.11 jest-haste-map: registry.npmjs.org/jest-haste-map@27.5.1 jest-message-util: registry.npmjs.org/jest-message-util@27.5.1 @@ -30405,7 +30406,7 @@ packages: chalk: registry.npmjs.org/chalk@4.1.2 cjs-module-lexer: registry.npmjs.org/cjs-module-lexer@1.2.2 collect-v8-coverage: registry.npmjs.org/collect-v8-coverage@1.0.1 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 graceful-fs: 4.2.11 jest-haste-map: registry.npmjs.org/jest-haste-map@29.5.0 jest-message-util: registry.npmjs.org/jest-message-util@29.5.0 @@ -30437,7 +30438,7 @@ packages: chalk: registry.npmjs.org/chalk@4.1.2 cjs-module-lexer: registry.npmjs.org/cjs-module-lexer@1.2.2 collect-v8-coverage: registry.npmjs.org/collect-v8-coverage@1.0.1 - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 graceful-fs: 4.2.11 jest-haste-map: registry.npmjs.org/jest-haste-map@29.7.0 jest-message-util: registry.npmjs.org/jest-message-util@29.7.0 @@ -32294,7 +32295,7 @@ packages: version: 1.3.5 dependencies: hash-base: registry.npmjs.org/hash-base@3.1.0 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 safe-buffer: registry.npmjs.org/safe-buffer@5.2.1 registry.npmjs.org/md5@2.2.1: @@ -33012,7 +33013,7 @@ packages: name: minimatch version: 3.0.4 dependencies: - brace-expansion: registry.npmjs.org/brace-expansion@1.1.11 + brace-expansion: 1.1.11 dev: false registry.npmjs.org/minimatch@3.0.8: @@ -33036,16 +33037,7 @@ packages: version: 5.0.1 engines: {node: '>=10'} dependencies: - brace-expansion: registry.npmjs.org/brace-expansion@2.0.1 - dev: true - - registry.npmjs.org/minimatch@9.0.1: - resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz} - name: minimatch - version: 9.0.1 - engines: {node: '>=16 || 14 >=14.17'} - dependencies: - brace-expansion: registry.npmjs.org/brace-expansion@2.0.1 + brace-expansion: 2.0.1 dev: true registry.npmjs.org/minimatch@9.0.3: @@ -33054,7 +33046,7 @@ packages: version: 9.0.3 engines: {node: '>=16 || 14 >=14.17'} dependencies: - brace-expansion: registry.npmjs.org/brace-expansion@2.0.1 + brace-expansion: 2.0.1 registry.npmjs.org/minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz} @@ -33411,7 +33403,7 @@ packages: array-differ: registry.npmjs.org/array-differ@3.0.0 array-union: registry.npmjs.org/array-union@2.1.0 arrify: registry.npmjs.org/arrify@2.0.1 - minimatch: registry.npmjs.org/minimatch@3.1.2 + minimatch: 3.1.2 dev: false registry.npmjs.org/mute-stream@0.0.7: @@ -33441,13 +33433,6 @@ packages: object-assign: registry.npmjs.org/object-assign@4.1.1 thenify-all: registry.npmjs.org/thenify-all@1.6.0 - registry.npmjs.org/nan@2.17.0: - resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/nan/-/nan-2.17.0.tgz} - name: nan - version: 2.17.0 - requiresBuild: true - optional: true - registry.npmjs.org/nanoclone@0.2.1: resolution: {integrity: sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/nanoclone/-/nanoclone-0.2.1.tgz} name: nanoclone @@ -33595,7 +33580,7 @@ packages: version: 0.1.17 engines: {node: '>= 0.10.5'} dependencies: - minimatch: registry.npmjs.org/minimatch@3.1.2 + minimatch: 3.1.2 registry.npmjs.org/node-emoji@1.11.0: resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz} @@ -34488,7 +34473,7 @@ packages: version: 1.2.0 dependencies: cyclist: registry.npmjs.org/cyclist@1.0.1 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 readable-stream: registry.npmjs.org/readable-stream@2.3.8 registry.npmjs.org/param-case@2.1.1: @@ -36121,7 +36106,7 @@ packages: version: 2.0.1 dependencies: end-of-stream: registry.npmjs.org/end-of-stream@1.4.4 - once: registry.npmjs.org/once@1.4.0 + once: 1.4.0 registry.npmjs.org/pump@3.0.0: resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/pump/-/pump-3.0.0.tgz} @@ -36129,7 +36114,7 @@ packages: version: 3.0.0 dependencies: end-of-stream: registry.npmjs.org/end-of-stream@1.4.4 - once: registry.npmjs.org/once@1.4.0 + once: 1.4.0 registry.npmjs.org/pumpify@1.5.1: resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz} @@ -36137,7 +36122,7 @@ packages: version: 1.5.1 dependencies: duplexify: registry.npmjs.org/duplexify@3.7.1 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 pump: registry.npmjs.org/pump@2.0.1 registry.npmjs.org/punycode@1.3.2: @@ -36942,7 +36927,7 @@ packages: name: read-package-json version: 2.1.2 dependencies: - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 json-parse-even-better-errors: registry.npmjs.org/json-parse-even-better-errors@2.3.1 normalize-package-data: registry.npmjs.org/normalize-package-data@2.5.0 npm-normalize-package-bin: registry.npmjs.org/npm-normalize-package-bin@1.0.1 @@ -36956,7 +36941,7 @@ packages: dependencies: debuglog: registry.npmjs.org/debuglog@1.0.1 dezalgo: registry.npmjs.org/dezalgo@1.0.4 - once: registry.npmjs.org/once@1.4.0 + once: 1.4.0 read-package-json: registry.npmjs.org/read-package-json@2.1.2 readdir-scoped-modules: registry.npmjs.org/readdir-scoped-modules@1.1.0 dev: false @@ -37045,7 +37030,7 @@ packages: version: 3.6.2 engines: {node: '>= 6'} dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 string_decoder: registry.npmjs.org/string_decoder@1.3.0 util-deprecate: registry.npmjs.org/util-deprecate@1.0.2 @@ -37067,7 +37052,7 @@ packages: debuglog: registry.npmjs.org/debuglog@1.0.1 dezalgo: registry.npmjs.org/dezalgo@1.0.4 graceful-fs: 4.2.11 - once: registry.npmjs.org/once@1.4.0 + once: 1.4.0 dev: false registry.npmjs.org/readdirp@2.2.1(supports-color@6.1.0): @@ -37704,7 +37689,7 @@ packages: version: 2.6.3 hasBin: true dependencies: - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 registry.npmjs.org/rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz} @@ -37720,7 +37705,7 @@ packages: version: 3.0.2 hasBin: true dependencies: - glob: registry.npmjs.org/glob@7.2.3 + glob: 7.2.3 registry.npmjs.org/rimraf@5.0.0: resolution: {integrity: sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/rimraf/-/rimraf-5.0.0.tgz} @@ -37738,7 +37723,7 @@ packages: version: 2.0.2 dependencies: hash-base: registry.npmjs.org/hash-base@3.1.0 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 registry.npmjs.org/roarr@2.15.4: resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz} @@ -38596,7 +38581,7 @@ packages: version: 2.4.11 hasBin: true dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 safe-buffer: registry.npmjs.org/safe-buffer@5.2.1 registry.npmjs.org/shallow-clone@0.1.2: @@ -38931,7 +38916,7 @@ packages: debug: registry.npmjs.org/debug@3.2.7(supports-color@6.1.0) eventsource: registry.npmjs.org/eventsource@2.0.2 faye-websocket: registry.npmjs.org/faye-websocket@0.11.4 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 url-parse: registry.npmjs.org/url-parse@1.5.10 transitivePeerDependencies: - supports-color @@ -39274,7 +39259,7 @@ packages: name: stream-browserify version: 2.0.2 dependencies: - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 readable-stream: registry.npmjs.org/readable-stream@2.3.8 registry.npmjs.org/stream-buffers@2.2.0: @@ -39297,7 +39282,7 @@ packages: version: 2.8.3 dependencies: builtin-status-codes: registry.npmjs.org/builtin-status-codes@3.0.0 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 readable-stream: registry.npmjs.org/readable-stream@2.3.8 to-arraybuffer: registry.npmjs.org/to-arraybuffer@1.0.1 xtend: registry.npmjs.org/xtend@4.0.2 @@ -39833,7 +39818,7 @@ packages: dependencies: '@jridgewell/gen-mapping': 0.3.3 commander: registry.npmjs.org/commander@4.1.1 - glob: registry.npmjs.org/glob@7.1.6 + glob: 7.1.6 lines-and-columns: registry.npmjs.org/lines-and-columns@1.2.4 mz: registry.npmjs.org/mz@2.7.0 pirates: registry.npmjs.org/pirates@4.0.5 @@ -40066,7 +40051,7 @@ packages: bl: registry.npmjs.org/bl@4.1.0 end-of-stream: registry.npmjs.org/end-of-stream@1.4.4 fs-constants: registry.npmjs.org/fs-constants@1.0.0 - inherits: registry.npmjs.org/inherits@2.0.4 + inherits: 2.0.4 readable-stream: registry.npmjs.org/readable-stream@3.6.2 dev: true @@ -40309,8 +40294,8 @@ packages: engines: {node: '>=8'} dependencies: '@istanbuljs/schema': registry.npmjs.org/@istanbuljs/schema@0.1.3 - glob: registry.npmjs.org/glob@7.2.3 - minimatch: registry.npmjs.org/minimatch@3.1.2 + glob: 7.2.3 + minimatch: 3.1.2 dev: true registry.npmjs.org/text-extensions@1.9.0: @@ -41723,14 +41708,14 @@ packages: name: util version: 0.10.3 dependencies: - inherits: registry.npmjs.org/inherits@2.0.1 + inherits: 2.0.1 registry.npmjs.org/util@0.10.4: resolution: {integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/util/-/util-0.10.4.tgz} name: util version: 0.10.4 dependencies: - inherits: registry.npmjs.org/inherits@2.0.3 + inherits: 2.0.3 dev: true registry.npmjs.org/util@0.11.1: @@ -41738,7 +41723,7 @@ packages: name: util version: 0.11.1 dependencies: - inherits: registry.npmjs.org/inherits@2.0.3 + inherits: 2.0.3 registry.npmjs.org/utila@0.4.0: resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/utila/-/utila-0.4.0.tgz}