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

diegopucci 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 9f476b2ce2 fix(Package.json): Bump dayjs version (#30493)
9f476b2ce2 is described below

commit 9f476b2ce2e51ef60ac9e3973804202ac3089a08
Author: Geido <[email protected]>
AuthorDate: Tue Oct 1 19:45:29 2024 +0300

    fix(Package.json): Bump dayjs version (#30493)
---
 superset-frontend/package-lock.json | 112 +++---------------------------------
 superset-frontend/package.json      |   1 +
 2 files changed, 8 insertions(+), 105 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 1a8a962a45..ad94a9269e 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -69,6 +69,7 @@
         "classnames": "^2.2.5",
         "core-js": "^3.38.1",
         "d3-scale": "^2.1.2",
+        "dayjs": "^1.11.13",
         "dom-to-image-more": "^3.2.0",
         "emotion-rgba": "0.0.12",
         "fast-glob": "^3.3.2",
@@ -21213,8 +21214,9 @@
       }
     },
     "node_modules/dayjs": {
-      "version": "1.11.12",
-      "license": "MIT"
+      "version": "1.11.13",
+      "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz";,
+      "integrity": 
"sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
     },
     "node_modules/deasync": {
       "version": "0.1.29",
@@ -55585,61 +55587,6 @@
         "@superset-ui/plugin-chart-word-cloud": "*"
       }
     },
-    "packages/superset-ui-demo/node_modules/@emotion/hash": {
-      "version": "0.9.2",
-      "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz";,
-      "integrity": 
"sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g=="
-    },
-    "packages/superset-ui-demo/node_modules/@emotion/memoize": {
-      "version": "0.9.0",
-      "resolved": 
"https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz";,
-      "integrity": 
"sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ=="
-    },
-    "packages/superset-ui-demo/node_modules/@emotion/react": {
-      "version": "11.13.3",
-      "resolved": 
"https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz";,
-      "integrity": 
"sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==",
-      "dependencies": {
-        "@babel/runtime": "^7.18.3",
-        "@emotion/babel-plugin": "^11.12.0",
-        "@emotion/cache": "^11.13.0",
-        "@emotion/serialize": "^1.3.1",
-        "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
-        "@emotion/utils": "^1.4.0",
-        "@emotion/weak-memoize": "^0.4.0",
-        "hoist-non-react-statics": "^3.3.1"
-      },
-      "peerDependencies": {
-        "react": ">=16.8.0"
-      },
-      "peerDependenciesMeta": {
-        "@types/react": {
-          "optional": true
-        }
-      }
-    },
-    "packages/superset-ui-demo/node_modules/@emotion/serialize": {
-      "version": "1.3.2",
-      "resolved": 
"https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.2.tgz";,
-      "integrity": 
"sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==",
-      "dependencies": {
-        "@emotion/hash": "^0.9.2",
-        "@emotion/memoize": "^0.9.0",
-        "@emotion/unitless": "^0.10.0",
-        "@emotion/utils": "^1.4.1",
-        "csstype": "^3.0.2"
-      }
-    },
-    "packages/superset-ui-demo/node_modules/@emotion/unitless": {
-      "version": "0.10.0",
-      "resolved": 
"https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz";,
-      "integrity": 
"sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg=="
-    },
-    "packages/superset-ui-demo/node_modules/@emotion/utils": {
-      "version": "1.4.1",
-      "resolved": 
"https://registry.npmjs.org/@emotion/utils/-/utils-1.4.1.tgz";,
-      "integrity": 
"sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA=="
-    },
     "packages/superset-ui-demo/node_modules/@jridgewell/sourcemap-codec": {
       "version": "1.5.0",
       "resolved": 
"https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz";,
@@ -65541,53 +65488,6 @@
         "typescript": "^4.5.4"
       },
       "dependencies": {
-        "@emotion/hash": {
-          "version": "0.9.2",
-          "resolved": 
"https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz";,
-          "integrity": 
"sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g=="
-        },
-        "@emotion/memoize": {
-          "version": "0.9.0",
-          "resolved": 
"https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz";,
-          "integrity": 
"sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ=="
-        },
-        "@emotion/react": {
-          "version": "11.13.3",
-          "resolved": 
"https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz";,
-          "integrity": 
"sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==",
-          "requires": {
-            "@babel/runtime": "^7.18.3",
-            "@emotion/babel-plugin": "^11.12.0",
-            "@emotion/cache": "^11.13.0",
-            "@emotion/serialize": "^1.3.1",
-            "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
-            "@emotion/utils": "^1.4.0",
-            "@emotion/weak-memoize": "^0.4.0",
-            "hoist-non-react-statics": "^3.3.1"
-          }
-        },
-        "@emotion/serialize": {
-          "version": "1.3.2",
-          "resolved": 
"https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.2.tgz";,
-          "integrity": 
"sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==",
-          "requires": {
-            "@emotion/hash": "^0.9.2",
-            "@emotion/memoize": "^0.9.0",
-            "@emotion/unitless": "^0.10.0",
-            "@emotion/utils": "^1.4.1",
-            "csstype": "^3.0.2"
-          }
-        },
-        "@emotion/unitless": {
-          "version": "0.10.0",
-          "resolved": 
"https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz";,
-          "integrity": 
"sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg=="
-        },
-        "@emotion/utils": {
-          "version": "1.4.1",
-          "resolved": 
"https://registry.npmjs.org/@emotion/utils/-/utils-1.4.1.tgz";,
-          "integrity": 
"sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA=="
-        },
         "@jridgewell/sourcemap-codec": {
           "version": "1.5.0",
           "resolved": 
"https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz";,
@@ -74006,7 +73906,9 @@
       "dev": true
     },
     "dayjs": {
-      "version": "1.11.12"
+      "version": "1.11.13",
+      "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz";,
+      "integrity": 
"sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
     },
     "deasync": {
       "version": "0.1.29",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 7bc6a68592..c3d62c71fe 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -135,6 +135,7 @@
     "classnames": "^2.2.5",
     "core-js": "^3.38.1",
     "d3-scale": "^2.1.2",
+    "dayjs": "^1.11.13",
     "dom-to-image-more": "^3.2.0",
     "emotion-rgba": "0.0.12",
     "fast-glob": "^3.3.2",

Reply via email to