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

github-merge-queue[bot] pushed a commit to branch 
gh-readonly-queue/main/pr-6711-70cd544d096fd172f0e04edd4c3dfc18d133fdb6
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 66bc75d003dad0d5dbdaad7e30da964cdef2f526
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 01:57:38 2026 +0000

    chore(deps, frontend): bump @types/quill from 2.0.9 to 2.0.14 in /frontend 
in the frontend-patch group (#6711)
    
    Bumps the frontend-patch group in /frontend with 1 update:
    
[@types/quill](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/quill).
    
    Updates `@types/quill` from 2.0.9 to 2.0.14
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/quill";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/quill&package-manager=npm_and_yarn&previous-version=2.0.9&new-version=2.0.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Xinyuan Lin <[email protected]>
---
 frontend/package.json |  2 +-
 frontend/yarn.lock    | 30 ++++++------------------------
 2 files changed, 7 insertions(+), 25 deletions(-)

diff --git a/frontend/package.json b/frontend/package.json
index 2363adfdbc..eddc20834c 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -107,7 +107,7 @@
     "@types/node": "24.10.1",
     "@types/papaparse": "5.3.5",
     "@types/plotly.js-basic-dist-min": "2.12.4",
-    "@types/quill": "2.0.9",
+    "@types/quill": "2.0.14",
     "@typescript-eslint/eslint-plugin": "8.59.0",
     "@typescript-eslint/parser": "8.62.1",
     "@typescript-eslint/types": "8.59.0",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index eddb1ce17f..e9dc9e9a6e 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -6503,13 +6503,13 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@types/quill@npm:2.0.9":
-  version: 2.0.9
-  resolution: "@types/quill@npm:2.0.9"
+"@types/quill@npm:2.0.14":
+  version: 2.0.14
+  resolution: "@types/quill@npm:2.0.14"
   dependencies:
     parchment: "npm:^1.1.2"
-    quill-delta: "npm:^4.0.1"
-  checksum: 
10c0/7975dd2a0ed2f65f94e8388e7aeec60b379653144907435746f8f303fb47f2ebc397f1c05d735d74e1f9e6b9bd9f7d7186c540d011ea2b0b75bd079efea6a18c
+    quill-delta: "npm:^5.1.0"
+  checksum: 
10c0/b9fab827c617f252927f07c14604dbf7a8615d405b4716f6c8c8106f8dd466267977d82de14fe5e0a30973b1a40cb3be814b2155ded28fdf3de4dd186e15efa2
   languageName: node
   linkType: hard
 
@@ -10331,13 +10331,6 @@ __metadata:
   languageName: node
   linkType: hard
 
-"fast-diff@npm:1.2.0":
-  version: 1.2.0
-  resolution: "fast-diff@npm:1.2.0"
-  checksum: 
10c0/2fbcb23957fb0bc920832a94ba627b860400f9cce45e1594e931dabf62e858369a58c6c2603e2ecc4f7679580f710b5b5b6e698a355a9a9bfcfd93c06c7c4350
-  languageName: node
-  linkType: hard
-
 "fast-diff@npm:^1.3.0":
   version: 1.3.0
   resolution: "fast-diff@npm:1.3.0"
@@ -11004,7 +10997,7 @@ __metadata:
     "@types/node": "npm:24.10.1"
     "@types/papaparse": "npm:5.3.5"
     "@types/plotly.js-basic-dist-min": "npm:2.12.4"
-    "@types/quill": "npm:2.0.9"
+    "@types/quill": "npm:2.0.14"
     "@typescript-eslint/eslint-plugin": "npm:8.59.0"
     "@typescript-eslint/parser": "npm:8.62.1"
     "@typescript-eslint/types": "npm:8.59.0"
@@ -15121,17 +15114,6 @@ __metadata:
   languageName: node
   linkType: hard
 
-"quill-delta@npm:^4.0.1":
-  version: 4.2.2
-  resolution: "quill-delta@npm:4.2.2"
-  dependencies:
-    fast-diff: "npm:1.2.0"
-    lodash.clonedeep: "npm:^4.5.0"
-    lodash.isequal: "npm:^4.5.0"
-  checksum: 
10c0/cecd1584c59e360908e642fc159ef931929aecc930af208b79397daf1259df76efc7a12ad5c924171bd9861bfcf80cb20dbe4fcc2468eab5a84a72d0852c15aa
-  languageName: node
-  linkType: hard
-
 "quill-delta@npm:^5.1.0":
   version: 5.1.0
   resolution: "quill-delta@npm:5.1.0"

Reply via email to