You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2024/01/12 22:00:27 UTC

(superset) 01/01: build(deps): update prop-types requirement

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/npm_and_yarn/superset-frontend/plugins/legacy-plugin-chart-horizon/prop-types-tw-15.8.1
in repository https://gitbox.apache.org/repos/asf/superset.git

commit cdd8069f2978dcb67670e469d4f4ccccc5003fe2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 12 22:00:08 2024 +0000

    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] <su...@github.com>
---
 superset-frontend/plugins/legacy-plugin-chart-horizon/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/plugins/legacy-plugin-chart-horizon/package.json b/superset-frontend/plugins/legacy-plugin-chart-horizon/package.json
index 2b8c90b3c2..da4eecd3d4 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-horizon/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-horizon/package.json
@@ -25,7 +25,7 @@
   "dependencies": {
     "d3-array": "^2.0.3",
     "d3-scale": "^3.0.1",
-    "prop-types": "^15.6.2"
+    "prop-types": "^15.8.1"
   },
   "peerDependencies": {
     "@superset-ui/chart-controls": "*",