Skip to content

Commit f259f99

Browse files
committed
Update dependency @types/lodash to v4.17.7
1 parent 3fcc7f4 commit f259f99

File tree

18 files changed

+38
-38
lines changed

18 files changed

+38
-38
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@types/jquery": "3.5.30",
117117
"@types/js-yaml": "^4.0.5",
118118
"@types/jsurl": "^1.2.28",
119-
"@types/lodash": "4.17.4",
119+
"@types/lodash": "4.17.7",
120120
"@types/logfmt": "^1.2.3",
121121
"@types/lucene": "^2",
122122
"@types/node": "20.14.2",

packages/grafana-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@rollup/plugin-node-resolve": "15.2.3",
6666
"@types/dompurify": "^3.0.0",
6767
"@types/history": "4.7.11",
68-
"@types/lodash": "4.17.4",
68+
"@types/lodash": "4.17.7",
6969
"@types/node": "20.14.2",
7070
"@types/papaparse": "5.3.14",
7171
"@types/react": "18.3.3",

packages/grafana-flamegraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@testing-library/user-event": "14.5.2",
6868
"@types/d3": "^7",
6969
"@types/jest": "^29.5.4",
70-
"@types/lodash": "4.17.4",
70+
"@types/lodash": "4.17.7",
7171
"@types/node": "20.14.2",
7272
"@types/react": "18.3.3",
7373
"@types/react-virtualized-auto-sizer": "1.0.4",

packages/grafana-prometheus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@types/eslint": "8.56.10",
9292
"@types/jest": "29.5.12",
9393
"@types/jquery": "3.5.30",
94-
"@types/lodash": "4.17.4",
94+
"@types/lodash": "4.17.7",
9595
"@types/node": "20.14.2",
9696
"@types/pluralize": "^0.0.33",
9797
"@types/prismjs": "1.26.4",

packages/grafana-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/angular": "1.8.9",
5858
"@types/history": "4.7.11",
5959
"@types/jest": "29.5.12",
60-
"@types/lodash": "4.17.4",
60+
"@types/lodash": "4.17.7",
6161
"@types/react": "18.3.3",
6262
"@types/react-dom": "18.2.25",
6363
"@types/systemjs": "6.13.5",

packages/grafana-sql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@testing-library/react-hooks": "^8.0.1",
4242
"@testing-library/user-event": "14.5.2",
4343
"@types/jest": "^29.5.4",
44-
"@types/lodash": "4.17.4",
44+
"@types/lodash": "4.17.7",
4545
"@types/node": "20.14.2",
4646
"@types/react": "18.3.3",
4747
"@types/react-dom": "18.2.25",

packages/grafana-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@react-aria/utils": "3.24.1",
6565
"@tanstack/react-virtual": "^3.5.1",
6666
"@types/jquery": "3.5.30",
67-
"@types/lodash": "4.17.4",
67+
"@types/lodash": "4.17.7",
6868
"@types/react-table": "7.7.20",
6969
"ansicolor": "1.1.100",
7070
"calculate-size": "1.1.1",

public/app/plugins/datasource/azuremonitor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@testing-library/react": "15.0.2",
3232
"@testing-library/user-event": "14.5.2",
3333
"@types/jest": "29.5.12",
34-
"@types/lodash": "4.17.4",
34+
"@types/lodash": "4.17.7",
3535
"@types/node": "20.14.2",
3636
"@types/prismjs": "1.26.4",
3737
"@types/react": "18.3.3",

public/app/plugins/datasource/cloud-monitoring/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@testing-library/user-event": "14.5.2",
3434
"@types/debounce-promise": "3.1.9",
3535
"@types/jest": "29.5.12",
36-
"@types/lodash": "4.17.4",
36+
"@types/lodash": "4.17.7",
3737
"@types/node": "20.14.2",
3838
"@types/prismjs": "1.26.4",
3939
"@types/react": "18.3.3",

public/app/plugins/datasource/grafana-postgresql-datasource/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@testing-library/react": "15.0.2",
2222
"@testing-library/user-event": "14.5.2",
2323
"@types/jest": "29.5.12",
24-
"@types/lodash": "4.17.4",
24+
"@types/lodash": "4.17.7",
2525
"@types/node": "20.14.2",
2626
"@types/react": "18.3.3",
2727
"@types/testing-library__jest-dom": "5.14.9",

