Skip to content

Commit f714c55

Browse files
elastic-renovate-prod[bot]elasticmachinekgellerkibanamachine
authored andcommitted
Update dependency oas to v28 (main) (#235566)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oas](https://redirect.github.com/readmeio/oas) ([source](https://redirect.github.com/readmeio/oas/tree/HEAD/packages/oas)) | dependencies | major | [`^25.3.0` -> `^28.1.0`](https://renovatebot.com/diffs/npm/oas/25.3.0/28.1.0) | --- ### Release Notes <details> <summary>readmeio/oas (oas)</summary> ### [`v28.1.0`](https://redirect.github.com/readmeio/oas/compare/oas@28.0.0...oas@28.1.0) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@28.0.0...oas@28.1.0) ### [`v28.0.0`](https://redirect.github.com/readmeio/oas/compare/oas@27.2.1...oas@28.0.0) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@27.2.1...oas@28.0.0) ### [`v27.2.1`](https://redirect.github.com/readmeio/oas/compare/oas@27.2.0...oas@27.2.1) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@27.2.0...oas@27.2.1) ### [`v27.2.0`](https://redirect.github.com/readmeio/oas/compare/oas@27.1.0...oas@27.2.0) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@27.1.0...oas@27.2.0) ### [`v27.1.0`](https://redirect.github.com/readmeio/oas/compare/oas@27.0.1...oas@27.1.0) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@27.0.1...oas@27.1.0) ### [`v27.0.1`](https://redirect.github.com/readmeio/oas/compare/oas@27.0.0...oas@27.0.1) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@27.0.0...oas@27.0.1) ### [`v27.0.0`](https://redirect.github.com/readmeio/oas/compare/oas@26.0.4...oas@27.0.0) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@26.0.4...oas@27.0.0) ### [`v26.0.4`](https://redirect.github.com/readmeio/oas/compare/oas@26.0.3...oas@26.0.4) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@26.0.3...oas@26.0.4) ### [`v26.0.3`](https://redirect.github.com/readmeio/oas/compare/oas@26.0.2...oas@26.0.3) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@26.0.2...oas@26.0.3) ### [`v26.0.2`](https://redirect.github.com/readmeio/oas/compare/oas@26.0.1...oas@26.0.2) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@26.0.1...oas@26.0.2) ### [`v26.0.1`](https://redirect.github.com/readmeio/oas/compare/oas@26.0.0...oas@26.0.1) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@26.0.0...oas@26.0.1) ### [`v26.0.0`](https://redirect.github.com/readmeio/oas/compare/oas@25.3.0...oas@26.0.0) [Compare Source](https://redirect.github.com/readmeio/oas/compare/oas@25.3.0...oas@26.0.0) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5LVNjYWxhYmlsaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Kylie Meli <kylie.geller@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
1 parent 20430ff commit f714c55

File tree

3 files changed

+68
-77
lines changed

3 files changed

+68
-77
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@
13121312
"nodemailer": "^6.9.15",
13131313
"normalize-path": "^3.0.0",
13141314
"nunjucks": "^3.2.4",
1315-
"oas": "^25.3.0",
1315+
"oas": "^28.1.0",
13161316
"object-hash": "^3.0.0",
13171317
"object-path-immutable": "^3.1.1",
13181318
"oniguruma-to-es": "^4.1.0",

x-pack/platform/plugins/shared/automatic_import/public/components/create_integration/create_automatic_import/flyout/cel_configuration/steps/upload_spec_step/upload_spec_step.test.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,20 @@ describe('UploadSpecStep', () => {
8282
target: { value: 'testDataStreamTitle' },
8383
});
8484
});
85+
const validSpec = JSON.stringify({
86+
openapi: '3.0.0',
87+
paths: { '/test': { get: {} } },
88+
});
8589
const filepicker = result.getByTestId('apiDefinitionFilePicker');
8690
await act(async () => {
8791
fireEvent.change(filepicker, {
88-
target: { files: [new File(['...'], 'test.json', { type: 'application/json' })] },
92+
target: { files: [new File([validSpec], 'test.json', { type: 'application/json' })] },
8993
});
9094
});
91-
await waitFor(() => expect(filepicker).toHaveAttribute('data-loading', 'false'));
95+
// Wait for the file to be fully processed and button to become enabled
96+
await waitFor(() => expect(result.queryByTestId('analyzeApiButton')).toBeEnabled(), {
97+
timeout: 3000,
98+
});
9299
});
93100

