From 9e7a51f4bc08dcc0139f0e72a6a13a85eca1dfbd Mon Sep 17 00:00:00 2001
From: DPE bot <dpebot@google.com>
Date: Sat, 22 Mar 2025 04:46:07 -0400
Subject: [PATCH] Auto-update dependencies.

---
 Node-1st-gen/authenticated-json-api/public/index.html    | 6 +++---
 Node-1st-gen/authorized-https-endpoint/public/index.html | 4 ++--
 Node-1st-gen/email-confirmation/public/index.html        | 6 +++---
 Node-1st-gen/exif-images/public/index.html               | 8 ++++----
 Node-1st-gen/fcm-notifications/public/index.html         | 8 ++++----
 Node-1st-gen/fulltext-search-firestore/public/index.html | 8 ++++----
 Node-1st-gen/instagram-auth/public/index.html            | 4 ++--
 Node-1st-gen/instagram-auth/public/popup.html            | 4 ++--
 Node-1st-gen/linkedin-auth/public/index.html             | 4 ++--
 Node-1st-gen/linkedin-auth/public/popup.html             | 4 ++--
 Node-1st-gen/okta-auth/public/index.html                 | 4 ++--
 Node-1st-gen/paypal/public/index.html                    | 6 +++---
 Node-1st-gen/presence-firestore/public/index.html        | 8 ++++----
 Node-1st-gen/quickstarts/email-users/public/index.html   | 6 +++---
 Node-1st-gen/spotify-auth/public/index.html              | 4 ++--
 Node-1st-gen/spotify-auth/public/popup.html              | 4 ++--
 Node-1st-gen/stripe/public/index.html                    | 6 +++---
 Node-1st-gen/text-moderation/public/index.html           | 4 ++--
 Node/fcm-notifications/public/index.html                 | 8 ++++----
 Python/fcm-notifications/public/index.html               | 8 ++++----
 20 files changed, 57 insertions(+), 57 deletions(-)

diff --git a/Node-1st-gen/authenticated-json-api/public/index.html b/Node-1st-gen/authenticated-json-api/public/index.html
index 58b8697bc8..bc978a4f93 100644
--- a/Node-1st-gen/authenticated-json-api/public/index.html
+++ b/Node-1st-gen/authenticated-json-api/public/index.html
@@ -98,9 +98,9 @@ <h5>Message Details</h5>
     </div>
 
     <script src="https://code.getmdl.io/1.1.3/material.min.js"></script>
-    <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-    <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-    <script src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
+    <script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+    <script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+    <script src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
     <script src="/__/firebase/init.js"></script>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
     <script src="main.js"></script>
diff --git a/Node-1st-gen/authorized-https-endpoint/public/index.html b/Node-1st-gen/authorized-https-endpoint/public/index.html
index d395b73bd1..8b54ba7a2b 100644
--- a/Node-1st-gen/authorized-https-endpoint/public/index.html
+++ b/Node-1st-gen/authorized-https-endpoint/public/index.html
@@ -80,8 +80,8 @@ <h3>Authorized HTTP Function demo</h3>
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script src="main.js"></script>
diff --git a/Node-1st-gen/email-confirmation/public/index.html b/Node-1st-gen/email-confirmation/public/index.html
index 91fbd934ca..82a74a0ab6 100644
--- a/Node-1st-gen/email-confirmation/public/index.html
+++ b/Node-1st-gen/email-confirmation/public/index.html
@@ -100,9 +100,9 @@ <h3>Very interesting website with Newsletter</h3>
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script src="main.js"></script>
diff --git a/Node-1st-gen/exif-images/public/index.html b/Node-1st-gen/exif-images/public/index.html
index d6325b9cb4..099765ceab 100644
--- a/Node-1st-gen/exif-images/public/index.html
+++ b/Node-1st-gen/exif-images/public/index.html
@@ -65,10 +65,10 @@ <h6>Image Metadata:</h6>
   <!-- Import and configure the Firebase SDK -->
   <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
   <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-  <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-  <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-  <script src="/__/firebase/10.0.0/firebase-storage-compat.js"></script>
-  <script src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
+  <script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+  <script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+  <script src="/__/firebase/11.5.0/firebase-storage-compat.js"></script>
+  <script src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
   <script src="/__/firebase/init.js"></script>
 
   <script src="main.js"></script>
