diff --git a/package-lock.json b/package-lock.json index 34f5afc1..436aa0b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "got": "^14.0.0", "hpagent": "^1.0.0", "lodash-es": "^4.17.21", - "parse-url": "^10.0.0", + "parse-url": "^11.0.0", "url-join": "^4.0.0" }, "devDependencies": { @@ -6504,9 +6504,9 @@ } }, "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 f583e614..520502f2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "got": "^14.0.0", "hpagent": "^1.0.0", "lodash-es": "^4.17.21", - "parse-url": "^10.0.0", + "parse-url": "^11.0.0", "url-join": "^4.0.0" }, "devDependencies": {