diff --git a/report/package-lock.json b/report/package-lock.json index 9a3ce90..c62479d 100644 --- a/report/package-lock.json +++ b/report/package-lock.json @@ -29,7 +29,7 @@ "@lumino/widgets": "2.9.0", "@rollup/plugin-node-resolve": "16.0.3", "brace-expansion": "5.0.9", - "fast-uri": "3.1.5", + "fast-uri": "3.1.6", "npm-run-all": "4.1.5", "preact": "10.29.8", "rimraf": "6.1.3", @@ -1806,9 +1806,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", - "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz", + "integrity": "sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==", "funding": [ { "type": "github", diff --git a/report/package.json b/report/package.json index 82dd19d..0ecd96f 100644 --- a/report/package.json +++ b/report/package.json @@ -49,12 +49,12 @@ "tslib": "2.8.1", "typescript": "7.0.2", "brace-expansion": "5.0.9", - "fast-uri": "3.1.5", + "fast-uri": "3.1.6", "shell-quote": "1.10.0" }, "overrides": { "brace-expansion": "5.0.9", - "fast-uri": "3.1.5", + "fast-uri": "3.1.6", "shell-quote": "1.10.0" }, "repository": {