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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3ff7238c7a Bump the npm-dependencies group across 1 directory with 2 
updates (#1625)
3ff7238c7a is described below

commit 3ff7238c7a269da6f1acf563f82cfb469f591afc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 13 10:38:28 2026 +0200

    Bump the npm-dependencies group across 1 directory with 2 updates (#1625)
    
    Bumps the npm-dependencies group with 2 updates in the /landing-pages 
directory: [p5](https://github.com/processing/p5.js) and 
[globals](https://github.com/sindresorhus/globals).
    
    
    Updates `p5` from 2.3.1 to 2.3.2
    - [Release notes](https://github.com/processing/p5.js/releases)
    - 
[Changelog](https://github.com/processing/p5.js/blob/main/contributor_docs/release_process.md)
    - [Commits](https://github.com/processing/p5.js/compare/v2.3.1...v2.3.2)
    
    Updates `globals` from 17.8.0 to 17.9.0
    - [Release notes](https://github.com/sindresorhus/globals/releases)
    - 
[Commits](https://github.com/sindresorhus/globals/compare/v17.8.0...v17.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: globals
      dependency-version: 17.9.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: p5
      dependency-version: 2.3.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 landing-pages/package-lock.json | 16 ++++++++--------
 landing-pages/package.json      |  4 ++--
 landing-pages/yarn.lock         | 16 ++++++++--------
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/landing-pages/package-lock.json b/landing-pages/package-lock.json
index 531446826c..394b7ac46d 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -11,7 +11,7 @@
       "dependencies": {
         "lodash": "^4.18.1",
         "lunr": "^2.3.9",
-        "p5": "^2.3.1",
+        "p5": "^2.3.2",
         "parser-front-matter": "^1.6.4"
       },
       "devDependencies": {
@@ -31,7 +31,7 @@
         "exports-loader": "^5.0.0",
         "fancy-log": "^2.0.0",
         "file-loader": "^6.2.0",
-        "globals": "^17.8.0",
+        "globals": "^17.9.0",
         "imports-loader": "^5.0.0",
         "mini-css-extract-plugin": "^2.10.2",
         "npm-run-all": "^4.1.5",
@@ -8520,9 +8520,9 @@
       }
     },
     "node_modules/globals": {
-      "version": "17.8.0",
-      "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz";,
-      "integrity": 
"sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==",
+      "version": "17.9.0",
+      "resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz";,
+      "integrity": 
"sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==",
       "dev": true,
       "license": "MIT",
       "engines": {
@@ -11110,9 +11110,9 @@
       }
     },
     "node_modules/p5": {
-      "version": "2.3.1",
-      "resolved": "https://registry.npmjs.org/p5/-/p5-2.3.1.tgz";,
-      "integrity": 
"sha512-YOzt3oP+xagNKtCiOfXK6EaEi4i7F4+5MNGFPUu6/yEJ1QhIsZQl1Tp/uYFNldi3Y0Uwmre997Ke0vDoFwBFBw==",
+      "version": "2.3.2",
+      "resolved": "https://registry.npmjs.org/p5/-/p5-2.3.2.tgz";,
+      "integrity": 
"sha512-DlX4rVQb9R2Z16XtTTNN/1zf7FZWy55ApA6ZS0GNJBDraymJcd9kbxmpIDKYnVxiXrchgb2YckWsmm+TSEJVPg==",
       "license": "LGPL-2.1",
       "dependencies": {
         "@davepagurek/bezier-path": "^0.0.7",
diff --git a/landing-pages/package.json b/landing-pages/package.json
index 31d3557b80..40c5e4718c 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -27,7 +27,7 @@
   "dependencies": {
     "lodash": "^4.18.1",
     "lunr": "^2.3.9",
-    "p5": "^2.3.1",
+    "p5": "^2.3.2",
     "parser-front-matter": "^1.6.4"
   },
   "devDependencies": {
@@ -47,7 +47,7 @@
     "exports-loader": "^5.0.0",
     "fancy-log": "^2.0.0",
     "file-loader": "^6.2.0",
-    "globals": "^17.8.0",
+    "globals": "^17.9.0",
     "imports-loader": "^5.0.0",
     "mini-css-extract-plugin": "^2.10.2",
     "npm-run-all": "^4.1.5",
diff --git a/landing-pages/yarn.lock b/landing-pages/yarn.lock
index 0bb34fde8d..9ec8bfd1d0 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -3928,10 +3928,10 @@ global-prefix@^3.0.0:
     kind-of "^6.0.2"
     which "^1.3.1"
 
-globals@^17.8.0:
-  version "17.8.0"
-  resolved 
"https://registry.yarnpkg.com/globals/-/globals-17.8.0.tgz#a1f213a06adcd0eec38004c5cd39fef7af7e0830";
-  integrity 
sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==
+globals@^17.9.0:
+  version "17.9.0"
+  resolved 
"https://registry.yarnpkg.com/globals/-/globals-17.9.0.tgz#e43f252d6bbe71508da43902a1709c8895a59f70";
+  integrity 
sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==
 
 globalthis@^1.0.4:
   version "1.0.4"
@@ -5276,10 +5276,10 @@ p-try@^2.0.0:
   resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz";
   integrity 
sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
 
-p5@^2.3.1:
-  version "2.3.1"
-  resolved 
"https://registry.yarnpkg.com/p5/-/p5-2.3.1.tgz#416e6bf67421361b4827ba2a0038a002ce8bef24";
-  integrity 
sha512-YOzt3oP+xagNKtCiOfXK6EaEi4i7F4+5MNGFPUu6/yEJ1QhIsZQl1Tp/uYFNldi3Y0Uwmre997Ke0vDoFwBFBw==
+p5@^2.3.2:
+  version "2.3.2"
+  resolved 
"https://registry.yarnpkg.com/p5/-/p5-2.3.2.tgz#f355e5823d1212df89da89a5db42145701bf8418";
+  integrity 
sha512-DlX4rVQb9R2Z16XtTTNN/1zf7FZWy55ApA6ZS0GNJBDraymJcd9kbxmpIDKYnVxiXrchgb2YckWsmm+TSEJVPg==
   dependencies:
     "@davepagurek/bezier-path" "^0.0.7"
     "@japont/unicode-range" "^1.0.0"

Reply via email to