chore(deps-dev): bump @types/lodash from 4.17.21 to 4.17.23 in /superset-frontend (#37077)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-13 10:24:38 -08:00
committed by GitHub
parent 6c75365427
commit 5d5012aa9f
4 changed files with 9 additions and 9 deletions

View File

@@ -19072,9 +19072,9 @@
}
},
"node_modules/@types/lodash": {
"version": "4.17.16",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.16.tgz",
"integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==",
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==",
"license": "MIT"
},
"node_modules/@types/lodash-es": {
@@ -61148,7 +61148,7 @@
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "*",
"@testing-library/user-event": "*",
"@types/lodash": "^4.17.21",
"@types/lodash": "^4.17.23",
"@types/react": "*",
"@types/react-loadable": "*",
"@types/react-window": "^1.8.8",
@@ -63937,7 +63937,7 @@
"@types/d3-time": "^3.0.4",
"@types/d3-time-format": "^4.0.3",
"@types/jquery": "^3.5.33",
"@types/lodash": "^4.17.21",
"@types/lodash": "^4.17.23",
"@types/node": "^25.0.3",
"@types/prop-types": "^15.7.15",
"@types/react-syntax-highlighter": "^15.5.13",
@@ -66409,7 +66409,7 @@
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.21",
"@types/lodash": "^4.17.23",
"jest": "^30.2.0"
},
"peerDependencies": {

View File

@@ -20,7 +20,7 @@
"npm": "^11.7.0",
"typescript": "^5.0.0",
"@emotion/styled": "^11.14.1",
"@types/lodash": "^4.17.21",
"@types/lodash": "^4.17.23",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "*",
"@testing-library/react": "^12.1.5",

View File

@@ -77,7 +77,7 @@
"@types/react-table": "^7.7.20",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/jquery": "^3.5.33",
"@types/lodash": "^4.17.21",
"@types/lodash": "^4.17.23",
"@types/node": "^25.0.3",
"@types/prop-types": "^15.7.15",
"@types/rison": "0.1.0",

View File

@@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.21",
"@types/lodash": "^4.17.23",
"jest": "^30.2.0"
}
}