diff --git a/package-lock.json b/package-lock.json index 8e3a5c7..c7485ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hyperjump/json-pointer": "^1.1.1", "@hyperjump/json-schema": "^1.17.2", "@hyperjump/pact": "^1.4.0", - "@hyperjump/uri": "^1.3.2", + "@hyperjump/uri": "^1.3.4", "json-stringify-deterministic": "^1.0.12" }, "devDependencies": { @@ -411,9 +411,9 @@ } }, "node_modules/@hyperjump/uri": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@hyperjump/uri/-/uri-1.3.3.tgz", - "integrity": "sha512-rUqeUdL2aW7lzvSnCL6yUetXYzqxhsBEw9Z7Y1bEhgiRzcfO3kjY0UdD6c4H/bzxe0fXIjYuocjWQzinio8JTQ==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@hyperjump/uri/-/uri-1.3.4.tgz", + "integrity": "sha512-aUVWwu2GtC/cU4DwdTM+b+5jjboM6wft6vNg1+7pUTk/nNRNaBYcYhaEnCir9eRLBbkcGPkiEO7XRUlcDkxj4Q==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index d9bdead..17b8179 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@hyperjump/json-pointer": "^1.1.1", "@hyperjump/json-schema": "^1.17.2", "@hyperjump/pact": "^1.4.0", - "@hyperjump/uri": "^1.3.2", + "@hyperjump/uri": "^1.3.4", "json-stringify-deterministic": "^1.0.12" }, "devDependencies": {