public/app/plugins/datasource/grafana-pyroscope-datasource/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@testing-library/react": "15.0.2",
2727
"@testing-library/user-event": "14.5.2",
2828
"@types/jest": "29.5.12",
29-
"@types/lodash": "4.17.4",
29+
"@types/lodash": "4.17.7",
3030
"@types/node": "20.14.2",
3131
"@types/prismjs": "1.26.4",
3232
"@types/react": "18.3.3",

public/app/plugins/datasource/grafana-testdata-datasource/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@testing-library/user-event": "14.5.2",
3030
"@types/d3-random": "^3.0.2",
3131
"@types/jest": "29.5.12",
32-
"@types/lodash": "4.17.4",
32+
"@types/lodash": "4.17.7",
3333
"@types/node": "20.14.2",
3434
"@types/react": "18.3.3",
3535
"@types/react-dom": "18.2.25",

public/app/plugins/datasource/jaeger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@testing-library/react": "15.0.2",
3030
"@testing-library/user-event": "14.5.2",
3131
"@types/jest": "29.5.12",
32-
"@types/lodash": "4.17.4",
32+
"@types/lodash": "4.17.7",
3333
"@types/logfmt": "^1.2.3",
3434
"@types/node": "20.14.2",
3535
"@types/react": "18.3.3",

public/app/plugins/datasource/mysql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@testing-library/react": "15.0.2",
2222
"@testing-library/user-event": "14.5.2",
2323
"@types/jest": "29.5.12",
24-
"@types/lodash": "4.17.4",
24+
"@types/lodash": "4.17.7",
2525
"@types/node": "20.14.2",
2626
"@types/react": "18.3.3",
2727
"@types/testing-library__jest-dom": "5.14.9",

public/app/plugins/datasource/parca/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@testing-library/dom": "10.0.0",
2323
"@testing-library/react": "15.0.2",
2424
"@testing-library/user-event": "14.5.2",
25-
"@types/lodash": "4.17.4",
25+
"@types/lodash": "4.17.7",
2626
"@types/node": "20.14.2",
2727
"@types/react": "18.3.3",
2828
"@types/react-dom": "18.2.25",

public/app/plugins/datasource/tempo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@testing-library/react": "15.0.2",
4646
"@testing-library/user-event": "14.5.2",
4747
"@types/jest": "29.5.12",
48-
"@types/lodash": "4.17.4",
48+
"@types/lodash": "4.17.7",
4949
"@types/node": "20.14.2",
5050
"@types/prismjs": "1.26.4",
5151
"@types/react": "18.3.3",

