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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/pages/AuditPage/AuditFilter.tsx

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy