From 5cde275965ecb7d3a3cb1e9acd53a8e34d2cf147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:48:03 -0600 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub-Actions[bot] --- superset-frontend/package-lock.json | 16 ++++++++-------- .../plugin-chart-pivot-table/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index ca26580973d..89eac6a2922 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -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", diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/plugins/plugin-chart-pivot-table/package.json index 117c85070ca..10db4674ad1 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json +++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@types/jest": "^29.5.11", + "@types/jest": "^29.5.12", "jest": "^26.0.1" } }