diff --git a/Node-1st-gen/fcm-notifications/public/index.html b/Node-1st-gen/fcm-notifications/public/index.html
index 66d3fcf6a8..7e4e2fcaa0 100644
--- a/Node-1st-gen/fcm-notifications/public/index.html
+++ b/Node-1st-gen/fcm-notifications/public/index.html
@@ -86,10 +86,10 @@ <h3>Send FCM notifications demo</h3>
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-messaging-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-messaging-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script src="main.js"></script>
diff --git a/Node-1st-gen/fulltext-search-firestore/public/index.html b/Node-1st-gen/fulltext-search-firestore/public/index.html
index 72ab27d4e0..b6eb542c6a 100644
--- a/Node-1st-gen/fulltext-search-firestore/public/index.html
+++ b/Node-1st-gen/fulltext-search-firestore/public/index.html
@@ -56,10 +56,10 @@ <h3>Results</h3>
         <!-- Import and configure the Firebase SDK -->
         <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
         <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-        <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-        <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-        <script src="/__/firebase/10.0.0/firebase-firestore-compat.js"></script>
-        <script src="/__/firebase/10.0.0/firebase-firestore-compat.js"></script>
+        <script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+        <script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+        <script src="/__/firebase/11.5.0/firebase-firestore-compat.js"></script>
+        <script src="/__/firebase/11.5.0/firebase-firestore-compat.js"></script>
         
         <script src="/__/firebase/init.js"></script>
 
diff --git a/Node-1st-gen/instagram-auth/public/index.html b/Node-1st-gen/instagram-auth/public/index.html
index ff3884dd47..04ed264d5b 100644
--- a/Node-1st-gen/instagram-auth/public/index.html
+++ b/Node-1st-gen/instagram-auth/public/index.html
@@ -71,8 +71,8 @@ <h3>Sign in with Instagram demo</h3>
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script src="main.js"></script>
diff --git a/Node-1st-gen/instagram-auth/public/popup.html b/Node-1st-gen/instagram-auth/public/popup.html
index 374743eb72..496420a1ac 100644
--- a/Node-1st-gen/instagram-auth/public/popup.html
+++ b/Node-1st-gen/instagram-auth/public/popup.html
@@ -27,8 +27,8 @@
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script>
diff --git a/Node-1st-gen/linkedin-auth/public/index.html b/Node-1st-gen/linkedin-auth/public/index.html
index 82d8c47539..36011fd590 100644
--- a/Node-1st-gen/linkedin-auth/public/index.html
+++ b/Node-1st-gen/linkedin-auth/public/index.html
@@ -72,8 +72,8 @@ <h3>Sign in with LinkedIn demo</h3>
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script src="main.js"></script>
diff --git a/Node-1st-gen/linkedin-auth/public/popup.html b/Node-1st-gen/linkedin-auth/public/popup.html
index e479ec228c..25c64352e4 100644
--- a/Node-1st-gen/linkedin-auth/public/popup.html
+++ b/Node-1st-gen/linkedin-auth/public/popup.html
@@ -27,8 +27,8 @@
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script>
diff --git a/Node-1st-gen/okta-auth/public/index.html b/Node-1st-gen/okta-auth/public/index.html
index 391dc3cde9..7dcb19551a 100644
--- a/Node-1st-gen/okta-auth/public/index.html
+++ b/Node-1st-gen/okta-auth/public/index.html
@@ -22,8 +22,8 @@
 <head>
     <meta charset="utf-8"/>
     <title>Okta sign-in demo</title>
-    <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-    <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
+    <script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+    <script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
     <script src="/__/firebase/init.js"></script>
     <script src="https://global.oktacdn.com/okta-signin-widget/4.1.1/js/okta-sign-in.min.js" type="text/javascript"></script>
     <link href="https://global.oktacdn.com/okta-signin-widget/4.1.1/css/okta-sign-in.min.css" type="text/css" rel="stylesheet"/>
diff --git a/Node-1st-gen/paypal/public/index.html b/Node-1st-gen/paypal/public/index.html
index 540bd43752..302982f209 100644
--- a/Node-1st-gen/paypal/public/index.html
+++ b/Node-1st-gen/paypal/public/index.html
@@ -30,9 +30,9 @@
   <!-- Import and configure the Firebase SDK -->
   <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
   <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-  <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-  <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-  <script src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
+  <script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+  <script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+  <script src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
   <script src="/__/firebase/init.js"></script>
 
   <script type="text/javascript">
diff --git a/Node-1st-gen/presence-firestore/public/index.html b/Node-1st-gen/presence-firestore/public/index.html
index e4b37b2885..13802eab7e 100644
--- a/Node-1st-gen/presence-firestore/public/index.html
+++ b/Node-1st-gen/presence-firestore/public/index.html
@@ -23,10 +23,10 @@ <h3>History of user presence (since this page was opened)</h3>
         <!-- Import and configure the Firebase SDK -->
         <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
         <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-        <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-        <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-        <script src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
-        <script src="/__/firebase/10.0.0/firebase-firestore-compat.js"></script>
+        <script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+        <script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+        <script src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
+        <script src="/__/firebase/11.5.0/firebase-firestore-compat.js"></script>
    
         <script src="/__/firebase/init.js"></script>
 
diff --git a/Node-1st-gen/quickstarts/email-users/public/index.html b/Node-1st-gen/quickstarts/email-users/public/index.html
index f4b5e0b597..f41ed5c34e 100644
--- a/Node-1st-gen/quickstarts/email-users/public/index.html
+++ b/Node-1st-gen/quickstarts/email-users/public/index.html
@@ -68,9 +68,9 @@ <h3>Welcome email demo</h3>
 </div>
 
 <!-- Firebase -->
-<script defer src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script defer src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-<script defer src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
+<script defer src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script defer src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+<script defer src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
 <!-- initialize the SDK after all desired features are loaded -->
 <script defer src="/__/firebase/init.js"></script>
 
diff --git a/Node-1st-gen/spotify-auth/public/index.html b/Node-1st-gen/spotify-auth/public/index.html
index 6f529df2a9..e41e7c8b50 100644
--- a/Node-1st-gen/spotify-auth/public/index.html
+++ b/Node-1st-gen/spotify-auth/public/index.html
@@ -69,8 +69,8 @@ <h3>Sign in with Spotify demo</h3>
 </div>
 
 <!-- Firebase -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script src="main.js"></script>
diff --git a/Node-1st-gen/spotify-auth/public/popup.html b/Node-1st-gen/spotify-auth/public/popup.html
index f379a21608..8bd01c62ca 100644
--- a/Node-1st-gen/spotify-auth/public/popup.html
+++ b/Node-1st-gen/spotify-auth/public/popup.html
@@ -24,8 +24,8 @@
 Please wait...
 
 <!-- Firebase -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script>
diff --git a/Node-1st-gen/stripe/public/index.html b/Node-1st-gen/stripe/public/index.html
index edf9055e4a..a9b74ad95c 100644
--- a/Node-1st-gen/stripe/public/index.html
+++ b/Node-1st-gen/stripe/public/index.html
@@ -120,9 +120,9 @@ <h2>Payments</h2>
     <!-- Import and configure the Firebase SDK -->
     <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
     <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-    <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-    <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-    <script src="/__/firebase/10.0.0/firebase-firestore-compat.js"></script>
+    <script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+    <script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+    <script src="/__/firebase/11.5.0/firebase-firestore-compat.js"></script>
     <script src="/__/firebase/init.js"></script>
 
     <!-- Import Firebase UI -->
diff --git a/Node-1st-gen/text-moderation/public/index.html b/Node-1st-gen/text-moderation/public/index.html
index b26b21c69c..1b642d8ae3 100644
--- a/Node-1st-gen/text-moderation/public/index.html
+++ b/Node-1st-gen/text-moderation/public/index.html
@@ -94,8 +94,8 @@ <h2 class="mdl-card__title-text">Last Guestbook's messages</h2>
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script src="main.js"></script>
diff --git a/Node/fcm-notifications/public/index.html b/Node/fcm-notifications/public/index.html
index 66d3fcf6a8..7e4e2fcaa0 100644
--- a/Node/fcm-notifications/public/index.html
+++ b/Node/fcm-notifications/public/index.html
@@ -86,10 +86,10 @@ <h3>Send FCM notifications demo</h3>
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-messaging-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-messaging-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script src="main.js"></script>
diff --git a/Python/fcm-notifications/public/index.html b/Python/fcm-notifications/public/index.html
index 66d3fcf6a8..7e4e2fcaa0 100644
--- a/Python/fcm-notifications/public/index.html
+++ b/Python/fcm-notifications/public/index.html
@@ -86,10 +86,10 @@ <h3>Send FCM notifications demo</h3>
 <!-- Import and configure the Firebase SDK -->
 <!-- These scripts are made available when the app is served or deployed on Firebase Hosting -->
 <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup -->
-<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-messaging-compat.js"></script>
-<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-app-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-auth-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-messaging-compat.js"></script>
+<script src="/__/firebase/11.5.0/firebase-database-compat.js"></script>
 <script src="/__/firebase/init.js"></script>
 
 <script src="main.js"></script>