From f735bdc7cefc61b9fe0e79797bf3d7f0a7eb18a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jul 2026 07:44:43 +0000 Subject: [PATCH] fix: packages/ojs/quarto-ojs-runtime/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-17706650 --- packages/ojs/quarto-ojs-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ojs/quarto-ojs-runtime/package.json b/packages/ojs/quarto-ojs-runtime/package.json index 7124be153..a61875c5f 100644 --- a/packages/ojs/quarto-ojs-runtime/package.json +++ b/packages/ojs/quarto-ojs-runtime/package.json @@ -28,7 +28,7 @@ "external-observablehq-stdlib": "*", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", - "eslint": "^7.32.0", + "eslint": "^10.0.0", "exceljs": "^4.3.0", "node-fetch": "^2.6.1", "rollup": "^3.2.5",