mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update platform security modules (main) (#203684)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/minimist](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimist) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/minimist)) | devDependencies | patch | [`^1.2.2` -> `^1.2.5`](https://renovatebot.com/diffs/npm/@types%2fminimist/1.2.2/1.2.5) | | [js-sha256](https://togithub.com/emn178/js-sha256) | dependencies | minor | [`^0.9.0` -> `^0.11.0`](https://renovatebot.com/diffs/npm/js-sha256/0.9.0/0.11.0) | | [tape](https://togithub.com/tape-testing/tape) | devDependencies | minor | [`^5.0.1` -> `^5.9.0`](https://renovatebot.com/diffs/npm/tape/5.0.1/5.9.0) | --- ### Release Notes <details> <summary>emn178/js-sha256 (js-sha256)</summary> ### [`v0.11.0`](https://togithub.com/emn178/js-sha256/blob/HEAD/CHANGELOG.md#v0110--2024-01-24) [Compare Source](https://togithub.com/emn178/js-sha256/compare/v0.10.1...v0.11.0) ##### Fixed - Generates incorrect hash in some cases [#​43](https://togithub.com/emn178/js-sha256/issues/43) - dependencies and security issues. [#​41](https://togithub.com/emn178/js-sha256/issues/41) ### [`v0.10.1`](https://togithub.com/emn178/js-sha256/blob/HEAD/CHANGELOG.md#v0101--2023-08-31) [Compare Source](https://togithub.com/emn178/js-sha256/compare/v0.10.0...v0.10.1) ##### Added - Disable webpack polyfill. ### [`v0.10.0`](https://togithub.com/emn178/js-sha256/blob/HEAD/CHANGELOG.md#v0100--2023-08-30) [Compare Source](https://togithub.com/emn178/js-sha256/compare/v0.9.0...v0.10.0) ##### Fixed - Chrome bug by workaround. [#​40](https://togithub.com/emn178/js-sha256/issues/40) - deprecated `new Buffer`, replace with `Buffer.from`. [#​34](https://togithub.com/emn178/js-sha256/issues/34) - dependencies and security issues. [#​32](https://togithub.com/emn178/js-sha256/issues/32), [#​36](https://togithub.com/emn178/js-sha256/issues/36) ##### Changed - TypeScript interface, secretKey can be bytes like message. [#​23](https://togithub.com/emn178/js-sha256/issues/23), [#​25](https://togithub.com/emn178/js-sha256/issues/25) - remove `eval` and use `require` directly. [#​18](https://togithub.com/emn178/js-sha256/issues/18), [#​26](https://togithub.com/emn178/js-sha256/issues/26) </details> <details> <summary>tape-testing/tape (tape)</summary> ### [`v5.9.0`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v590---2024-09-15) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.8.1...v5.9.0) ##### Commits - \[New] `bin/tape`: add `--strict` [`4c97f54`](4c97f54493
) - \[Fix] in engines that lack dynamic import, have some output [`2d5c8dc`](2d5c8dcfd9
) - \[Tests] use `npm audit` instead of `aud` [`681d4bd`](681d4bd785
) - \[Dev Deps] update `auto-changelog` [`b7bc72f`](b7bc72f82d
) - \[Deps] update `mock-property` [`ecfb546`](ecfb546465
) - \[Deps] update `object-inspect` [`9a47aba`](9a47abae18
) - \[readme] notLooseEqual(s) is not an alias for notDeepLooseEqual [`c827ac9`](c827ac994f
) - \[readme] remove defunct badges [`7880dd4`](7880dd4d73
) - \[Dev Deps] add missing peer dep [`627d1e7`](627d1e79da
) ### [`v5.8.1`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v581---2024-06-16) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.8.0...v5.8.1) ##### Fixed - \[meta] fix URLs [`#608`](https://togithub.com/tape-testing/tape/issues/608) ##### Commits - \[Fix] `assertion`: pass through assertion return value, for promises [`2ad86d4`](2ad86d45ab
) ### [`v5.8.0`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v580---2024-06-14) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.7.5...v5.8.0) ##### Fixed - \[New] add `t.assertion` [`#555`](https://togithub.com/tape-testing/tape/issues/555) ##### Commits - \[meta] update URLs [`77cabeb`](77cabebcd4
) - \[New] allow TODO tests to be "ok" with env var `TODO_IS_OK` [`6cd06f5`](6cd06f510d
) - \[Tests] strip node’s deprecation warnings [`8d40837`](8d40837002
) - \[Tests] increase coverage [`aa7de58`](aa7de58f7d
) - \[Refactor] `Test`: minor tweaks [`ce4ce8a`](ce4ce8a1a5
) - \[meta] simplify `exports` [`d39cb8d`](d39cb8d84f
) - \[Deps] update `@ljharb/resumer`, `@ljharb/through`, `hasown` [`77952d0`](77952d0c01
) - \[Tests] handle more stack trace variation in Node v0.8 [`d2f0778`](d2f0778c8e
) - \[Deps] update `array.prototype.every`, `string.prototype.trim` [`732268b`](732268b733
) - \[Dev Deps] update `@ljharb/eslint-config` [`7b39e14`](7b39e144a3
) - \[Refactor] `test`: reduce binding by using polyfill entrypoints [`91a83b6`](91a83b684a
) - \[Dev Deps] remove unused `intl-fallback-symbol`, `is-core-module` [`eafacf6`](eafacf6aa0
) - \[Deps] update `object-is` [`1b01656`](1b016567b8
) - \[meta] simplify `exports` [`f9eac5b`](f9eac5b459
) ### [`v5.7.5`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v575---2024-02-14) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.7.4...v5.7.5) ##### Commits - \[Fix] `throws`: fix crash when throwing primitives with a non-empty expected object [`1b2681d`](1b2681dd56
) - \[Tests] clean up throws tests [`9133c93`](9133c93929
) - \[Fix] `default_stream`: do not error on nullish data [`eff3725`](eff3725041
) - \[Fix] in IE 8, `TypeError` does not inherit from `Error` [`93c1d12`](93c1d12380
) - \[actions] remove redundant finisher [`410e9e4`](410e9e4394
) - \[Deps] update `call-bind`, `hasown` [`82e7d71`](82e7d71a87
) - \[Deps] update `@ljharb/resumer` [`af2fe68`](af2fe68ce5
) - \[Deps] update `@ljharb/resumer` [`bff9dad`](bff9dad3e5
) - \[Deps] update `@ljharb/through` [`5360d20`](5360d200da
) - \[Deps] update `@ljharb/resumer` [`ad0dd2e`](ad0dd2e209
) ### [`v5.7.4`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v574---2024-01-24) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.7.3...v5.7.4) ##### Fixed - \[Fix] handle native ESM URLs in `at:` [`#601`](https://togithub.com/tape-testing/tape/issues/601) ##### Commits - \[Deps] update `has-dynamic-import` [`1e50cb3`](1e50cb35fc
) ### [`v5.7.3`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v573---2024-01-12) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.7.2...v5.7.3) ##### Commits - \[Refactor] `Test`: cleaner `at` logic [`af4d109`](af4d1095f6
) - \[Fix] `intercept`: give a proper error message with a readonly Symbol property [`4640a91`](4640a91b4d
) - \[Refactor] `getHarness`: avoid mutating `opts`, account for only one internal callsite for `createExitHarness` [`19cfc8f`](19cfc8fa4d
) - \[Tests] Spawn processes during tests using execPath so that the tests pass on windows [`4a57fbe`](4a57fbe14d
) - \[Fix] `createHarness`: when no `conf` is provided, `only` should not throw [`8a1cccc`](8a1ccccb34
) - \[Fix] `bin/tape`: ignore options on windows [`a2b74f9`](a2b74f97fe
) - \[Refactor] `_assert`: avoid reassigning arguments [`dc64c08`](dc64c08a48
) - \[Refactor] `Results`: use `this` instead of `self` [`5f831b4`](5f831b41a1
) - \[Performance] avoid the extra call frame to `new` it [`78fd0d6`](78fd0d6180
) - \[Dev Deps] update `aud`, `npmignore` [`ceabd99`](ceabd996f0
) - \[Tests] fix `npm test` on windows [`bcf6ce7`](bcf6ce7939
) - \[Fix] stack trace path parsing on windows [`9cbae8a`](9cbae8a7e2
) - \[Refactor] `Results` `createStream`: clean up `_push` handler [`878a500`](878a5008e1
) - \[Refactor] `Test`: a more precise check [`f6d30cf`](f6d30cfaa7
) - \[Deps] update `object.assign` [`201e650`](201e65028a
) - \[Tests] ensure the import tests spawn properly [`d1987c0`](d1987c0437
) - \[actions] skip `engines` check since bin/tape and the rest of the lib conflict [`19af506`](19af5061ab
) - \[Deps] update `deep-equal` [`5d26485`](5d264858b4
) - \[Deps] update `mock-property` [`d90c29a`](d90c29a595
) - \[meta] add `sideEffects` flag [`85f593b`](85f593b77a
) ### [`v5.7.2`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v572---2023-10-20) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.7.1...v5.7.2) ##### Commits - \[Refactor] use `hasown` instead of `has` [`489736a`](489736ab93
) - \[Deps] update `call-bind`, `mock-property`, `object-inspect` [`de34703`](de3470385f
) - \[Tests] use `through` properly [`56d7a8b`](56d7a8b025
) ### [`v5.7.1`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v571---2023-10-11) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.7.0...v5.7.1) ##### Commits - \[Fix] `default_stream`: add handling for IE < 9 [`13f23ed`](13f23edc2a
) - \[Deps] update `@ljharb/through`, `resolve` [`9135b40`](9135b40f93
) - Merge tag 'v4.17.0' [`e61cd40`](e61cd40950
) - \[New] add `t.intercept()` [`e60aeca`](e60aeca688
) - \[New] add `t.capture` and `t.captureFn`, modeled after tap [`3d96d69`](3d96d6945e
) - \[Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`a8a7d67`](a8a7d67c9f
) - \[Tests] simplify tests [`83bc381`](83bc3810a9
) - \[Performance] use inline `typeof` [`c45db4e`](c45db4e097
) - \[Deps] update `minimist`, `resolve`, `string.prototype.trim` [`feee094`](feee0949f1
) - \[Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`7123111`](71231114c9
) - Revert "\[meta] ensure `not-in-publish`‘s absence does not fail anything" [`92aaa51`](92aaa5106b
) - \[Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`a576f8d`](a576f8d8b2
) ### [`v5.7.0`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v570---2023-09-21) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.6.6...v5.7.0) ##### Commits - \[New] add `t.intercept()` [`5d37060`](5d37060b84
) - \[New] add `t.capture` and `t.captureFn`, modeled after tap [`9e21f7a`](9e21f7a310
) - \[Refactor] prefer second `.then` arg over `.catch` [`135a952`](135a952e55
) - \[Performance] use inline `typeof` [`5ba89c9`](5ba89c993e
) - \[Deps] update `array.prototype.every`, `glob`, `string.prototype.trim` [`4e2db4d`](4e2db4d069
) - \[Dev Deps] update `array.prototype.flatmap` [`df46769`](df46769332
) - Revert "\[meta] ensure `not-in-publish`‘s absence does not fail anything" [`1b3e0b1`](1b3e0b10dc
) ### [`v5.6.6`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v566---2023-07-18) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.6.5...v5.6.6) ##### Commits - \[Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`c99680a`](c99680a661
) ### [`v5.6.5`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v565---2023-07-12) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.6.4...v5.6.5) ##### Commits - \[Fix] Results: show a skip string on tests, not just on assertions [`9bbbcfe`](9bbbcfe6a2
) - \[Deps] update `deep-equal` [`109a791`](109a791cc2
) ### [`v5.6.4`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v564---2023-07-01) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.6.3...v5.6.4) ##### Commits - \[Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0731b5f`](0731b5f643
) - \[Tests] simplify tests [`c656ee5`](c656ee5262
) - \[Refactor] `Test`: skip binding for a non-function value [`e244e64`](e244e64eab
) - \[Performance] use `call-bind` for autobinding [`70de437`](70de43727d
) - \[actions] update rebase action [`834453c`](834453cdd4
) - \[Deps] update `defined`, `minimist`, `object-inspect`, `string.prototype.trim` [`01edce8`](01edce8073
) - \[Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`1b3ad24`](1b3ad2429b
) - \[Dev Deps] update `@ljharb/eslint-config`, `aud` [`a6a5eee`](a6a5eee099
) - \[Deps] update `deep-equal` [`2043b2e`](2043b2e72b
) - \[readme] Link to explain what TAP is [`26a75bb`](26a75bbb8b
) - \[Deps] update `minimist` [`7e7c3d0`](7e7c3d0544
) - \[readme] improve t.throws description for Function [`c1b619d`](c1b619db02
) - \[Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`0e80800`](0e80800b4d
) - Merge tag 'v4.16.2' [`d5d675d`](d5d675dbd8
) - \[meta] add missing npmrc config [`15e2175`](15e2175b92
) ### [`v5.6.3`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v563---2023-01-15) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.6.2...v5.6.3) ### [`v5.6.2`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v562---2023-01-15) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.6.1...v5.6.2) ##### Fixed - \[New] `bin/tape`: add `--ignore-pattern` flag [`#586`](https://togithub.com/tape-testing/tape/issues/586) ##### Commits - \[eslint] fix indentation [`b035590`](b035590f78
) - \[meta] add `auto-changelog` [`b467b85`](b467b850f1
) - \[eslint] enforce `no-use-before-define` [`87deb68`](87deb68b11
) - \[eclint] fix editorconfig [`ce81cbe`](ce81cbee9b
) - \[eslint] clean up config a bit [`3171edd`](3171eddd25
) - \[Tests] `stackTrace`: use the common `getDiag` utility [`65df5a4`](65df5a4f19
) - \[Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0cd7a2c`](0cd7a2cb2e
) - \[meta] fix repo URLs [`85d86a4`](85d86a468a
) - Revert "\[Tests] handle a broken error `cause` in node 16.9/16.10" [`775ba37`](775ba3789e
) - \[meta] use `npmignore` to autogenerate an npmignore file [`1645abb`](1645abbf47
) - \[eslint] enable `func-style` [`75c0c3a`](75c0c3a4f9
) - \[actions] update rebase action [`b3d724e`](b3d724e9dd
) - \[Deps] update `array.prototype.every`, `deep-equal`, `string.prototype.trim` [`e9c9aba`](e9c9abab03
) - \[Deps] update `defined`, `minimist`, `resolve` [`83695c0`](83695c0349
) - \[Deps] update `deep-equal`, `object-inspect` [`09906f3`](09906f323c
) - \[Dev Deps] update `@ljharb/eslint-config`, `aud` [`afd8f64`](afd8f64712
) - \[Dev Deps] update `array.prototype.flatmap` [`8b8bf07`](8b8bf07312
) - \[Dev Deps] update `aud` [`f0fe7c0`](f0fe7c0979
) - \[Dev Deps] update `tap-parser` [`2f61eac`](2f61eac380
) - Merge tag 'v4.16.1' [`96ff863`](96ff863913
) - \[readme] fix version badge [`20ea48d`](20ea48d53b
) ### [`v5.6.1`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v561---2022-09-19) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.6.0...v5.6.1) ##### Commits - \[eslint] fix indentation [`2151e06`](2151e06877
) - \[meta] add `auto-changelog` [`86cbbd1`](86cbbd1bb6
) - \[eslint] enforce `no-use-before-define` [`f8a8a7f`](f8a8a7f354
) - \[meta] fix repo URLs [`a9ae3c2`](a9ae3c22db
) - \[Tests] `stackTrace`: use the common `getDiag` utility [`298cb80`](298cb806ef
) - \[eslint] enable `func-style` [`98b9623`](98b9623fc1
) - \[New] `bin/tape`: include the exact arg when there are no glob results; use require on `--require` files [`6a1ce43`](6a1ce4389e
) - \[eslint] clean up config a bit [`67ad201`](67ad201174
) - \[meta] create FUNDING.yml [`5b4752f`](5b4752fe00
) - \[Refactor] `bin/tape`: make it a bit more functional, for easier v5 backporting [`fbdbfc9`](fbdbfc90dd
) - \[Deps] update `glob`, `object-inspect`, `resolve`, `string.prototype.trim` [`6a3c200`](6a3c2009e7
) - \[Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures`, `falafel` [`934d49b`](934d49b1e8
) - \[Tests] fix no_only tests on Windows [`f35f71b`](f35f71bd44
) - Revert "\[Tests] handle a broken error `cause` in node 16.9/16.10" [`23fac16`](23fac16760
) - \[Robustness] `test` observably looks up `exec` on the object [`4575ca4`](4575ca4b18
) - \[meta] add SECURITY.md [`7b0c901`](7b0c901b45
) - \[meta] add missing npmrc config [`5d11d84`](5d11d844c8
) - \[Deps] update `object.assign` [`3327fdd`](3327fdd249
) - \[readme] fix version badge [`74e6c9e`](74e6c9e02d
) - Merge tag 'v4.16.0' [`4a44a7e`](4a44a7ee31
) ### [`v5.6.0`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v560---2022-08-16) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.5.3...v5.6.0) ##### Commits - \[Tests] handle a broken error `cause` in node 16.9/16.10 [`53d9e18`](53d9e18a93
) - \[meta] use `npmignore` to autogenerate an npmignore file [`12cc602`](12cc602f52
) - \[New] `bin/tape`: include the exact arg when there are no glob results; use require.resolve on `--require` files [`e23ec12`](e23ec12ac6
) - \[meta] create FUNDING.yml [`f7e3161`](f7e3161753
) - \[Robustness] `test` observably looks up `exec` on the object [`9dbe9ad`](9dbe9ad916
) - \[meta] remove unused travis.yml file [`5a52443`](5a52443dcb
) - \[Deps] update `glob`, `object-inspect`, `object.assign` [`f6f39a2`](f6f39a2d8a
) - \[Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `es-value-fixtures` [`6bc8c38`](6bc8c381ab
) - \[meta] ensure `prelint` works on windows [`48896e8`](48896e87ce
) - \[Tests] fix no_only tests on Windows [`3e7b2ae`](3e7b2ae980
) - \[Robustness] `test` observably looks up `exec` on the object [`330f8d5`](330f8d586f
) - \[Dev Deps] update `eslint`, `@ljharb/eslint-config` [`3960ccf`](3960ccf837
) - \[meta] add SECURITY.md [`7d31894`](7d31894d5a
) - \[meta] improve `prelint` script when no `.git` dir is present [`7c6dbbd`](7c6dbbdba1
) - \[Dev Deps] update `es-value-fixtures` [`6b8e118`](6b8e118b19
) - \[Fix] in node v0.4, `stream.pipe` returns `undefined` [`83d4da8`](83d4da8ed4
) - \[Deps] update `string.prototype.trim` [`1a245c6`](1a245c6b69
) - Merge tag 'v4.15.1' [`b2d547a`](b2d547a1b0
) - \[Deps] update `minimist` [`64677e0`](64677e0600
) ### [`v5.5.3`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v553---2022-04-08) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.5.2...v5.5.3) ##### Commits - \[Robustness] `test` observably looks up `exec` on the object [`fa84c85`](fa84c856e5
) - \[meta] ensure `prelint` works on windows [`bf34f60`](bf34f600cc
) - \[meta] improve `prelint` script when no `.git` dir is present [`5f78134`](5f781346aa
) - \[Deps] update `minimist` [`dabc6af`](dabc6af8cd
) ### [`v5.5.2`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v552---2022-02-12) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.5.1...v5.5.2) ##### Commits - \[Dev Deps] update `@ljharb/eslint-config`; pin `eslint` [`99e7504`](99e75043ef
) - \[Deps] unpin `minimatch` [`c18a68b`](c18a68bacf
) ### [`v5.5.1`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v551---2022-02-10) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.5.0...v5.5.1) ##### Commits - \[Fix] pin `minimatch` to v3.0.4, due to a breaking change in v3.0.5 [`cbe0e40`](cbe0e408ad
) ### [`v5.5.0`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v550---2022-01-26) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.4.1...v5.5.0) ##### Merged - \[New] add `--no-only` flag/`NODE_TAPE_NO_ONLY_TEST` [`#572`](https://togithub.com/tape-testing/tape/pull/572) ##### Commits - Merge tag 'v4.15.0' [`a5a1434`](a5a14344f4
) - \[New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types. [`[`a1c266b`](a1c266bf95
) - \[actions] reuse common workflows [`d3b4f46`](d3b4f46744
) - \[readme] port changes from v5 [`87f9b29`](87f9b293ba
) - \[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud` [`51ae645`](51ae645c83
) - \[Fix] `bin/tape`: delay requires until needed [`b803fd8`](b803fd8e24
) - \[readme] hard wraps bad, soft wraps good [`82af5ed`](82af5ed685
) - \[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `array.prototype.flatmap` [`3287a68`](3287a68eb1
) - \[actions] update codecov uploader [`8d6aa6c`](8d6aa6c4b0
) - \[Tests] handle carriage returns in stack traces on Windows [`f79acdf`](f79acdfb85
) - \[Deps] update `glob`, `is-regex`, `string.prototype.trim` [`470ca1c`](470ca1c0f4
) - \[Tests] handle a broken error `cause` in node 16.9/16.10 [`8594f3b`](8594f3be12
) - \[meta] better `eccheck` command [`fe6978d`](fe6978d0a8
) - \[Deps] update `object-inspect`, `resolve` [`50ea080`](50ea080561
) - \[meta] Exclude `fs` from browser bundles ([#​565](https://togithub.com/tape-testing/tape/issues/565)) [`418dc94`](418dc94b14
) - \[Dev Deps] update `eslint` [`b0c8ed3`](b0c8ed34de
) - \[Tests] handle a broken error `cause` in node 16.9/16.10 [`ca1b906`](ca1b90616c
) - \[meta] fix `prelint` so it does not fail outside of a git repo [`a09133e`](a09133e71d
) - \[meta] fix `prelint` so it does not fail outside of a git repo [`b9959f8`](b9959f8c13
) - \[Robustness] use cached `.test` [`86ec0b2`](86ec0b262e
) ### [`v5.4.1`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v541---2022-01-15) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.4.0...v5.4.1) ##### Commits - \[Fix] avoid failing in ES3 engines that lack `Object.keys`, and `.every` [`dfc5f39`](dfc5f3927a
) - \[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud` [`61446b9`](61446b90eb
) - \[Robustness] use cached `.test` [`096a9e0`](096a9e001b
) - \[meta] better `eccheck` command [`bc4666b`](bc4666b0de
) ### [`v5.4.0`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v540---2021-12-25) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.3.2...v5.4.0) ##### Commits - \[New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types. [`[`329bbb8`](329bbb870d
) - \[actions] reuse common workflows [`728e190`](728e190a9c
) - \[Dev Deps] update `eslint`, `@ljharb/eslint-config` [`dc7df0f`](dc7df0fb23
) - \[Deps] update `has-dynamic-import`, `object-inspect` [`8881fea`](8881fea42a
) - \[Dev Deps] update `eslint`, `@ljharb/eslint-config` [`4023f25`](4023f25ae2
) ### [`v5.3.2`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v532---2021-11-15) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.3.1...v5.3.2) ##### Fixed - \[Tests] handle v8 6.9 changing an error message [`#562`](https://togithub.com/tape-testing/tape/issues/562) ##### Commits - \[readme] hard wraps bad, soft wraps good [`b445a2b`](b445a2bc9a
) - \[readme] add badges [`4c8d00a`](4c8d00a813
) - \[actions] update codecov uploader [`f040c4f`](f040c4fcb0
) - \[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest` [`459a1c5`](459a1c5093
) - \[Tests] node 17+ smooshes a version number on the end of the stack trace [`e41763f`](e41763f831
) - \[Tests] handle carriage returns in stack traces on Windows [`26e8113`](26e81135e0
) - \[Fix] use `file://` URLs for dynamic `import()` [`d487add`](d487addb1a
) - \[Dev Deps] ping `signal-exit` to v3.0.3 due to [https://github.com/tapjs/signal-exit/issues/66](https://togithub.com/tapjs/signal-exit/issues/66) [`3c30a55`](3c30a555a5
) - \[meta] Exclude `fs` from browser bundles [`00f21ea`](00f21eaa14
) - \[Dev Deps] update `@ljharb/eslint-config` [`c837b02`](c837b02016
) - \[Deps] update `string.prototype.trim` [`c1248d7`](c1248d7e43
) - \[Dev Deps] update `array.prototype.flatmap` [`97384b1`](97384b1047
) - \[readme] fix markdown; github still has a rendering bug [`a33b5f9`](a33b5f9b5b
) - \[Deps] update `glob` [`477bb4c`](477bb4c62c
) - Revert "\[Dev Deps] ping `signal-exit` to v3.0.3 due to [https://github.com/tapjs/signal-exit/issues/66](https://togithub.com/tapjs/signal-exit/issues/66)" [`60bbd83`](60bbd83ff1
) ### [`v5.3.1`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v531---2021-08-06) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.3.0...v5.3.1) ##### Merged - \[New] add `.teardown()` on `t` instances [`#546`](https://togithub.com/tape-testing/tape/pull/546) - \[readme] add `tape-describe` to 'other' section [`#523`](https://togithub.com/tape-testing/tape/pull/523) ##### Fixed - \[New] add `.teardown()` on `t` instances ([#​546](https://togithub.com/tape-testing/tape/issues/546)) [`#531`](https://togithub.com/tape-testing/tape/issues/531) - \[readme] add `tape-describe` to 'other' section ([#​523](https://togithub.com/tape-testing/tape/issues/523)) [`#522`](https://togithub.com/tape-testing/tape/issues/522) ##### Commits - \[Tests] make `stripFullStack` output an array of lines, for better failure messages [`f299759`](f2997591a0
) - \[eslint] fully enable `@ljharb` eslint config [`836610d`](836610d977
) - \[actions] use `node/install` instead of `node/run`; use `codecov` action [`46aff81`](46aff81f10
) - \[readme] improve `t.throws` documentation [`b36f816`](b36f81698f
) - \[Fix] `bin/tape`: delay requires until needed [`c8f3ce3`](c8f3ce32c7
) - \[Refactor] avoid reassigning arguments [`5c4052f`](5c4052fcf5
) - \[Tests] add test case for [#​519](https://togithub.com/tape-testing/tape/issues/519) for test.comment() in createStream/objectMode context [`1700642`](17006422fa
) - \[Refactor] use `call-bind/callBound` instead of `function-bind` directly [`967b73f`](967b73fe88
) - \[readme] Another way to create custom reporters [`d81f9f6`](d81f9f6681
) - \[meta] do not publish github action workflow files [`6bb3496`](6bb34964ab
) - \[Refactor] remove unused line, unneeded var initialization; add missing `new` [`da0cdf1`](da0cdf1651
) - \[Refactor] remove use of legacy `exports` [`a04439c`](a04439c302
) - \[Deps] update `glob`, `is-regex`, `object-inspect`, `resolve`, `string.prototype.trim` [`6e71e6e`](6e71e6ea1e
) - \[eslint] remove useless regex escapes [`1515ff4`](1515ff4a8f
) - \[readme] remove travis badge; add actions and codecov badges [`57a7cc9`](57a7cc906e
) - \[meta] run `aud` in `posttest` [`3907aa5`](3907aa560c
) - \[Refactor] generalize error message from calling `.end` more than once [`da8ca46`](da8ca46cc0
) - \[Tests] handle stack differences in node 15 [`b7b01ec`](b7b01ec38e
) - \[Deps] update `is-regex`, `object-inspect`, `string.prototype.trim` [`e344080`](e344080b1a
) - \[New] Include name of test in log when test times out ([#​524](https://togithub.com/tape-testing/tape/issues/524)) [`78b4d98`](78b4d9833a
) - \[Dev Deps] update `eslint` [`6d5e4ad`](6d5e4ad3cb
) - \[Refactor] Avoid setting message property on primitives; use strict mode to catch this [`9dfb680`](9dfb680e75
) - \[Deps] update `is-regex` [`a7ca7a3`](a7ca7a3082
) - Merge tag 'v4.14.0' [`1f1a4a7`](1f1a4a7c7c
) - \[meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ [`c3d434d`](c3d434d8b8
) - \[meta] ensure `not-in-publish`‘s absence does not fail anything [`2a0619d`](2a0619d319
) - \[readme] remove long-dead testling-ci badge [`1461611`](1461611bce
) - \[Tests] ensure bin/tape is linted [`faa51b5`](faa51b5baa
) - \[Dev Deps] update `eslint` [`fad6165`](fad6165ae8
) - \[Dev Deps] update `eslint` [`79a0f4b`](79a0f4b7b1
) - \[meta] add missing `safe-publish-latest` dep [`d0a3888`](d0a3888ee1
) - \[Tests] exclude examples from coverage [`283f537`](283f537f56
) ### [`v5.3.0`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v530---2021-07-26) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.2.2...v5.3.0) ##### Commits - \[eslint] fully enable `@ljharb` eslint config [`9d3c5b4`](9d3c5b4e84
) - \[New] Use import() on esm files in supported node versions [`28d6e51`](28d6e51b9b
) - \[eslint] fully enable `@ljharb` eslint config [`ae8b5c0`](ae8b5c0639
) - \[eslint] enable `no-shadow` [`f0756f3`](f0756f3b12
) - \[eslint] enable `curly`, `object-curly-spacing`, `object-curly-newline` [`e9b75e1`](e9b75e1406
) - \[Tests] uncaught exceptions and unhandled rejections importing files with bin/tape [`e6d2faf`](e6d2faf678
) - \[eslint] enable `function-paren-newline`, `function-call-argument-newline` [`ae6de0c`](ae6de0c74a
) - \[actions] use `node/install` instead of `node/run`; use `codecov` action [`5a6de66`](5a6de6625a
) - \[eslint] enable `wrap-regex` [`7dcbd76`](7dcbd7631a
) - \[Refactor] add names to `Test.prototype` functions [`077a108`](077a108686
) - \[eslint] enable `comma-spacing` [`4acf1f2`](4acf1f2922
) - \[eslint] update `no-redeclare` [`b03d4c8`](b03d4c8e72
) - \[eslint] enable `brace-style` [`06eba07`](06eba07d6b
) - \[eslint] enable `no-unused-vars` [`2ebd23a`](2ebd23a03c
) - \[eslint] enable `consistent-return` [`fb4e3cf`](fb4e3cfc4d
) - \[Refactor] avoid reassigning arguments [`8a0ab53`](8a0ab53481
) - \[eslint] enable `semi-style` [`5f8afc9`](5f8afc997c
) - \[readme] Another way to create custom reporters [`a68277c`](a68277c968
) - \[eslint] enable `no-extra-parens` [`a08dc34`](a08dc34371
) - \[eslint] enable `no-multi-spaces`, `no-multiple-empty-lines`, `space-in-parens` [`be1eb21`](be1eb212ae
) - \[Refactor] `bin/tape`: separate "preparing of files list" from "require files list" [`021fa6d`](021fa6d22b
) - \[Refactor] remove unused line, unneeded var initialization; add missing `new` [`da45ae6`](da45ae6b15
) - \[eslint] enable `no-lonely-if` [`771f3dd`](771f3ddd1a
) - \[eslint] enable `space-infix-ops` [`233ffc6`](233ffc623e
) - \[Refactor] remove use of legacy `exports` [`c332d62`](c332d629b8
) - \[eslint] enable `wrap-iife` [`428636c`](428636c047
) - \[Docs] correct docs for `t.teardown` [`c4a4992`](c4a4992cdd
) - \[readme] remove travis badge; add actions and codecov badges [`900f823`](900f823f4a
) - \[eslint] enable `no-extra-semi` [`1af8f52`](1af8f529df
) - \[Deps] update `glob`, `is-regex`, `object-inspect` [`e211546`](e211546030
) - \[eslint] enable `no-regex-spaces` [`ef0069a`](ef0069a9de
) - \[Dev Deps] update `aud`, `eslint` [`00a98d3`](00a98d3b73
) - \[Deps] update `object-inspect` [`9bbf270`](9bbf27083d
) - \[Dev Deps] update `eslint` [`57b659f`](57b659f832
) - \[Dev Deps] update `eslint` [`e628b23`](e628b23a35
) - \[meta] ensure `not-in-publish`‘s absence does not fail anything [`fb3a243`](fb3a243bfe
) - \[Deps] update `object-inspect` [`771c8c4`](771c8c43fd
) - \[meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ [`379115d`](379115dc77
) - \[Tests] exclude examples from coverage [`75decb3`](75decb37ef
) ### [`v5.2.2`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v522---2021-03-03) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.2.1...v5.2.2) ##### Commits - \[Fix] proper exit behavior in node v0.6 [`3f94e68`](3f94e687b9
) ### [`v5.2.1`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v521---2021-02-27) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.2.0...v5.2.1) ##### Fixed - \[Fix] `t.teardown()`: ensure callback is only called once [`#551`](https://togithub.com/tape-testing/tape/issues/551) ##### Commits - \[Deps] update `object-is`, `string.prototype.trim` [`b497ead`](b497ead367
) ### [`v5.2.0`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v520---2021-02-20) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.1.1...v5.2.0) ##### Fixed - \[New] add `.teardown()` on `t` instances [`#531`](https://togithub.com/tape-testing/tape/issues/531) - \[readme] improve `t.throws`/`t.doesNotThrow` documentation [`#540`](https://togithub.com/tape-testing/tape/issues/540) ##### Commits - \[readme] improve `t.throws` documentation [`94220ba`](94220babb1
) - \[Tests] exclude node v0.6, for now [`3c05a87`](3c05a87321
) - \[Deps] update `is-regex`, `resolve` [`8c52d12`](8c52d121ea
) - \[Dev Deps] update `eslint`, `aud` [`f847c85`](f847c85167
) - \[Deps] update `call-bind` [`ce0b1ad`](ce0b1ad6ef
) - \[Dev Deps] update `eslint` [`83f1eec`](83f1eec7d5
) ### [`v5.1.1`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v511---2021-01-04) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.1.0...v5.1.1) ##### Commits - \[Tests] make `stripFullStack` output an array of lines, for better failure messages [`0743333`](07433333e1
) - \[Tests] migrate tests to Github Actions [`266bc66`](266bc66b0f
) - \[Fix] preserve stack traces for returned Promises (async/await) [`d505cdf`](d505cdf375
) - \[readme] Document unexpected `t.end()` behavior [`b505c4c`](b505c4c45f
) - \[Tests] add `timeoutAfter` test with Promises [`e8255cf`](e8255cf46e
) - \[readme] improve method docs [`df5a124`](df5a124e10
) - \[Robustness] cache and call-bind more prototype methods [`8e60dcb`](8e60dcbbb0
) - \[Tests] add `npm run test:example` to test non-failing examples. [`4210e44`](4210e442a3
) - \[eslint] fix some inconsistencies [`7ca56eb`](7ca56ebe2c
) - \[eslint] ensure no trailing commas [`04da90b`](04da90bb38
) - \[meta] add Automatic Rebase and Require Allow Edits workflows [`6d72960`](6d72960592
) - \[Tests] run `nyc` on all tests [`5ec21aa`](5ec21aa2e0
) - \[Refactor] use `call-bind/callBound` instead of `function-bind` directly [`b19da31`](b19da31dc4
) - \[meta] do not publish github action workflow files [`82c3904`](82c3904483
) - \[Tests] skip Promise tests when Promises are not available [`688256a`](688256a753
) - \[meta] run `aud` in `posttest` [`b9bec0e`](b9bec0e92e
) - \[readme] Added tabe into reporter list [`7aff9e4`](7aff9e4de9
) ### [`v5.1.0`](https://togithub.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v510---2020-12-29) [Compare Source](https://togithub.com/tape-testing/tape/compare/v5.0.1...v5.1.0) ##### Fixed - \[readme] add `tape-describe` to 'other' section [`#522`](https://togithub.com/tape-testing/tape/issues/522) ##### Commits - \[Tests] add test case for [#​519](https://togithub.com/tape-testing/tape/issues/519) for test.comment() in createStream/objectMode context [`40ec79a`](40ec79a125
) - \[Deps] update `deep-equal`, `object-inspect`, `object-is`, `object.assign`, `resolve`, `string.prototype.trim` [`434f615`](434f6156cb
) - \[Deps] update `deep-equal`, `is-regex`, `object-inspect`, `object-is`, `object.assign`, `string.prototype.trim` [`df23eda`](df23edad43
) - \[eslint] remove useless regex escapes [`3554d4b`](3554d4b049
) - \[readme] document Promise support; remove Promise-related alternatives [`4665d63`](4665d63311
) - \[Tests] handle stack differences in node 15 [`1ac9ecf`](1ac9ecf927
) - \[New] Include name of test in log when test times out [`e142c29`](e142c298e8
) - \[Dev Deps] update `eslint`, `js-yaml` [`7574152`](75741524e4
) - \[Dev Deps] update `eslint` [`c6772d1`](c6772d1fd3
) - \[Dev Deps] update `eslint` [`5b7720a`](5b7720a82f
) - \[Deps] update `resolve` [`898302b`](898302b3e9
) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kurt <kc13greiner@users.noreply.github.com>
This commit is contained in:
parent
106bb156fa
commit
5c292942fc
2 changed files with 98 additions and 53 deletions
|
@ -1171,7 +1171,7 @@
|
|||
"joi-to-json": "^4.3.0",
|
||||
"jquery": "^3.5.0",
|
||||
"js-search": "^1.4.3",
|
||||
"js-sha256": "^0.9.0",
|
||||
"js-sha256": "^0.11.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"json-schema-to-ts": "^2.9.1",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
|
@ -1616,7 +1616,7 @@
|
|||
"@types/mime": "^2.0.1",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/minimatch": "^2.0.29",
|
||||
"@types/minimist": "^1.2.2",
|
||||
"@types/minimist": "^1.2.5",
|
||||
"@types/mock-fs": "^4.13.1",
|
||||
"@types/moment-duration-format": "^2.2.3",
|
||||
"@types/multistream": "^4.1.0",
|
||||
|
@ -1845,7 +1845,7 @@
|
|||
"swagger-jsdoc": "^6.2.8",
|
||||
"swagger-ui-express": "^5.0.1",
|
||||
"table": "^6.8.2",
|
||||
"tape": "^5.0.1",
|
||||
"tape": "^5.9.0",
|
||||
"terser": "^5.36.0",
|
||||
"terser-webpack-plugin": "^4.2.3",
|
||||
"tough-cookie": "^5.0.0",
|
||||
|
|
145
yarn.lock
145
yarn.lock
|
@ -8136,6 +8136,21 @@
|
|||
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
|
||||
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
|
||||
|
||||
"@ljharb/resumer@^0.1.3":
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@ljharb/resumer/-/resumer-0.1.3.tgz#5ef4a4958da1b4e71ffea8ef33499cc622672d89"
|
||||
integrity sha512-d+tsDgfkj9X5QTriqM4lKesCkMMJC3IrbPKHvayP00ELx2axdXvDfWkqjxrLXIzGcQzmj7VAUT1wopqARTvafw==
|
||||
dependencies:
|
||||
"@ljharb/through" "^2.3.13"
|
||||
call-bind "^1.0.7"
|
||||
|
||||
"@ljharb/through@^2.3.13":
|
||||
version "2.3.13"
|
||||
resolved "https://registry.yarnpkg.com/@ljharb/through/-/through-2.3.13.tgz#b7e4766e0b65aa82e529be945ab078de79874edc"
|
||||
integrity sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==
|
||||
dependencies:
|
||||
call-bind "^1.0.7"
|
||||
|
||||
"@lmdb/lmdb-darwin-arm64@2.9.2":
|
||||
version "2.9.2"
|
||||
resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.9.2.tgz#da42cda48018eabfd678b9698e68a0102221b4ba"
|
||||
|
@ -11895,10 +11910,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-2.0.29.tgz#5002e14f75e2d71e564281df0431c8c1b4a2a36a"
|
||||
integrity sha1-UALhT3Xi1x5WQoHfBDHIwbSio2o=
|
||||
|
||||
"@types/minimist@^1.2.0", "@types/minimist@^1.2.2":
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
||||
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
||||
"@types/minimist@^1.2.0", "@types/minimist@^1.2.5":
|
||||
version "1.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
|
||||
integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==
|
||||
|
||||
"@types/mock-fs@^4.13.1":
|
||||
version "4.13.1"
|
||||
|
@ -13690,6 +13705,17 @@ array-unique@^0.3.2:
|
|||
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
|
||||
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
|
||||
|
||||
array.prototype.every@^1.1.6:
|
||||
version "1.1.6"
|
||||
resolved "https://registry.yarnpkg.com/array.prototype.every/-/array.prototype.every-1.1.6.tgz#1717b407d019913250317300d814a1b6660f10d7"
|
||||
integrity sha512-gNEqZD97w6bfQRNmHkFv7rNnGM+VWyHZT+h/rf9C+22owcXuENr66Lfo0phItpU5KoXW6Owb34q2+8MnSIZ57w==
|
||||
dependencies:
|
||||
call-bind "^1.0.7"
|
||||
define-properties "^1.2.1"
|
||||
es-abstract "^1.23.0"
|
||||
es-object-atoms "^1.0.0"
|
||||
is-string "^1.0.7"
|
||||
|
||||
array.prototype.findlastindex@^1.2.2:
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz#bc229aef98f6bd0533a2bc61ff95209875526c9b"
|
||||
|
@ -16844,7 +16870,7 @@ deep-equal@^1.0.0, deep-equal@^1.0.1:
|
|||
object-keys "^1.1.1"
|
||||
regexp.prototype.flags "^1.2.0"
|
||||
|
||||
deep-equal@^2.0.3, deep-equal@^2.2.3:
|
||||
deep-equal@^2.2.3:
|
||||
version "2.2.3"
|
||||
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.3.tgz#af89dafb23a396c7da3e862abc0be27cf51d56e1"
|
||||
integrity sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==
|
||||
|
@ -16973,10 +16999,10 @@ define-property@^2.0.2:
|
|||
is-descriptor "^1.0.2"
|
||||
isobject "^3.0.1"
|
||||
|
||||
defined@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
|
||||
integrity sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=
|
||||
defined@^1.0.0, defined@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.1.tgz#c0b9db27bfaffd95d6f61399419b893df0f91ebf"
|
||||
integrity sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==
|
||||
|
||||
degenerator@^5.0.0:
|
||||
version "5.0.1"
|
||||
|
@ -20282,6 +20308,14 @@ has-bigints@^1.0.2:
|
|||
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
|
||||
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
|
||||
|
||||
has-dynamic-import@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/has-dynamic-import/-/has-dynamic-import-2.1.0.tgz#06359ad7672b9e764aea93a54bb9d6e17542d34c"
|
||||
integrity sha512-su0anMkNEnJKZ/rB99jn3y6lV/J8Ro96hBJ28YAeVzj5rWxH+YL/AdCyiYYA1HDLV9YhmvqpWSJJj2KLo1MX6g==
|
||||
dependencies:
|
||||
call-bind "^1.0.5"
|
||||
get-intrinsic "^1.2.2"
|
||||
|
||||
has-flag@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
||||
|
@ -22612,10 +22646,10 @@ js-search@^1.4.3:
|
|||
resolved "https://registry.yarnpkg.com/js-search/-/js-search-1.4.3.tgz#23a86d7e064ca53a473930edc48615b6b1c1954a"
|
||||
integrity sha512-Sny5pf00kX1sM1KzvUC9nGYWXOvBfy30rmvZWeRktpg+esQKedIXrXNee/I2CAnsouCyaTjitZpRflDACx4toA==
|
||||
|
||||
js-sha256@^0.9.0:
|
||||
version "0.9.0"
|
||||
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966"
|
||||
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
|
||||
js-sha256@^0.11.0:
|
||||
version "0.11.0"
|
||||
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.11.0.tgz#256a921d9292f7fe98905face82e367abaca9576"
|
||||
integrity sha512-6xNlKayMZvds9h1Y1VWc0fQHQ82BxTXizWPEtEeGvmOUYpBRy4gbWroHLpzowe6xiQhHpelCQiE7HEdznyBL9Q==
|
||||
|
||||
js-string-escape@^1.0.1:
|
||||
version "1.0.1"
|
||||
|
@ -24534,6 +24568,19 @@ mock-fs@^5.1.2:
|
|||
resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.1.2.tgz#6fa486e06d00f8793a8d2228de980eff93ce6db7"
|
||||
integrity sha512-YkjQkdLulFrz0vD4BfNQdQRVmgycXTV7ykuHMlyv+C8WCHazpkiQRDthwa02kSyo8wKnY9wRptHfQLgmf0eR+A==
|
||||
|
||||
mock-property@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/mock-property/-/mock-property-1.1.0.tgz#b38b9961476d2e54cde2033b62847b9546b3670d"
|
||||
integrity sha512-1/JjbLoGwv87xVsutkX0XJc0M0W4kb40cZl/K41xtTViBOD9JuFPKfyMNTrLJ/ivYAd0aPqu/vduamXO0emTFQ==
|
||||
dependencies:
|
||||
define-data-property "^1.1.4"
|
||||
functions-have-names "^1.2.3"
|
||||
gopd "^1.0.1"
|
||||
has-property-descriptors "^1.0.2"
|
||||
hasown "^2.0.2"
|
||||
isarray "^2.0.5"
|
||||
object-inspect "^1.13.2"
|
||||
|
||||
module-definition@^5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/module-definition/-/module-definition-5.0.1.tgz#62d1194e5d5ea6176b7dc7730f818f466aefa32f"
|
||||
|
@ -25373,18 +25420,18 @@ object-identity-map@^1.0.2:
|
|||
dependencies:
|
||||
object.entries "^1.1.0"
|
||||
|
||||
object-inspect@^1.13.1, object-inspect@^1.7.0:
|
||||
version "1.13.2"
|
||||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
|
||||
integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==
|
||||
object-inspect@^1.13.1, object-inspect@^1.13.2, object-inspect@^1.7.0:
|
||||
version "1.13.3"
|
||||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a"
|
||||
integrity sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==
|
||||
|
||||
object-is@^1.0.1, object-is@^1.0.2, object-is@^1.1.2, object-is@^1.1.5:
|
||||
version "1.1.5"
|
||||
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
|
||||
integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
|
||||
object-is@^1.0.1, object-is@^1.0.2, object-is@^1.1.2, object-is@^1.1.5, object-is@^1.1.6:
|
||||
version "1.1.6"
|
||||
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07"
|
||||
integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==
|
||||
dependencies:
|
||||
call-bind "^1.0.2"
|
||||
define-properties "^1.1.3"
|
||||
call-bind "^1.0.7"
|
||||
define-properties "^1.2.1"
|
||||
|
||||
object-keys@^1.1.1:
|
||||
version "1.1.1"
|
||||
|
@ -28704,7 +28751,7 @@ resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.
|
|||
path-parse "^1.0.7"
|
||||
supports-preserve-symlinks-flag "^1.0.0"
|
||||
|
||||
resolve@^2.0.0-next.4:
|
||||
resolve@^2.0.0-next.4, resolve@^2.0.0-next.5:
|
||||
version "2.0.0-next.5"
|
||||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c"
|
||||
integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==
|
||||
|
@ -28736,13 +28783,6 @@ restore-cursor@^5.0.0:
|
|||
onetime "^7.0.0"
|
||||
signal-exit "^4.1.0"
|
||||
|
||||
resumer@^0.0.0:
|
||||
version "0.0.0"
|
||||
resolved "https://registry.yarnpkg.com/resumer/-/resumer-0.0.0.tgz#f1e8f461e4064ba39e82af3cdc2a8c893d076759"
|
||||
integrity sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k=
|
||||
dependencies:
|
||||
through "~2.3.4"
|
||||
|
||||
ret@~0.1.10:
|
||||
version "0.1.15"
|
||||
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
|
||||
|
@ -30919,28 +30959,33 @@ tapable@^2.1.1, tapable@^2.2.0:
|
|||
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
||||
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
|
||||
|
||||
tape@^5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/tape/-/tape-5.0.1.tgz#0d70ce90a586387c4efda4393e72872672a416a3"
|
||||
integrity sha512-wVsOl2shKPcjdJdc8a+PwacvrOdJZJ57cLUXlxW4TQ2R6aihXwG0m0bKm4mA4wjtQNTaLMCrYNEb4f9fjHKUYQ==
|
||||
tape@^5.9.0:
|
||||
version "5.9.0"
|
||||
resolved "https://registry.yarnpkg.com/tape/-/tape-5.9.0.tgz#8d1a7472c6a154b82ce23b20dd9dc70ec0729b46"
|
||||
integrity sha512-czbGgxSVwRlbB3Ly/aqQrNwrDAzKHDW/kVXegp4hSFmR2c8qqm3hCgZbUy1+3QAQFGhPDG7J56UsV1uNilBFCA==
|
||||
dependencies:
|
||||
deep-equal "^2.0.3"
|
||||
defined "^1.0.0"
|
||||
"@ljharb/resumer" "^0.1.3"
|
||||
"@ljharb/through" "^2.3.13"
|
||||
array.prototype.every "^1.1.6"
|
||||
call-bind "^1.0.7"
|
||||
deep-equal "^2.2.3"
|
||||
defined "^1.0.1"
|
||||
dotignore "^0.1.2"
|
||||
for-each "^0.3.3"
|
||||
function-bind "^1.1.1"
|
||||
glob "^7.1.6"
|
||||
has "^1.0.3"
|
||||
get-package-type "^0.1.0"
|
||||
glob "^7.2.3"
|
||||
has-dynamic-import "^2.1.0"
|
||||
hasown "^2.0.2"
|
||||
inherits "^2.0.4"
|
||||
is-regex "^1.0.5"
|
||||
minimist "^1.2.5"
|
||||
object-inspect "^1.7.0"
|
||||
object-is "^1.1.2"
|
||||
object.assign "^4.1.0"
|
||||
resolve "^1.17.0"
|
||||
resumer "^0.0.0"
|
||||
string.prototype.trim "^1.2.1"
|
||||
through "^2.3.8"
|
||||
is-regex "^1.1.4"
|
||||
minimist "^1.2.8"
|
||||
mock-property "^1.1.0"
|
||||
object-inspect "^1.13.2"
|
||||
object-is "^1.1.6"
|
||||
object-keys "^1.1.1"
|
||||
object.assign "^4.1.5"
|
||||
resolve "^2.0.0-next.5"
|
||||
string.prototype.trim "^1.2.9"
|
||||
|
||||
tar-fs@^2.0.0:
|
||||
version "2.1.1"
|
||||
|
@ -31210,7 +31255,7 @@ through2@~0.4.1:
|
|||
readable-stream "~1.0.17"
|
||||
xtend "~2.1.1"
|
||||
|
||||
through@^2.3.6, through@^2.3.8, through@~2.3.4:
|
||||
through@^2.3.6, through@^2.3.8:
|
||||
version "2.3.8"
|
||||
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
||||
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue