From a360cf0c8564179261c3071155e6824105a98771 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:47:56 +0300 Subject: [PATCH] Update dependency @types/node to v20.12.2 (#85480) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/grafana-data/package.json | 2 +- packages/grafana-e2e-selectors/package.json | 2 +- packages/grafana-icons/package.json | 2 +- packages/grafana-prometheus/package.json | 2 +- packages/grafana-ui/package.json | 2 +- .../datasource/azuremonitor/package.json | 2 +- .../datasource/cloud-monitoring/package.json | 2 +- .../grafana-testdata-datasource/package.json | 2 +- .../app/plugins/datasource/tempo/package.json | 2 +- yarn.lock | 28 +++++++++---------- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 478b1f40c02..8fe59538160 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@types/lucene": "^2", "@types/marked": "5.0.2", "@types/mousetrap": "1.6.15", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@types/node-forge": "^1", "@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.2.4", "@types/papaparse": "5.3.14", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 86a740600d0..bb9a50f293f 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -67,7 +67,7 @@ "@types/history": "4.7.11", "@types/lodash": "4.17.0", "@types/marked": "5.0.2", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@types/papaparse": "5.3.14", "@types/react": "18.2.74", "@types/react-dom": "18.2.23", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index 318077187c9..7ecaeb24731 100644 --- a/packages/grafana-e2e-selectors/package.json +++ b/packages/grafana-e2e-selectors/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@rollup/plugin-node-resolve": "15.2.3", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "esbuild": "0.18.12", "rimraf": "5.0.5", "rollup": "2.79.1", diff --git a/packages/grafana-icons/package.json b/packages/grafana-icons/package.json index 02f234f25bc..1ca98ce4dae 100644 --- a/packages/grafana-icons/package.json +++ b/packages/grafana-icons/package.json @@ -42,7 +42,7 @@ "@svgr/plugin-jsx": "^8.1.0", "@svgr/plugin-prettier": "^8.1.0", "@svgr/plugin-svgo": "^8.1.0", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@types/react": "18.2.74", "@types/react-dom": "18.2.23", "esbuild": "0.18.12", diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index eabb63beccf..61a401b91a3 100644 --- a/packages/grafana-prometheus/package.json +++ b/packages/grafana-prometheus/package.json @@ -94,7 +94,7 @@ "@types/jquery": "3.5.29", "@types/lodash": "4.17.0", "@types/marked": "5.0.2", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@types/pluralize": "^0.0.33", "@types/prismjs": "1.26.3", "@types/react": "18.2.74", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 6ca68a1a36a..5d1f650ccda 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -139,7 +139,7 @@ "@types/jquery": "3.5.29", "@types/lodash": "4.17.0", "@types/mock-raf": "1.0.6", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@types/prismjs": "1.26.3", "@types/react": "18.2.74", "@types/react-beautiful-dnd": "13.1.8", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index 02bc8317173..1566f9c290a 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -29,7 +29,7 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", "@types/lodash": "4.17.0", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@types/prismjs": "1.26.3", "@types/react": "18.2.74", "@types/testing-library__jest-dom": "5.14.9", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index 63f32bdafe0..ec094f5e729 100644 --- a/public/app/plugins/datasource/cloud-monitoring/package.json +++ b/public/app/plugins/datasource/cloud-monitoring/package.json @@ -31,7 +31,7 @@ "@types/debounce-promise": "3.1.9", "@types/jest": "29.5.12", "@types/lodash": "4.17.0", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@types/prismjs": "1.26.3", "@types/react": "18.2.74", "@types/react-test-renderer": "18.0.7", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index d5d276e2b77..10525a426d5 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -27,7 +27,7 @@ "@types/d3-random": "^3.0.2", "@types/jest": "29.5.12", "@types/lodash": "4.17.0", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@types/react": "18.2.74", "@types/testing-library__jest-dom": "5.14.9", "@types/uuid": "9.0.8", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index a919580dc70..e64432c17d4 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -44,7 +44,7 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", "@types/lodash": "4.17.0", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@types/prismjs": "1.26.3", "@types/react": "18.2.74", "@types/react-dom": "18.2.23", diff --git a/yarn.lock b/yarn.lock index 28ecf7b3ba4..cf65d940851 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3302,7 +3302,7 @@ __metadata: "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.17.0" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.74" "@types/testing-library__jest-dom": "npm:5.14.9" @@ -3381,7 +3381,7 @@ __metadata: "@types/d3-random": "npm:^3.0.2" "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.17.0" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" "@types/react": "npm:18.2.74" "@types/testing-library__jest-dom": "npm:5.14.9" "@types/uuid": "npm:9.0.8" @@ -3478,7 +3478,7 @@ __metadata: "@types/debounce-promise": "npm:3.1.9" "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.17.0" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.74" "@types/react-test-renderer": "npm:18.0.7" @@ -3530,7 +3530,7 @@ __metadata: "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.17.0" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.74" "@types/react-dom": "npm:18.2.23" @@ -3622,7 +3622,7 @@ __metadata: "@types/history": "npm:4.7.11" "@types/lodash": "npm:4.17.0" "@types/marked": "npm:5.0.2" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" "@types/papaparse": "npm:5.3.14" "@types/react": "npm:18.2.74" "@types/react-dom": "npm:18.2.23" @@ -3680,7 +3680,7 @@ __metadata: dependencies: "@grafana/tsconfig": "npm:^1.3.0-rc1" "@rollup/plugin-node-resolve": "npm:15.2.3" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" esbuild: "npm:0.18.12" rimraf: "npm:5.0.5" rollup: "npm:2.79.1" @@ -4019,7 +4019,7 @@ __metadata: "@types/jquery": "npm:3.5.29" "@types/lodash": "npm:4.17.0" "@types/marked": "npm:5.0.2" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" "@types/pluralize": "npm:^0.0.33" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.74" @@ -4150,7 +4150,7 @@ __metadata: "@svgr/plugin-jsx": "npm:^8.1.0" "@svgr/plugin-prettier": "npm:^8.1.0" "@svgr/plugin-svgo": "npm:^8.1.0" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" "@types/react": "npm:18.2.74" "@types/react-dom": "npm:18.2.23" esbuild: "npm:0.18.12" @@ -4310,7 +4310,7 @@ __metadata: "@types/jquery": "npm:3.5.29" "@types/lodash": "npm:4.17.0" "@types/mock-raf": "npm:1.0.6" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" "@types/prismjs": "npm:1.26.3" "@types/react": "npm:18.2.74" "@types/react-beautiful-dnd": "npm:13.1.8" @@ -9994,12 +9994,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:20.11.30, @types/node@npm:>=13.7.0, @types/node@npm:^20.11.16": - version: 20.11.30 - resolution: "@types/node@npm:20.11.30" +"@types/node@npm:*, @types/node@npm:20.12.2, @types/node@npm:>=13.7.0, @types/node@npm:^20.11.16": + version: 20.12.2 + resolution: "@types/node@npm:20.12.2" dependencies: undici-types: "npm:~5.26.4" - checksum: 10/78515bc768d2b878e2e06a1c20eb4f5840072b79b8d28ff3dd0a7feaaf48fd3a2ac03cfa5bc7564da82db5906b43e9ba0e5df9f43d870b7aae2942306e208815 + checksum: 10/f1f0ebfe475aefa183763b856e0023b81b76554196e8676a45b9fcfd1012cdd20d32adefb3c0330001c0011e074676603c34c24821a4924228250ea13a75da43 languageName: node linkType: hard @@ -18722,7 +18722,7 @@ __metadata: "@types/lucene": "npm:^2" "@types/marked": "npm:5.0.2" "@types/mousetrap": "npm:1.6.15" - "@types/node": "npm:20.11.30" + "@types/node": "npm:20.12.2" "@types/node-forge": "npm:^1" "@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.2.4" "@types/papaparse": "npm:5.3.14"