From 293ea6de9d58c869194ef2df4f1f9325b9e4def0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:24:50 +0000 Subject: [PATCH] Bump @grafana/plugin-e2e in the dependencies group across 1 directory Bumps the dependencies group with 1 update in the / directory: [@grafana/plugin-e2e](https://github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e). Updates `@grafana/plugin-e2e` from 1.11.1 to 1.11.3 - [Release notes](https://github.com/grafana/plugin-tools/releases) - [Changelog](https://github.com/grafana/plugin-tools/blob/main/packages/plugin-e2e/CHANGELOG.md) - [Commits](https://github.com/grafana/plugin-tools/commits/@grafana/plugin-e2e@1.11.3/packages/plugin-e2e) --- updated-dependencies: - dependency-name: "@grafana/plugin-e2e" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 31af00ac..4a5f1162 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@babel/core": "^7.25.7", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.1", + "@grafana/plugin-e2e": "^1.11.3", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.2", "@swc/core": "^1.7.26", diff --git a/yarn.lock b/yarn.lock index a202b0f2..70fc51ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -975,10 +975,10 @@ tslib "2.7.0" typescript "5.5.4" -"@grafana/e2e-selectors@^11.4.0-205417": - version "11.4.0-205486" - resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-11.4.0-205486.tgz#aac25c625b3313a9c898ee43ab3e7f0d1b8c8a55" - integrity sha512-7EpMra4XoX2ZJeqxi3m5l9UQW3chV08a60arnyfU48Fe7Jiu2k3YFmq05oQKJexYDYmeCYmJwT59Bhn7KVwZvg== +"@grafana/e2e-selectors@^11.4.0-205692": + version "11.4.0-205796" + resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-11.4.0-205796.tgz#877b7ea1f70efa40fefd45867bbecd3465c57375" + integrity sha512-8TbsLpwcmzv7GRB/GWqdW8zSjdrMrPTNuFaK5A/CTlfYiPEwvbA908kjmvnZDtRqrofc9HDOlvGOLsBJmM1LlA== dependencies: "@grafana/tsconfig" "^2.0.0" semver "7.6.3" @@ -1016,14 +1016,14 @@ ua-parser-js "^1.0.32" web-vitals "^4.0.1" -"@grafana/plugin-e2e@^1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.11.1.tgz#043dda2631f87d867366e6d67ae89d9cd4deb98e" - integrity sha512-T1FtYMOOcDC1XWuf/xL58n7kvOeAEoZDuEMwlr5lNvb0tf3EJuMU4y5s8Z9KhlTF7YJnACyHJL2g8b2F0dHJBQ== +"@grafana/plugin-e2e@^1.11.3": + version "1.11.3" + resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.11.3.tgz#beca8864027a9e967e96862d44a2872408527d4a" + integrity sha512-42KbERnYxcVmO4l1bmolYQrw+LHbTgoUfBrtL7pDXQFqRldYiVMamKFXZN5xnydBGFs3wt02oOoh8nFSv5lMFA== dependencies: - "@grafana/e2e-selectors" "^11.4.0-205417" + "@grafana/e2e-selectors" "^11.4.0-205692" semver "^7.5.4" - uuid "^10.0.0" + uuid "^11.0.0" yaml "^2.3.4" "@grafana/runtime@^11.3.0": @@ -8633,10 +8633,10 @@ uuid@9.0.1: resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== -uuid@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" - integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@^11.0.0: + version "11.0.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875" + integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ== v8-compile-cache-lib@^3.0.1: version "3.0.1"