public/app/plugins/datasource/zipkin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@testing-library/jest-dom": "6.4.2",
2525
"@testing-library/react": "15.0.2",
2626
"@types/jest": "29.5.12",
27-
"@types/lodash": "4.17.4",
27+
"@types/lodash": "4.17.7",
2828
"@types/node": "20.14.2",
2929
"@types/react": "18.3.3",
3030
"@types/react-dom": "18.2.25",

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ __metadata:
26132613
"@testing-library/react": "npm:15.0.2"
26142614
"@testing-library/user-event": "npm:14.5.2"
26152615
"@types/jest": "npm:29.5.12"
2616-
"@types/lodash": "npm:4.17.4"
2616+
"@types/lodash": "npm:4.17.7"
26172617
"@types/node": "npm:20.14.2"
26182618
"@types/prismjs": "npm:1.26.4"
26192619
"@types/react": "npm:18.3.3"
@@ -2655,7 +2655,7 @@ __metadata:
26552655
"@testing-library/react": "npm:15.0.2"
26562656
"@testing-library/user-event": "npm:14.5.2"
26572657
"@types/jest": "npm:29.5.12"
2658-
"@types/lodash": "npm:4.17.4"
2658+
"@types/lodash": "npm:4.17.7"
26592659
"@types/node": "npm:20.14.2"
26602660
"@types/react": "npm:18.3.3"
26612661
"@types/testing-library__jest-dom": "npm:5.14.9"
@@ -2686,7 +2686,7 @@ __metadata:
26862686
"@testing-library/react": "npm:15.0.2"
26872687
"@testing-library/user-event": "npm:14.5.2"
26882688
"@types/jest": "npm:29.5.12"
2689-
"@types/lodash": "npm:4.17.4"
2689+
"@types/lodash": "npm:4.17.7"
26902690
"@types/node": "npm:20.14.2"
26912691
"@types/prismjs": "npm:1.26.4"
26922692
"@types/react": "npm:18.3.3"
@@ -2729,7 +2729,7 @@ __metadata:
27292729
"@testing-library/user-event": "npm:14.5.2"
27302730
"@types/d3-random": "npm:^3.0.2"
27312731
"@types/jest": "npm:29.5.12"
2732-
"@types/lodash": "npm:4.17.4"
2732+
"@types/lodash": "npm:4.17.7"
27332733
"@types/node": "npm:20.14.2"
27342734
"@types/react": "npm:18.3.3"
27352735
"@types/react-dom": "npm:18.2.25"
@@ -2770,7 +2770,7 @@ __metadata:
27702770
"@testing-library/react": "npm:15.0.2"
27712771
"@testing-library/user-event": "npm:14.5.2"
27722772
"@types/jest": "npm:29.5.12"
2773-
"@types/lodash": "npm:4.17.4"
2773+
"@types/lodash": "npm:4.17.7"
27742774
"@types/logfmt": "npm:^1.2.3"
27752775
"@types/node": "npm:20.14.2"
27762776
"@types/react": "npm:18.3.3"
@@ -2810,7 +2810,7 @@ __metadata:
28102810
"@testing-library/react": "npm:15.0.2"
28112811
"@testing-library/user-event": "npm:14.5.2"
28122812
"@types/jest": "npm:29.5.12"
2813-
"@types/lodash": "npm:4.17.4"
2813+
"@types/lodash": "npm:4.17.7"
28142814
"@types/node": "npm:20.14.2"
28152815
"@types/react": "npm:18.3.3"
28162816
"@types/testing-library__jest-dom": "npm:5.14.9"
@@ -2839,7 +2839,7 @@ __metadata:
28392839
"@testing-library/dom": "npm:10.0.0"
28402840
"@testing-library/react": "npm:15.0.2"
28412841
"@testing-library/user-event": "npm:14.5.2"
2842-
"@types/lodash": "npm:4.17.4"
2842+
"@types/lodash": "npm:4.17.7"
28432843
"@types/node": "npm:20.14.2"
28442844
"@types/react": "npm:18.3.3"
28452845
"@types/react-dom": "npm:18.2.25"
@@ -2876,7 +2876,7 @@ __metadata:
28762876
"@testing-library/user-event": "npm:14.5.2"
28772877
"@types/debounce-promise": "npm:3.1.9"
28782878
"@types/jest": "npm:29.5.12"
2879-
"@types/lodash": "npm:4.17.4"
2879+
"@types/lodash": "npm:4.17.7"
28802880
"@types/node": "npm:20.14.2"
28812881
"@types/prismjs": "npm:1.26.4"
28822882
"@types/react": "npm:18.3.3"
@@ -2932,7 +2932,7 @@ __metadata:
29322932
"@testing-library/react": "npm:15.0.2"
29332933
"@testing-library/user-event": "npm:14.5.2"
29342934
"@types/jest": "npm:29.5.12"
2935-
"@types/lodash": "npm:4.17.4"
2935+
"@types/lodash": "npm:4.17.7"
29362936
"@types/node": "npm:20.14.2"
29372937
"@types/prismjs": "npm:1.26.4"
29382938
"@types/react": "npm:18.3.3"
@@ -2981,7 +2981,7 @@ __metadata:
29812981
"@testing-library/jest-dom": "npm:6.4.2"
29822982
"@testing-library/react": "npm:15.0.2"
29832983
"@types/jest": "npm:29.5.12"
2984-
"@types/lodash": "npm:4.17.4"
2984+
"@types/lodash": "npm:4.17.7"
29852985
"@types/node": "npm:20.14.2"
29862986
"@types/react": "npm:18.3.3"
29872987
"@types/react-dom": "npm:18.2.25"
@@ -3039,7 +3039,7 @@ __metadata:
30393039
"@types/d3-interpolate": "npm:^3.0.0"
30403040
"@types/dompurify": "npm:^3.0.0"
30413041
"@types/history": "npm:4.7.11"
3042-
"@types/lodash": "npm:4.17.4"
3042+
"@types/lodash": "npm:4.17.7"
30433043
"@types/node": "npm:20.14.2"
30443044
"@types/papaparse": "npm:5.3.14"
30453045
"@types/react": "npm:18.3.3"
@@ -3228,7 +3228,7 @@ __metadata:
32283228
"@testing-library/user-event": "npm:14.5.2"
32293229
"@types/d3": "npm:^7"
32303230
"@types/jest": "npm:^29.5.4"
3231-
"@types/lodash": "npm:4.17.4"
3231+
"@types/lodash": "npm:4.17.7"
32323232
"@types/node": "npm:20.14.2"
32333233
"@types/react": "npm:18.3.3"
32343234
"@types/react-virtualized-auto-sizer": "npm:1.0.4"
@@ -3400,7 +3400,7 @@ __metadata:
34003400
"@types/eslint": "npm:8.56.10"
34013401
"@types/jest": "npm:29.5.12"
34023402
"@types/jquery": "npm:3.5.30"
3403-
"@types/lodash": "npm:4.17.4"
3403+
"@types/lodash": "npm:4.17.7"
34043404
"@types/node": "npm:20.14.2"
34053405
"@types/pluralize": "npm:^0.0.33"
34063406
"@types/prismjs": "npm:1.26.4"
@@ -3494,7 +3494,7 @@ __metadata:
34943494
"@types/angular": "npm:1.8.9"
34953495
"@types/history": "npm:4.7.11"
34963496
"@types/jest": "npm:29.5.12"
3497-
"@types/lodash": "npm:4.17.4"
3497+
"@types/lodash": "npm:4.17.7"
34983498
"@types/react": "npm:18.3.3"
34993499
"@types/react-dom": "npm:18.2.25"
35003500
"@types/systemjs": "npm:6.13.5"
@@ -3610,7 +3610,7 @@ __metadata:
36103610
"@testing-library/react-hooks": "npm:^8.0.1"
36113611
"@testing-library/user-event": "npm:14.5.2"
36123612
"@types/jest": "npm:^29.5.4"
3613-
"@types/lodash": "npm:4.17.4"
3613+
"@types/lodash": "npm:4.17.7"
36143614
"@types/node": "npm:20.14.2"
36153615
"@types/react": "npm:18.3.3"
36163616
"@types/react-dom": "npm:18.2.25"
@@ -3696,7 +3696,7 @@ __metadata:
36963696
"@types/is-hotkey": "npm:0.1.10"
36973697
"@types/jest": "npm:29.5.12"
36983698
"@types/jquery": "npm:3.5.30"
3699-
"@types/lodash": "npm:4.17.4"
3699+
"@types/lodash": "npm:4.17.7"
37003700
"@types/mock-raf": "npm:1.0.6"
37013701
"@types/node": "npm:20.14.2"
37023702
"@types/prismjs": "npm:1.26.4"
@@ -8818,10 +8818,10 @@ __metadata:
88188818
languageName: node
88198819
linkType: hard
88208820

