build(deps-dev): update @types/jest requirement from ^29.5.11 to ^29.5.12 in /superset-frontend/plugins/plugin-chart-pivot-table (#26975)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub-Actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-03 14:48:03 -06:00 committed by GitHub
parent ebdf1bbdd5
commit 5cde275965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -70549,7 +70549,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/types": "^7.23.9",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"jest": "^26.0.1"
},
"peerDependencies": {
@ -70589,9 +70589,9 @@
}
},
"plugins/plugin-chart-pivot-table/node_modules/@types/jest": {
"version": "29.5.11",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.11.tgz",
"integrity": "sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==",
"version": "29.5.12",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz",
"integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -88257,7 +88257,7 @@
"version": "file:plugins/plugin-chart-pivot-table",
"requires": {
"@babel/types": "^7.23.9",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"jest": "^26.0.1"
},
"dependencies": {
@ -88285,9 +88285,9 @@
}
},
"@types/jest": {
"version": "29.5.11",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.11.tgz",
"integrity": "sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==",
"version": "29.5.12",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz",
"integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==",
"dev": true,
"requires": {
"expect": "^29.0.0",

View File

@ -38,7 +38,7 @@
},
"devDependencies": {
"@babel/types": "^7.23.9",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"jest": "^26.0.1"
}
}