From fbfa6da6afb68aaaf9610cff55a9c04dcba6a8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:06:05 +0000 Subject: [PATCH] build(deps): update prop-types requirement Updates the requirements on [prop-types](https://github.com/facebook/prop-types) to permit the latest version. - [Changelog](https://github.com/facebook/prop-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/prop-types/compare/v15.6.2...v15.8.1) --- updated-dependencies: - dependency-name: prop-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../plugins/legacy-plugin-chart-calendar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json b/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json index 85e29c820c1db..11b2beb4ea0a5 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json @@ -26,7 +26,7 @@ "d3-array": "^2.0.3", "d3-selection": "^1.4.0", "d3-tip": "^0.9.1", - "prop-types": "^15.6.2" + "prop-types": "^15.8.1" }, "peerDependencies": { "@emotion/react": "^11.4.1",