8821-
"@types/lodash@npm:*, @types/lodash@npm:4.17.4, @types/lodash@npm:^4.14.167, @types/lodash@npm:^4.14.172":
8822-
version: 4.17.4
8823-
resolution: "@types/lodash@npm:4.17.4"
8824-
checksum: 10/3ec19f9fc48200006e71733e08bcb1478b0398673657fcfb21a8643d41a80bcce09a01000077c3b23a3c6d86b9b314abe0672a8fdfc0fd66b893bd41955cfab8
8821+
"@types/lodash@npm:*, @types/lodash@npm:4.17.7, @types/lodash@npm:^4.14.167, @types/lodash@npm:^4.14.172":
8822+
version: 4.17.7
8823+
resolution: "@types/lodash@npm:4.17.7"
8824+
checksum: 10/b8177f19cf962414a66989837481b13f546afc2e98e8d465bec59e6ac03a59c584eb7053ce511cde3a09c5f3096d22a5ae22cfb56b23f3b0da75b0743b6b1a44
88258825
languageName: node
88268826
linkType: hard
88278827

@@ -17171,7 +17171,7 @@ __metadata:
1717117171
"@types/jquery": "npm:3.5.30"
1717217172
"@types/js-yaml": "npm:^4.0.5"
1717317173
"@types/jsurl": "npm:^1.2.28"
17174-
"@types/lodash": "npm:4.17.4"
17174+
"@types/lodash": "npm:4.17.7"
1717517175
"@types/logfmt": "npm:^1.2.3"
1717617176
"@types/lucene": "npm:^2"
1717717177
"@types/node": "npm:20.14.2"

0 commit comments

Comments
 (0)