94101
it('analyze button re-enabled', () => {

yarn.lock

Lines changed: 58 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -761,14 +761,14 @@
761761
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
762762
chokidar "^3.4.0"
763763

764-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.26.2":
765-
version "7.26.2"
766-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
767-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
764+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.22.5", "@babel/code-frame@^7.26.2":
765+
version "7.27.1"
766+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
767+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
768768
dependencies:
769-
"@babel/helper-validator-identifier" "^7.25.9"
769+
"@babel/helper-validator-identifier" "^7.27.1"
770770
js-tokens "^4.0.0"
771-
picocolors "^1.0.0"
771+
picocolors "^1.1.1"
772772

773773
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.7", "@babel/compat-data@^7.26.5":
774774
version "7.26.8"
@@ -990,10 +990,10 @@
990990
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
991991
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
992992

993-
"@babel/helper-validator-identifier@^7.19.1", "@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.25.9":
994-
version "7.25.9"
995-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
996-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
993+
"@babel/helper-validator-identifier@^7.19.1", "@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.27.1":
994+
version "7.27.1"
995+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
996+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
997997

998998
"@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.25.9":
999999
version "7.25.9"
@@ -1844,10 +1844,10 @@
18441844
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
18451845
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
18461846

1847-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.24.7", "@babel/runtime@^7.26.7", "@babel/runtime@^7.27.6", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1848-
version "7.27.6"
1849-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
1850-
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
1847+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.5", "@babel/runtime@^7.24.7", "@babel/runtime@^7.26.7", "@babel/runtime@^7.27.6", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1848+
version "7.28.4"
1849+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
1850+
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
18511851

18521852
"@babel/template@^7.24.7", "@babel/template@^7.25.9", "@babel/template@^7.26.8", "@babel/template@^7.3.3":
18531853
version "7.26.8"
@@ -2307,7 +2307,7 @@
23072307
resolved "https://registry.yarnpkg.com/@elastic/filesaver/-/filesaver-1.1.2.tgz#1998ffb3cd89c9da4ec12a7793bfcae10e30c77a"
23082308
integrity sha512-YZbSufYFBhAj+S2cJgiKALoxIJevqXN2MSr6Yqr42rJdaPuM31cj6pUDwflkql1oDjupqD9la+MfxPFjXI1JFQ==
23092309

2310-
"@elastic/kibana-d3-color@npm:@elastic/kibana-d3-color@2.0.1":
2310+
"@elastic/kibana-d3-color@npm:@elastic/kibana-d3-color@2.0.1", "d3-color@1 - 2", "d3-color@npm:@elastic/kibana-d3-color@2.0.1":
23112311
version "2.0.1"
23122312
resolved "https://registry.yarnpkg.com/@elastic/kibana-d3-color/-/kibana-d3-color-2.0.1.tgz#f83b9c2fea09273a918659de04d5e8098c82f65c"
23132313
integrity sha512-YZ8hV2bWNyYi833Yj3UWczmTxdHzmo/Xc2IVkNXr/ZqtkrTDlTLysCyJm7SfAt9iBy6EVRGWTn8cPz8QOY6Ixw==
@@ -3550,7 +3550,7 @@
35503550
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
35513551
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
35523552

3553-
"@humanwhocodes/momoa@^2.0.2":
3553+
"@humanwhocodes/momoa@^2.0.2", "@humanwhocodes/momoa@^2.0.3":
35543554
version "2.0.4"
35553555
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-2.0.4.tgz#8b9e7a629651d15009c3587d07a222deeb829385"
35563556
integrity sha512-RE815I4arJFtt+FVeU1Tgp9/Xvecacji8w/V6XtXsWWH/wz/eNkNbhb+ny/+PlVZjV0rxQpRSQKNKE3lcktHEA==
@@ -10757,15 +10757,34 @@
1075710757
tar-fs "^3.1.0"
1075810758
yargs "^17.7.2"
1075910759

10760-
"@readme/json-schema-ref-parser@^1.2.0":
10761-
version "1.2.0"
10762-
resolved "https://registry.yarnpkg.com/@readme/json-schema-ref-parser/-/json-schema-ref-parser-1.2.0.tgz#8552cde8f8ecf455398c59aa6e2cf5ed2d0f3d31"
10763-
integrity sha512-Bt3QVovFSua4QmHa65EHUmh2xS0XJ3rgTEUPH998f4OW4VVJke3BuS16f+kM0ZLOGdvIrzrPRqwihuv5BAjtrA==
10760+
"@readme/better-ajv-errors@^2.3.2":
10761+
version "2.3.2"
10762+
resolved "https://registry.yarnpkg.com/@readme/better-ajv-errors/-/better-ajv-errors-2.3.2.tgz#e2446332d77f13eb895cf7774f775a81031b6c8b"
10763+
integrity sha512-T4GGnRAlY3C339NhoUpgJJFsMYko9vIgFAlhgV+/vEGFw66qEY4a4TRJIAZBcX/qT1pq5DvXSme+SQODHOoBrw==
1076410764
dependencies:
10765-
"@jsdevtools/ono" "^7.1.3"
10766-
"@types/json-schema" "^7.0.6"
10767-
call-me-maybe "^1.0.1"
10768-
js-yaml "^4.1.0"
10765+
"@babel/code-frame" "^7.22.5"
10766+
"@babel/runtime" "^7.22.5"
10767+
"@humanwhocodes/momoa" "^2.0.3"
10768+
jsonpointer "^5.0.0"
10769+
leven "^3.1.0"
10770+
picocolors "^1.1.1"
10771+
10772+
"@readme/openapi-parser@^5.0.1":
10773+
version "5.0.1"
10774+
resolved "https://registry.yarnpkg.com/@readme/openapi-parser/-/openapi-parser-5.0.1.tgz#6d68b9df5efe8248ee8add4b81f147df36ed00aa"
10775+
integrity sha512-qLHoqkBcqHmCFqLNuK9vH2DiOg+RM4Jk4ncgm6BkW1h796NAPqY6i4ux90PsgM19c4LVcZKgrEp+/oEGAAmCmA==
10776+
dependencies:
10777+
"@apidevtools/json-schema-ref-parser" "^14.1.1"
10778+
"@readme/better-ajv-errors" "^2.3.2"
10779+
"@readme/openapi-schemas" "^3.1.0"
10780+
"@types/json-schema" "^7.0.15"
10781+
ajv "^8.12.0"
10782+
ajv-draft-04 "^1.0.0"
10783+
10784+
"@readme/openapi-schemas@^3.1.0":
10785+
version "3.1.0"
10786+
resolved "https://registry.yarnpkg.com/@readme/openapi-schemas/-/openapi-schemas-3.1.0.tgz#5ff4b704af6a8b108f9d577fd87cf73e9e7b3178"
10787+
integrity sha512-9FC/6ho8uFa8fV50+FPy/ngWN53jaUu4GRXlAjcxIRrzhltJnpKkBG2Tp0IDraFJeWrOpk84RJ9EMEEYzaI1Bw==
1076910788

1077010789
"@redocly/ajv@8.11.2", "@redocly/ajv@^8.11.2":
1077110790
version "8.11.2"
@@ -14575,7 +14594,7 @@ ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.12.6:
1457514594
json-schema-traverse "^0.4.1"
1457614595
uri-js "^4.2.2"
1457714596

14578-
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.17.1, ajv@^8.9.0:
14597+
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.12.0, ajv@^8.17.1, ajv@^8.9.0:
1457914598
version "8.17.1"
1458014599
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
1458114600
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
@@ -17632,11 +17651,6 @@ d3-collection@^1.0.7:
1763217651
resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e"
1763317652
integrity sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==
1763417653

17635-
"d3-color@1 - 2", "d3-color@npm:@elastic/kibana-d3-color@2.0.1":
17636-
version "2.0.1"
17637-
resolved "https://registry.yarnpkg.com/@elastic/kibana-d3-color/-/kibana-d3-color-2.0.1.tgz#f83b9c2fea09273a918659de04d5e8098c82f65c"
17638-
integrity sha512-YZ8hV2bWNyYi833Yj3UWczmTxdHzmo/Xc2IVkNXr/ZqtkrTDlTLysCyJm7SfAt9iBy6EVRGWTn8cPz8QOY6Ixw==
17639-
1764017654
"d3-color@1 - 3", d3-color@^3.1.0:
1764117655
version "3.1.0"
1764217656
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2"
@@ -26177,20 +26191,20 @@ oas-validator@^5.0.8:
2617726191
should "^13.2.1"
2617826192
yaml "^1.10.0"
2617926193

26180-
oas@^25.3.0:
26181-
version "25.3.0"
26182-
resolved "https://registry.yarnpkg.com/oas/-/oas-25.3.0.tgz#c55a3a557fc040c2e8ea5954dd017b746ae2ac3a"
26183-
integrity sha512-98HLqUASE1u4kS8o3O7ZqjT1LG5oNwNjG1oXTsMscYVl2RSW4gMzlrn80dpxjsxpMlVuqPPa/sUS5WFtkk+Xxg==
26194+
oas@^28.1.0:
26195+
version "28.1.0"
26196+
resolved "https://registry.yarnpkg.com/oas/-/oas-28.1.0.tgz#4e22d524fef762f1ac7c2d61131dfac10cdb96cd"
26197+
integrity sha512-W9Gu512dmOtcq0f3E3kN47UYVJDmKSoy51UIGGxC3f/QyhEMOMsGVlKkckDvhZKa4L5NrLmSUcne2S1JiKRc9Q==
2618426198
dependencies:
26185-
"@readme/json-schema-ref-parser" "^1.2.0"
26199+
"@readme/openapi-parser" "^5.0.1"
2618626200
"@types/json-schema" "^7.0.11"
2618726201
json-schema-merge-allof "^0.8.1"
2618826202
jsonpath-plus "^10.0.0"
2618926203
jsonpointer "^5.0.0"
2619026204
memoizee "^0.4.16"
2619126205
openapi-types "^12.1.1"
2619226206
path-to-regexp "^8.1.0"
26193-
remove-undefined-objects "^5.0.0"
26207+
remove-undefined-objects "^6.0.0"
2619426208

2619526209
object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
2619626210
version "4.1.1"
@@ -29133,10 +29147,10 @@ remove-trailing-separator@^1.1.0:
2913329147
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
2913429148
integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
2913529149

29136-
remove-undefined-objects@^5.0.0:
29137-
version "5.0.0"
29138-
resolved "https://registry.yarnpkg.com/remove-undefined-objects/-/remove-undefined-objects-5.0.0.tgz#6a298a395c648eee7fbd3c1e486a983a82a963e8"
29139-
integrity sha512-DE8C17uIWeHaY4SqIkpQpHXm0MIdYHtIqjieWuh0I2PG8YcZRxFE6pqeEhnRetsrQ7Lu9uvSNQkDbg95NLpvnQ==
29150+
remove-undefined-objects@^6.0.0:
29151+
version "6.0.0"
29152+
resolved "https://registry.yarnpkg.com/remove-undefined-objects/-/remove-undefined-objects-6.0.0.tgz#1663ce4560879e91642c8b351dd8345c7e9dfc44"
29153+
integrity sha512-8fR4QQFV2xMKTYXazi1944rpr1f+JOzQu58TgUFi3xDu41fDon5qMXtjJ1/nhquOouTtJ621bKDrhE1IlOSP+A==
2914029154

2914129155
renderkid@^3.0.0:
2914229156
version "3.0.0"
@@ -30849,7 +30863,7 @@ string-replace-loader@^3.1.0:
3084930863
loader-utils "^2.0.0"
3085030864
schema-utils "^3.0.0"
3085130865

30852-
"string-width-cjs@npm:string-width@^4.2.0":
30866+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3085330867
version "4.2.3"
3085430868
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3085530869
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -30867,15 +30881,6 @@ string-width@^1.0.1:
3086730881
is-fullwidth-code-point "^1.0.0"
3086830882
strip-ansi "^3.0.0"
3086930883

30870-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
30871-
version "4.2.3"
30872-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
30873-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
30874-
dependencies:
30875-
emoji-regex "^8.0.0"
30876-
is-fullwidth-code-point "^3.0.0"
30877-
strip-ansi "^6.0.1"
30878-
3087930884
string-width@^5.0.1, string-width@^5.1.2:
3088030885
version "5.1.2"
3088130886
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -30968,7 +30973,7 @@ stringify-object@^3.2.1:
3096830973
is-obj "^1.0.1"
3096930974
is-regexp "^1.0.0"
3097030975

30971-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
30976+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3097230977
version "6.0.1"
3097330978
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3097430979
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -30982,13 +30987,6 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
3098230987
dependencies:
3098330988
ansi-regex "^2.0.0"
3098430989

30985-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
30986-
version "6.0.1"
30987-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
30988-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
30989-
dependencies:
30990-
ansi-regex "^5.0.1"
30991-
3099230990
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
3099330991
version "7.1.0"
3099430992
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -33805,7 +33803,7 @@ workerpool@^6.5.1:
3380533803
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
3380633804
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
3380733805

33808-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
33806+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
3380933807
version "7.0.0"
3381033808
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3381133809
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -33831,15 +33829,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
3383133829
string-width "^4.1.0"
3383233830
strip-ansi "^6.0.0"
3383333831

33834-
wrap-ansi@^7.0.0:
33835-
version "7.0.0"
33836-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
33837-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
33838-
dependencies:
33839-
ansi-styles "^4.0.0"
33840-
string-width "^4.1.0"
33841-
strip-ansi "^6.0.0"
33842-
3384333832
wrap-ansi@^8.1.0:
3384433833
version "8.1.0"
3384533834
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -33950,7 +33939,7 @@ xpath@^0.0.33:
3395033939
resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.33.tgz#5136b6094227c5df92002e7c3a13516a5074eb07"
3395133940
integrity sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==
3395233941

33953-
"xstate5@npm:xstate@^5.19.2":
33942+
"xstate5@npm:xstate@^5.19.2", xstate@^5.19.2:
3395433943
version "5.19.2"
3395533944
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba"
3395633945
integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==
@@ -33960,11 +33949,6 @@ xstate@^4.38.3:
3396033949
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
3396133950
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==
3396233951

33963-
xstate@^5.19.2:
33964-
version "5.19.2"
33965-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba"
33966-
integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==
33967-
3396833952
"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.1:
3396933953
version "4.0.2"
3397033954
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)