diff --git a/.osv-scanner.toml b/.osv-scanner.toml deleted file mode 100644 index a7904b6..0000000 --- a/.osv-scanner.toml +++ /dev/null @@ -1,4 +0,0 @@ -[[IgnoredVulns]] -id = "GHSA-v3m3-f69x-jf25" -ignoreUntil = 2026-12-31 -reason = "Temporary exception: Quill 2.0.3 is required by the current RichTextEditor implementation, and OSV currently reports no fixed version. Track upstream fix and remove this ignore once a patched release is available." diff --git a/package-lock.json b/package-lock.json index 9aed4de..ab8b0e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5252,9 +5252,9 @@ } }, "node_modules/devalue": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.9.0.tgz", - "integrity": "sha512-RWrqdArjvPbsATEhOPUo6Wndc/iWnkWKlhIrdlF3zMMYo/c3CVtoaVAyLtWxz5h8nSlkHzxnzV2uLydPXmtF+A==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.9.2.tgz", + "integrity": "sha512-po4PAY5c53tw5XMocSnf8A/5OHhbbUftpr93aEN6BBoAdntUmK7vu7wOATqvt7cXO7m1Cl4gMVn6p7n6n4mj0w==", "license": "MIT" }, "node_modules/dezalgo": { diff --git a/package.json b/package.json index d20fa95..ba2af11 100755 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ }, "overrides": { "@peculiar/x509": "1.13.0", + "devalue": "5.9.2", "esbuild": "0.28.1", "qs": "6.16.0" }