From 46a35775ae49dc03b86dfc6bb1b08bacad69dbd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:13:14 +0200 Subject: [PATCH] Update dependency @types/lodash to v4.17.0 (#84299) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/grafana-data/package.json | 2 +- packages/grafana-flamegraph/package.json | 2 +- packages/grafana-prometheus/package.json | 2 +- packages/grafana-runtime/package.json | 2 +- packages/grafana-sql/package.json | 2 +- packages/grafana-ui/package.json | 2 +- .../datasource/azuremonitor/package.json | 2 +- .../datasource/cloud-monitoring/package.json | 2 +- .../grafana-pyroscope-datasource/package.json | 2 +- .../grafana-testdata-datasource/package.json | 2 +- .../app/plugins/datasource/parca/package.json | 2 +- .../app/plugins/datasource/tempo/package.json | 2 +- .../plugins/datasource/zipkin/package.json | 2 +- yarn.lock | 36 +++++++++---------- 15 files changed, 32 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 6bdb288a762..64eea5e3a2a 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@types/jquery": "3.5.29", "@types/js-yaml": "^4.0.5", "@types/jsurl": "^1.2.28", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/logfmt": "^1.2.3", "@types/lucene": "^2", "@types/marked": "5.0.2", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 991f20df6b9..003f1c687de 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -65,7 +65,7 @@ "@rollup/plugin-node-resolve": "15.2.3", "@types/dompurify": "^3.0.0", "@types/history": "4.7.11", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/marked": "5.0.2", "@types/node": "20.11.26", "@types/papaparse": "5.3.14", diff --git a/packages/grafana-flamegraph/package.json b/packages/grafana-flamegraph/package.json index a9c5cd9d06d..0c7277490f1 100644 --- a/packages/grafana-flamegraph/package.json +++ b/packages/grafana-flamegraph/package.json @@ -66,7 +66,7 @@ "@testing-library/user-event": "14.5.2", "@types/d3": "^7", "@types/jest": "^29.5.4", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/react": "18.2.65", "@types/react-virtualized-auto-sizer": "1.0.4", "@types/tinycolor2": "1.4.6", diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index 8ab02435d06..cea081d9417 100644 --- a/packages/grafana-prometheus/package.json +++ b/packages/grafana-prometheus/package.json @@ -92,7 +92,7 @@ "@types/eslint": "8.56.5", "@types/jest": "29.5.12", "@types/jquery": "3.5.29", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/marked": "5.0.2", "@types/node": "20.11.26", "@types/pluralize": "^0.0.33", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index db4a49eca1f..bac26f9c2eb 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -59,7 +59,7 @@ "@types/angular": "1.8.9", "@types/history": "4.7.11", "@types/jest": "29.5.12", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/react": "18.2.65", "@types/react-dom": "18.2.21", "@types/systemjs": "6.13.5", diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 848bf8197ef..d9bab09516a 100644 --- a/packages/grafana-sql/package.json +++ b/packages/grafana-sql/package.json @@ -20,7 +20,7 @@ "@grafana/runtime": "11.0.0-pre", "@grafana/ui": "11.0.0-pre", "@react-awesome-query-builder/ui": "6.4.2", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/react-virtualized-auto-sizer": "1.0.4", "@types/uuid": "9.0.8", "immutable": "4.3.5", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 71efa2ca928..609d9b5c234 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -137,7 +137,7 @@ "@types/is-hotkey": "0.1.10", "@types/jest": "29.5.12", "@types/jquery": "3.5.29", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/mock-raf": "1.0.6", "@types/node": "20.11.26", "@types/prismjs": "1.26.3", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index d32efeac107..b3325d11fb8 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -28,7 +28,7 @@ "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/node": "20.11.26", "@types/prismjs": "1.26.3", "@types/react": "18.2.65", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index ee224fc2ab3..2f1e6a51470 100644 --- a/public/app/plugins/datasource/cloud-monitoring/package.json +++ b/public/app/plugins/datasource/cloud-monitoring/package.json @@ -31,7 +31,7 @@ "@testing-library/user-event": "14.5.2", "@types/debounce-promise": "3.1.9", "@types/jest": "29.5.12", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/node": "20.11.26", "@types/prismjs": "1.26.3", "@types/react": "18.2.65", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index 736b135babc..03fabeb58ff 100644 --- a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json +++ b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json @@ -25,7 +25,7 @@ "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/prismjs": "1.26.3", "@types/react": "18.2.65", "@types/react-dom": "18.2.21", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index e1a40bbd18e..f787f66eb02 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -26,7 +26,7 @@ "@testing-library/user-event": "14.5.2", "@types/d3-random": "^3.0.2", "@types/jest": "29.5.12", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/node": "20.11.26", "@types/react": "18.2.65", "@types/testing-library__jest-dom": "5.14.9", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index f88d9d33eae..4de793b52f4 100644 --- a/public/app/plugins/datasource/parca/package.json +++ b/public/app/plugins/datasource/parca/package.json @@ -20,7 +20,7 @@ "@grafana/plugin-configs": "11.0.0-pre", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/react": "18.2.65", "ts-node": "10.9.2", "webpack": "5.90.3" diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index f2bbe7e3028..6b516c1f57c 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -43,7 +43,7 @@ "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/node": "20.11.26", "@types/prismjs": "1.26.3", "@types/react": "18.2.65", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index bb923480373..e82ae0c81e4 100644 --- a/public/app/plugins/datasource/zipkin/package.json +++ b/public/app/plugins/datasource/zipkin/package.json @@ -21,7 +21,7 @@ "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1", "@types/jest": "29.5.12", - "@types/lodash": "4.14.202", + "@types/lodash": "4.17.0", "@types/react": "18.2.65", "ts-node": "10.9.2", "webpack": "5.90.3" diff --git a/yarn.lock b/yarn.lock index 95be3d6a051..bd88074bcb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3230,7 +3230,7 @@ __metadata: "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.12" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/node": "npm:20.11.26" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.65" @@ -3268,7 +3268,7 @@ __metadata: "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.12" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.65" "@types/react-dom": "npm:18.2.21" @@ -3309,7 +3309,7 @@ __metadata: "@testing-library/user-event": "npm:14.5.2" "@types/d3-random": "npm:^3.0.2" "@types/jest": "npm:29.5.12" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/node": "npm:20.11.26" "@types/react": "npm:18.2.65" "@types/testing-library__jest-dom": "npm:5.14.9" @@ -3364,7 +3364,7 @@ __metadata: "@grafana/ui": "npm:11.0.0-pre" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/react": "npm:18.2.65" lodash: "npm:4.17.21" monaco-editor: "npm:0.34.0" @@ -3397,7 +3397,7 @@ __metadata: "@testing-library/user-event": "npm:14.5.2" "@types/debounce-promise": "npm:3.1.9" "@types/jest": "npm:29.5.12" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/node": "npm:20.11.26" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.65" @@ -3449,7 +3449,7 @@ __metadata: "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.12" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/node": "npm:20.11.26" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.65" @@ -3496,7 +3496,7 @@ __metadata: "@testing-library/jest-dom": "npm:6.4.2" "@testing-library/react": "npm:14.2.1" "@types/jest": "npm:29.5.12" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/react": "npm:18.2.65" lodash: "npm:4.17.21" react: "npm:18.2.0" @@ -3540,7 +3540,7 @@ __metadata: "@types/d3-interpolate": "npm:^3.0.0" "@types/dompurify": "npm:^3.0.0" "@types/history": "npm:4.7.11" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/marked": "npm:5.0.2" "@types/node": "npm:20.11.26" "@types/papaparse": "npm:5.3.14" @@ -3775,7 +3775,7 @@ __metadata: "@testing-library/user-event": "npm:14.5.2" "@types/d3": "npm:^7" "@types/jest": "npm:^29.5.4" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/react": "npm:18.2.65" "@types/react-virtualized-auto-sizer": "npm:1.0.4" "@types/tinycolor2": "npm:1.4.6" @@ -3938,7 +3938,7 @@ __metadata: "@types/eslint": "npm:8.56.5" "@types/jest": "npm:29.5.12" "@types/jquery": "npm:3.5.29" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/marked": "npm:5.0.2" "@types/node": "npm:20.11.26" "@types/pluralize": "npm:^0.0.33" @@ -4035,7 +4035,7 @@ __metadata: "@types/angular": "npm:1.8.9" "@types/history": "npm:4.7.11" "@types/jest": "npm:29.5.12" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/react": "npm:18.2.65" "@types/react-dom": "npm:18.2.21" "@types/systemjs": "npm:6.13.5" @@ -4118,7 +4118,7 @@ __metadata: "@testing-library/react-hooks": "npm:^8.0.1" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:^29.5.4" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/react": "npm:18.2.65" "@types/react-virtualized-auto-sizer": "npm:1.0.4" "@types/systemjs": "npm:6.13.5" @@ -4202,7 +4202,7 @@ __metadata: "@types/is-hotkey": "npm:0.1.10" "@types/jest": "npm:29.5.12" "@types/jquery": "npm:3.5.29" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/mock-raf": "npm:1.0.6" "@types/node": "npm:20.11.26" "@types/prismjs": "npm:1.26.3" @@ -9446,10 +9446,10 @@ __metadata: languageName: node linkType: hard -"@types/lodash@npm:*, @types/lodash@npm:4.14.202, @types/lodash@npm:^4.14.167, @types/lodash@npm:^4.14.172": - version: 4.14.202 - resolution: "@types/lodash@npm:4.14.202" - checksum: 10/1bb9760a5b1dda120132c4b987330d67979c95dbc22612678682cd61b00302e190f4207228f3728580059cdab5582362262e3819aea59960c1017bd2b9fb26f6 +"@types/lodash@npm:*, @types/lodash@npm:4.17.0, @types/lodash@npm:^4.14.167, @types/lodash@npm:^4.14.172": + version: 4.17.0 + resolution: "@types/lodash@npm:4.17.0" + checksum: 10/2053203292b5af99352d108656ceb15d39da5922fc3fb8186e1552d65c82d6e545372cc97f36c95873aa7186404d59d9305e9d49254d4ae55e77df1e27ab7b5d languageName: node linkType: hard @@ -18306,7 +18306,7 @@ __metadata: "@types/jquery": "npm:3.5.29" "@types/js-yaml": "npm:^4.0.5" "@types/jsurl": "npm:^1.2.28" - "@types/lodash": "npm:4.14.202" + "@types/lodash": "npm:4.17.0" "@types/logfmt": "npm:^1.2.3" "@types/lucene": "npm:^2" "@types/marked": "npm:5.0.2"