diff --git a/package-lock.json b/package-lock.json index 10a1ad1..3fb2738 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@hyperjump/json-pointer": "^1.0.1", "@hyperjump/json-schema": "github:hyperjump-io/json-schema#lsp", "@hyperjump/pact": "^1.3.0", - "@hyperjump/uri": "^1.2.2" + "@hyperjump/uri": "^1.3.2" }, "devDependencies": { "@stylistic/eslint-plugin": "*", @@ -842,9 +842,9 @@ } }, "node_modules/@hyperjump/uri": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@hyperjump/uri/-/uri-1.3.1.tgz", - "integrity": "sha512-2ecKymxf6prQMgrNpAvlx4RhsuM5+PFT6oh6uUTZdv5qmBv0RZvxv8LJ7oR30ZxGhdPdZAl4We/1NFc0nqHeAw==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@hyperjump/uri/-/uri-1.3.2.tgz", + "integrity": "sha512-OFo5oxuSEz1ktF/LDdBTptlnPyZ66jywLO4fJRuAhnr7NGnsiL2CPoj1JRVaDqVy0nXvWNsC8O8Muw9DR++eEg==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index a92d8c9..cfef008 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "@hyperjump/json-pointer": "^1.0.1", "@hyperjump/json-schema": "github:hyperjump-io/json-schema#lsp", "@hyperjump/pact": "^1.3.0", - "@hyperjump/uri": "^1.2.2" + "@hyperjump/uri": "^1.3.2" } }