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

(superset) branch master updated: build(deps): bump react-js-cron from 1.2.0 to 2.1.2 in /superset-frontend (#26981)

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

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new d5ef052044 build(deps): bump react-js-cron from 1.2.0 to 2.1.2 in /superset-frontend (#26981)
d5ef052044 is described below

commit d5ef052044853380232de24f423ed45096f775a1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 6 17:01:45 2024 -0700

    build(deps): bump react-js-cron from 1.2.0 to 2.1.2 in /superset-frontend (#26981)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 superset-frontend/package-lock.json | 14 +++++++-------
 superset-frontend/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index 8e17167176..01f8ff3d0a 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -105,7 +105,7 @@
         "react-draggable": "^4.4.6",
         "react-hot-loader": "^4.13.1",
         "react-intersection-observer": "^9.6.0",
-        "react-js-cron": "^1.2.0",
+        "react-js-cron": "^2.1.2",
         "react-json-tree": "^0.17.0",
         "react-jsonschema-form": "^1.8.1",
         "react-lines-ellipsis": "^0.15.0",
@@ -56526,9 +56526,9 @@
       "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
     },
     "node_modules/react-js-cron": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/react-js-cron/-/react-js-cron-1.2.0.tgz",
-      "integrity": "sha512-mWxTmXkqP58ughdziS3qjEUVl1O03XEo8WDvr45/kTQfbd0C6ITniAsG5wZzwmTOgmrOKQheHog7L0TP683WUA==",
+      "version": "2.1.2",
+      "resolved": "https://registry.npmjs.org/react-js-cron/-/react-js-cron-2.1.2.tgz",
+      "integrity": "sha512-749P2P+6ezWbYrNxjzEejLfep+c9TLeY2+QSVcTwTV5awkgozs8ZYtjUB6jJ6XCBKt0jAdlFN0l3yNoQF5cGsQ==",
       "peerDependencies": {
         "antd": ">=4.6.0",
         "react": ">=16.8.0",
@@ -115375,9 +115375,9 @@
       "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
     },
     "react-js-cron": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/react-js-cron/-/react-js-cron-1.2.0.tgz",
-      "integrity": "sha512-mWxTmXkqP58ughdziS3qjEUVl1O03XEo8WDvr45/kTQfbd0C6ITniAsG5wZzwmTOgmrOKQheHog7L0TP683WUA==",
+      "version": "2.1.2",
+      "resolved": "https://registry.npmjs.org/react-js-cron/-/react-js-cron-2.1.2.tgz",
+      "integrity": "sha512-749P2P+6ezWbYrNxjzEejLfep+c9TLeY2+QSVcTwTV5awkgozs8ZYtjUB6jJ6XCBKt0jAdlFN0l3yNoQF5cGsQ==",
       "requires": {}
     },
     "react-json-tree": {
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 45981bf14e..6a51dadda2 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -173,7 +173,7 @@
     "react-draggable": "^4.4.6",
     "react-hot-loader": "^4.13.1",
     "react-intersection-observer": "^9.6.0",
-    "react-js-cron": "^1.2.0",
+    "react-js-cron": "^2.1.2",
     "react-json-tree": "^0.17.0",
     "react-jsonschema-form": "^1.8.1",
     "react-lines-ellipsis": "^0.15.0",