Skip to content

Commit 735e965

Browse files
chore: bump @types/lodash from 4.17.9 to 4.17.13 in /site (#15334)
1 parent 1bfa7d4 commit 735e965

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"@types/express": "4.17.17",
128128
"@types/file-saver": "2.0.7",
129129
"@types/jest": "29.5.14",
130-
"@types/lodash": "4.17.9",
130+
"@types/lodash": "4.17.13",
131131
"@types/node": "20.16.10",
132132
"@types/react": "18.3.12",
133133
"@types/react-color": "3.0.12",

site/pnpm-lock.yaml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/pages/AuditPage/AuditFilter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const useResourceTypeFilterMenu = ({
121121
onChange,
122122
}: Pick<UseFilterMenuOptions, "value" | "onChange">) => {
123123
const actionOptions: SelectFilterOption[] = ResourceTypes.map((type) => {
124-
let label = capitalize(type);
124+
let label: string = capitalize(type);
125125

126126
if (type === "api_key") {
127127
label = "API Key";

0 commit comments

Comments
 (0)