mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
parent
87c8b882c2
commit
724f83d008
2 changed files with 32 additions and 32 deletions
|
@ -1411,7 +1411,7 @@
|
|||
"@cypress/webpack-preprocessor": "^6.0.2",
|
||||
"@elastic/eslint-plugin-eui": "2.0.0",
|
||||
"@elastic/makelogs": "^6.1.1",
|
||||
"@elastic/synthetics": "^1.18.1",
|
||||
"@elastic/synthetics": "^1.18.2",
|
||||
"@emotion/babel-preset-css-prop": "^11.11.0",
|
||||
"@emotion/jest": "^11.11.0",
|
||||
"@fast-check/jest": "^2.1.0",
|
||||
|
@ -1621,7 +1621,7 @@
|
|||
"@mswjs/http-middleware": "0.10.3",
|
||||
"@octokit/rest": "^21.1.1",
|
||||
"@parcel/watcher": "^2.1.0",
|
||||
"@playwright/test": "1.50.1",
|
||||
"@playwright/test": "1.53.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
||||
"@redocly/cli": "^1.34.3",
|
||||
"@statoscope/webpack-plugin": "^5.28.2",
|
||||
|
@ -1899,8 +1899,8 @@
|
|||
"pirates": "^4.0.7",
|
||||
"piscina": "^3.2.0",
|
||||
"pixelmatch": "^5.3.0",
|
||||
"playwright": "1.50.1",
|
||||
"playwright-chromium": "1.50.1",
|
||||
"playwright": "1.53.1",
|
||||
"playwright-chromium": "1.53.1",
|
||||
"pngjs": "^7.0.0",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss-loader": "^8.1.1",
|
||||
|
|
56
yarn.lock
56
yarn.lock
|
@ -2367,10 +2367,10 @@
|
|||
history "^4.9.0"
|
||||
qs "^6.9.7"
|
||||
|
||||
"@elastic/synthetics@^1.18.1":
|
||||
version "1.18.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/synthetics/-/synthetics-1.18.1.tgz#d15c642a6b6561814ee627202cacc4db3b38c843"
|
||||
integrity sha512-kGBK75OzJ4LYoygvzKPOx7qrjC6+DJ5ESNW9OcGftenn0mTwO4s2TZZQY1YQFrmwGNM3KAdFkIyXhm7Z1mPKcg==
|
||||
"@elastic/synthetics@^1.18.2":
|
||||
version "1.18.2"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/synthetics/-/synthetics-1.18.2.tgz#5fec0748c498594d445aaf0a19dcb04676531ae2"
|
||||
integrity sha512-jBGi3K51A5uw+T8s+LZJ7pksLhVA2sV9R/i6GkvcpxIC7AKVzGYilu3geyttQVDVM1Ceslk+Lz5no1SSVSoIKA==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.22.13"
|
||||
archiver "^7.0.1"
|
||||
|
@ -2383,16 +2383,16 @@
|
|||
micromatch "^4.0.8"
|
||||
otpauth "^9.3.2"
|
||||
pirates "^4.0.5"
|
||||
playwright "=1.50.1"
|
||||
playwright-chromium "=1.50.1"
|
||||
playwright-core "=1.50.1"
|
||||
playwright "=1.53.1"
|
||||
playwright-chromium "=1.53.1"
|
||||
playwright-core "=1.53.1"
|
||||
semver "^7.5.4"
|
||||
sharp "^0.33.5"
|
||||
snakecase-keys "^4.0.1"
|
||||
sonic-boom "^3.3.0"
|
||||
source-map-support "^0.5.21"
|
||||
stack-utils "^2.0.6"
|
||||
undici "^5.28.5"
|
||||
undici "^5.29.0"
|
||||
unzip-stream "^0.3.4"
|
||||
yaml "^2.2.2"
|
||||
|
||||
|
@ -9620,12 +9620,12 @@
|
|||
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
||||
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
||||
|
||||
"@playwright/test@1.50.1":
|
||||
version "1.50.1"
|
||||
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.50.1.tgz#027d00ca77ec79688764eb765cfe9a688807bf0b"
|
||||
integrity sha512-Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==
|
||||
"@playwright/test@1.53.1":
|
||||
version "1.53.1"
|
||||
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.53.1.tgz#3ad5a2ce334b4a78390fd91e0a9d8423c09bc808"
|
||||
integrity sha512-Z4c23LHV0muZ8hfv4jw6HngPJkbbtZxTkxPNIg7cJcTc9C28N/p2q7g3JZS2SiKBBHJ3uM1dgDye66bB7LEk5w==
|
||||
dependencies:
|
||||
playwright "1.50.1"
|
||||
playwright "1.53.1"
|
||||
|
||||
"@pmmmwh/react-refresh-webpack-plugin@^0.5.15":
|
||||
version "0.5.15"
|
||||
|
@ -26102,24 +26102,24 @@ platform@^1.3.0:
|
|||
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.5.tgz#fb6958c696e07e2918d2eeda0f0bc9448d733444"
|
||||
integrity sha512-TuvHS8AOIZNAlE77WUDiR4rySV/VMptyMfcfeoMgs4P8apaZM3JrnbzBiixKUv+XR6i+BXrQh8WAnjaSPFO65Q==
|
||||
|
||||
playwright-chromium@1.50.1, playwright-chromium@=1.50.1:
|
||||
version "1.50.1"
|
||||
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.50.1.tgz#216fad79596ff914536fa83abac2911a2b6ab23f"
|
||||
integrity sha512-0IKyCdwS5dDoGE3EqqfYtX24qF6+ef1UI6OLn2VUi2aHOgsI/KnESRm6/Ws0W78SrwhLi6lLlAL6fQISoO1cfw==
|
||||
playwright-chromium@1.53.1, playwright-chromium@=1.53.1:
|
||||
version "1.53.1"
|
||||
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.53.1.tgz#cfeaeebe1ec2cd9778f0238d91b79780d71b740d"
|
||||
integrity sha512-V+S/r4UkmVoF+ARC4YDnJF6fIsdIGMgyJ6daBdrODryU5qqWrM1M+5PP/jRX6u1yfwPfSNRwlYsat49duKsyMQ==
|
||||
dependencies:
|
||||
playwright-core "1.50.1"
|
||||
playwright-core "1.53.1"
|
||||
|
||||
playwright-core@1.50.1, playwright-core@=1.50.1:
|
||||
version "1.50.1"
|
||||
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.50.1.tgz#6a0484f1f1c939168f40f0ab3828c4a1592c4504"
|
||||
integrity sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==
|
||||
playwright-core@1.53.1, playwright-core@=1.53.1:
|
||||
version "1.53.1"
|
||||
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.53.1.tgz#0b6f7a2006ccb6126ffcc3e3b2fa9efda23b6638"
|
||||
integrity sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg==
|
||||
|
||||
playwright@1.50.1, playwright@=1.50.1:
|
||||
version "1.50.1"
|
||||
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.50.1.tgz#2f93216511d65404f676395bfb97b41aa052b180"
|
||||
integrity sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==
|
||||
playwright@1.53.1, playwright@=1.53.1:
|
||||
version "1.53.1"
|
||||
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.53.1.tgz#86fb041b237a6868d163c87c4b9737fd1cac145e"
|
||||
integrity sha512-LJ13YLr/ocweuwxyGf1XNFWIU4M2zUSo149Qbp+A4cpwDjsxRPj7k6H25LBrEHiEwxvRbD8HdwvQmRMSvquhYw==
|
||||
dependencies:
|
||||
playwright-core "1.50.1"
|
||||
playwright-core "1.53.1"
|
||||
optionalDependencies:
|
||||
fsevents "2.3.2"
|
||||
|
||||
|
@ -31206,7 +31206,7 @@ undici-types@~6.21.0:
|
|||
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
|
||||
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
|
||||
|
||||
undici@^5.28.5:
|
||||
undici@^5.29.0:
|
||||
version "5.29.0"
|
||||
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
|
||||
integrity sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue