Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/glob": "^8.0.0",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/lodash": "^4.17.20",
"@types/node": "^20.19.16",
"@types/react": "18.3.24",
"@types/react-router-dom": "^5.2.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3397,13 +3397,20 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:4.17.20, @types/lodash@npm:^4.14.194":
"@types/lodash@npm:4.17.20":
version: 4.17.20
resolution: "@types/lodash@npm:4.17.20"
checksum: 10c0/98cdd0faae22cbb8079a01a3bb65aa8f8c41143367486c1cbf5adc83f16c9272a2a5d2c1f541f61d0d73da543c16ee1d21cf2ef86cb93cd0cc0ac3bced6dd88f
languageName: node
linkType: hard

"@types/lodash@npm:^4.17.20":
version: 4.17.21
resolution: "@types/lodash@npm:4.17.21"
checksum: 10c0/73cb006e047d8871e9d63f3a165543bf16c44a5b6fe3f9f6299e37cb8d67a7b1d55ac730959a81f9def510fd07232ff7e30e05413e5d5a12793baad84ebe36c3
languageName: node
linkType: hard

"@types/minimatch@npm:^5.1.2":
version: 5.1.2
resolution: "@types/minimatch@npm:5.1.2"
Expand Down Expand Up @@ -7394,7 +7401,7 @@ __metadata:
"@types/glob": "npm:^8.0.0"
"@types/grafana": "github:CorpGlory/types-grafana"
"@types/jest": "npm:^29.5.0"
"@types/lodash": "npm:^4.14.194"
"@types/lodash": "npm:^4.17.20"
"@types/node": "npm:^20.19.16"
"@types/react": "npm:18.3.24"
"@types/react-router-dom": "npm:^5.2.0"
Expand Down
Loading