diff --git a/pkg/web/package-lock.json b/pkg/web/package-lock.json index 8e1748c..00e104f 100644 --- a/pkg/web/package-lock.json +++ b/pkg/web/package-lock.json @@ -12,7 +12,7 @@ "bulma": "^1.0.3", "child_process": "^1.0.2", "date-fns": "^4.1.0", - "query-string": "^8.1.0" + "query-string": "^9.1.1" }, "devDependencies": { "@sveltejs/adapter-static": "^3.0.0", @@ -3223,9 +3223,9 @@ } }, "node_modules/query-string": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-8.2.0.tgz", - "integrity": "sha512-tUZIw8J0CawM5wyGBiDOAp7ObdRQh4uBor/fUR9ZjmbZVvw95OD9If4w3MQxr99rg0DJZ/9CIORcpEqU5hQG7g==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.1.tgz", + "integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==", "license": "MIT", "dependencies": { "decode-uri-component": "^0.4.1", @@ -3233,7 +3233,7 @@ "split-on-first": "^3.0.0" }, "engines": { - "node": ">=14.16" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/pkg/web/package.json b/pkg/web/package.json index 839d307..2a17b4f 100644 --- a/pkg/web/package.json +++ b/pkg/web/package.json @@ -32,6 +32,6 @@ "bulma": "^1.0.3", "child_process": "^1.0.2", "date-fns": "^4.1.0", - "query-string": "^8.1.0" + "query-string": "^9.1.1" } }