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

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b83e948d37 Bump moment-timezone from 0.5.48 to 0.6.0 in 
/providers/fab/src/airflow/providers/fab/www in the fab-ui-package-updates 
group across 1 directory (#51087)
2b83e948d37 is described below

commit 2b83e948d37a8f93b07ad44bbc6abeab951b54fb
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 26 15:56:53 2025 -0400

    Bump moment-timezone from 0.5.48 to 0.6.0 in 
/providers/fab/src/airflow/providers/fab/www in the fab-ui-package-updates 
group across 1 directory (#51087)
    
    * Bump moment-timezone
    
    Bumps the fab-ui-package-updates group with 1 update in the 
/providers/fab/src/airflow/providers/fab/www directory: 
[moment-timezone](https://github.com/moment/moment-timezone).
    
    Updates `moment-timezone` from 0.5.48 to 0.6.0
    - [Release notes](https://github.com/moment/moment-timezone/releases)
    - 
[Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
    - 
[Commits](https://github.com/moment/moment-timezone/compare/0.5.48...0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: moment-timezone
      dependency-version: 0.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: fab-ui-package-updates
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    
    * Compile FAB assets
    
    ---------
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: vincbeck <vincb...@amazon.com>
---
 .../fab/src/airflow/providers/3rd-party-licenses/LICENSES-ui.txt  | 2 +-
 providers/fab/src/airflow/providers/fab/www/package-lock.json     | 8 ++++----
 providers/fab/src/airflow/providers/fab/www/package.json          | 2 +-
 .../{743.1f45c836ec447657c06d.js => 743.2bae52ee62f3642f61d2.js}  | 4 ++--
 ...06d.js.LICENSE.txt => 743.2bae52ee62f3642f61d2.js.LICENSE.txt} | 2 +-
 .../fab/src/airflow/providers/fab/www/static/dist/manifest.json   | 2 +-
 .../src/airflow/providers/fab/www/static/dist/oss-licenses.json   | 4 ++--
 providers/fab/www-hash.txt                                        | 2 +-
 8 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/providers/fab/src/airflow/providers/3rd-party-licenses/LICENSES-ui.txt 
b/providers/fab/src/airflow/providers/3rd-party-licenses/LICENSES-ui.txt
index dbd592af7cd..23dcbdc4417 100644
--- a/providers/fab/src/airflow/providers/3rd-party-licenses/LICENSES-ui.txt
+++ b/providers/fab/src/airflow/providers/3rd-party-licenses/LICENSES-ui.txt
@@ -34,7 +34,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 https://github.com/moment/moment.git
 
 
-moment-timezone|0.5.48:
+moment-timezone|0.6.0:
 -----
 MIT
 The MIT License (MIT)
diff --git a/providers/fab/src/airflow/providers/fab/www/package-lock.json 
b/providers/fab/src/airflow/providers/fab/www/package-lock.json
index f99d61a4e05..ef29d1d7706 100644
--- a/providers/fab/src/airflow/providers/fab/www/package-lock.json
+++ b/providers/fab/src/airflow/providers/fab/www/package-lock.json
@@ -10,7 +10,7 @@
       "license": "Apache-2.0",
       "dependencies": {
         "jquery-ui": "^1.14.1",
-        "moment-timezone": "^0.5.48"
+        "moment-timezone": "^0.6.0"
       },
       "devDependencies": {
         "@babel/core": "^7.27.1",
@@ -6105,9 +6105,9 @@
       }
     },
     "node_modules/moment-timezone": {
-      "version": "0.5.48",
-      "resolved": 
"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz";,
-      "integrity": 
"sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==",
+      "version": "0.6.0",
+      "resolved": 
"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz";,
+      "integrity": 
"sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==",
       "license": "MIT",
       "dependencies": {
         "moment": "^2.29.4"
diff --git a/providers/fab/src/airflow/providers/fab/www/package.json 
b/providers/fab/src/airflow/providers/fab/www/package.json
index 7d628593d28..abffe80792a 100644
--- a/providers/fab/src/airflow/providers/fab/www/package.json
+++ b/providers/fab/src/airflow/providers/fab/www/package.json
@@ -69,7 +69,7 @@
   },
   "dependencies": {
     "jquery-ui": "^1.14.1",
-    "moment-timezone": "^0.5.48"
+    "moment-timezone": "^0.6.0"
   },
   "resolutions": {
     "moment-timezone": ">=0.5.35"
diff --git 
a/providers/fab/src/airflow/providers/fab/www/static/dist/743.1f45c836ec447657c06d.js
 
b/providers/fab/src/airflow/providers/fab/www/static/dist/743.2bae52ee62f3642f61d2.js
similarity index 73%
rename from 
providers/fab/src/airflow/providers/fab/www/static/dist/743.1f45c836ec447657c06d.js
rename to 
providers/fab/src/airflow/providers/fab/www/static/dist/743.2bae52ee62f3642f61d2.js
index d028e2fe9c7..042e4171f90 100644
--- 
a/providers/fab/src/airflow/providers/fab/www/static/dist/743.1f45c836ec447657c06d.js
+++ 
b/providers/fab/src/airflow/providers/fab/www/static/dist/743.2bae52ee62f3642f61d2.js
@@ -1,2 +1,2 @@
-/*! For license information please see 743.1f45c836ec447657c06d.js.LICENSE.txt 
*/
-(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[743],{93:function(M,z,b){(M=b.nmd(M)).exports=function(){"use
 strict";var z,p;function O(){return z.apply(null,arguments)}function 
A(M){z=M}function c(M){return M instanceof Array||"[object 
Array]"===Object.prototype.toString.call(M)}function o(M){return 
null!=M&&"[object Object]"===Object.prototype.toString.call(M)}function 
q(M,z){return Object.prototype.hasOwnProperty.call(M,z)}function 
W(M){if(Object.getOwnPropertyNames)re [...]
\ No newline at end of file
+/*! For license information please see 743.2bae52ee62f3642f61d2.js.LICENSE.txt 
*/
+(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[743],{93:function(M,z,b){(M=b.nmd(M)).exports=function(){"use
 strict";var z,p;function O(){return z.apply(null,arguments)}function 
A(M){z=M}function c(M){return M instanceof Array||"[object 
Array]"===Object.prototype.toString.call(M)}function o(M){return 
null!=M&&"[object Object]"===Object.prototype.toString.call(M)}function 
q(M,z){return Object.prototype.hasOwnProperty.call(M,z)}function 
W(M){if(Object.getOwnPropertyNames)re [...]
\ No newline at end of file
diff --git 
a/providers/fab/src/airflow/providers/fab/www/static/dist/743.1f45c836ec447657c06d.js.LICENSE.txt
 
b/providers/fab/src/airflow/providers/fab/www/static/dist/743.2bae52ee62f3642f61d2.js.LICENSE.txt
similarity index 87%
rename from 
providers/fab/src/airflow/providers/fab/www/static/dist/743.1f45c836ec447657c06d.js.LICENSE.txt
rename to 
providers/fab/src/airflow/providers/fab/www/static/dist/743.2bae52ee62f3642f61d2.js.LICENSE.txt
index c9fa5a34b3d..6d0c706d622 100644
--- 
a/providers/fab/src/airflow/providers/fab/www/static/dist/743.1f45c836ec447657c06d.js.LICENSE.txt
+++ 
b/providers/fab/src/airflow/providers/fab/www/static/dist/743.2bae52ee62f3642f61d2.js.LICENSE.txt
@@ -8,4 +8,4 @@
 
 //! moment.js
 
-//! version : 0.5.48
+//! version : 0.6.0
diff --git 
a/providers/fab/src/airflow/providers/fab/www/static/dist/manifest.json 
b/providers/fab/src/airflow/providers/fab/www/static/dist/manifest.json
index 86838ebba0e..65d8e32eec0 100644
--- a/providers/fab/src/airflow/providers/fab/www/static/dist/manifest.json
+++ b/providers/fab/src/airflow/providers/fab/www/static/dist/manifest.json
@@ -11,7 +11,7 @@
   "materialIcons.js": "materialIcons.f88ecdbfcf2e0c4cd9d9.js",
   "moment.js": "moment.e78a32283d6b95c3888d.js",
   "runtime.js": "runtime.2ef1c2ebcabcb259d0c9.js",
-  "743.js": "743.1f45c836ec447657c06d.js",
+  "743.js": "743.2bae52ee62f3642f61d2.js",
   "jquery-ui.min.js": "jquery-ui.min.js",
   "jquery-ui.min.css": "jquery-ui.min.css",
   "oss-licenses.json": "oss-licenses.json",
diff --git 
a/providers/fab/src/airflow/providers/fab/www/static/dist/oss-licenses.json 
b/providers/fab/src/airflow/providers/fab/www/static/dist/oss-licenses.json
index 534bd6faff8..fcbe68a91ae 100644
--- a/providers/fab/src/airflow/providers/fab/www/static/dist/oss-licenses.json
+++ b/providers/fab/src/airflow/providers/fab/www/static/dist/oss-licenses.json
@@ -10,10 +10,10 @@
   },
   {
     "name": "moment-timezone",
-    "version": "0.5.48",
+    "version": "0.6.0",
     "author": "Tim Wood <washwithc...@gmail.com> (http://timwoodcreates.com/)",
     "repository": "https://github.com/moment/moment-timezone.git";,
-    "source": 
"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz";,
+    "source": 
"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz";,
     "license": "MIT",
     "licenseText": "The MIT License (MIT)\n\nCopyright (c) JS Foundation and 
other contributors\n\nPermission is hereby granted, free of charge, to any 
person obtaining a copy of\nthis software and associated documentation files 
(the \"Software\"), to deal in\nthe Software without restriction, including 
without limitation the rights to\nuse, copy, modify, merge, publish, 
distribute, sublicense, and/or sell copies of\nthe Software, and to permit 
persons to whom the Software is furnished t [...]
   }
diff --git a/providers/fab/www-hash.txt b/providers/fab/www-hash.txt
index dc232df01d2..da6dc068baf 100644
--- a/providers/fab/www-hash.txt
+++ b/providers/fab/www-hash.txt
@@ -1 +1 @@
-c721979395879c5bc6be835a168a3fd354e99de9f11515580d04c402373fbc0f
+aa2b9843a43c69cca4fa3c1088f0fabbdc18b4a8913445aa485c459a4ccde057

Reply via email to