diff --git a/package-lock.json b/package-lock.json index be0438f..5d659ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "axios": "^1.13.5", "i18next": "^20.4 || ^21", "monaco-editor": "^0.44.0 || ^0.55.0", - "parse-url": "^10.0.0", + "parse-url": "^11.0.0", "preact": "10.28.2", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -18272,9 +18272,9 @@ "license": "MIT" }, "node_modules/parse-url": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-10.0.3.tgz", - "integrity": "sha512-RvldzLvNE0DtOO1loukZsYcHCzHVUnHe7GNyrKIkavp7fNWs5ueX3kUzY/hXS8uRqDWwtaRKDcAmLEVouPIxIw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-11.1.0.tgz", + "integrity": "sha512-UYn/lNb1bmkYiM6UaqEbHl9T/VIYreM2Vm79MGZ2soUOXOoOq7qxoTwx8C8p9V4Ko2DLcsVnEhRJzhxsF2kssg==", "license": "MIT", "dependencies": { "parse-path": "^7.1.0" diff --git a/package.json b/package.json index 63ee845..0477bb1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@unleash/proxy-client-react": "^5.0.0", "axios": "^1.13.5", "i18next": "^20.4 || ^21", - "parse-url": "^10.0.0", + "parse-url": "^11.0.0", "monaco-editor": "^0.44.0 || ^0.55.0", "react": "^18.2.0", "react-dom": "^18.2.0",