diff --git a/package-lock.json b/package-lock.json index bd01b3a1..7a6b55e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -959,13 +959,13 @@ } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "1.17.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.17.3.tgz", - "integrity": "sha512-UuHLFChd+0155EwYgdQJN6mP7fpnT4UFnWZT0+gDAbudUkUI0dKp6HKisWkJAK+KY1wDZ5HCQmCKBpjtiPXuyA==", + "version": "1.17.5", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.17.5.tgz", + "integrity": "sha512-g3WShcPAqGuarPYlw12vUCo+et4elQLI+WYcHkCHGLuQQFF73r2iTicuKpkydQdIrZ5AZgxhwr315jmkx/vcFQ==", "dependencies": { "@inrupt/universal-fetch": "^1.0.1", "events": "^3.3.0", - "jose": "^4.14.6", + "jose": "^4.15.4", "uuid": "^9.0.1" }, "engines": { @@ -973,15 +973,15 @@ } }, "node_modules/@inrupt/solid-client-authn-node": { - "version": "1.17.2", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-1.17.2.tgz", - "integrity": "sha512-3TECbn5ovwXGbWcZLWQ6dq5X7bfokWiYILIp2YN+bx+4nl/QcIZ8EIRjSoOjXtGCJLfcN/bKOS7sYq9MMlKxxA==", + "version": "1.17.5", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-1.17.5.tgz", + "integrity": "sha512-lY2H/Uwy4vemKr2uvQ76e1QbiWZ6oevLzqh3K3JHwRLSh1CSLBNSfNKRiTTWNHOfPBGhBuwL5amA5yl4y208rQ==", "dependencies": { - "@inrupt/solid-client-authn-core": "^1.17.2", + "@inrupt/solid-client-authn-core": "^1.17.5", "@inrupt/universal-fetch": "^1.0.1", - "jose": "^4.14.6", - "openid-client": "~5.4.2", - "uuid": "^9.0.0" + "jose": "^4.15.4", + "openid-client": "~5.5.0", + "uuid": "^9.0.1" }, "engines": { "node": "^16.0.0 || ^18.0.0 || ^20.0.0" @@ -8658,9 +8658,9 @@ } }, "node_modules/jose": { - "version": "4.14.6", - "resolved": "https://registry.npmjs.org/jose/-/jose-4.14.6.tgz", - "integrity": "sha512-EqJPEUlZD0/CSUMubKtMaYUOtWe91tZXTWMJZoKSbLk+KtdhNdcvppH8lA9XwVu2V4Ailvsj0GBZJ2ZwDjfesQ==", + "version": "4.15.4", + "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.4.tgz", + "integrity": "sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -10597,7 +10597,8 @@ }, "node_modules/object-hash": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", + "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==", "engines": { "node": ">= 6" } @@ -10701,7 +10702,8 @@ }, "node_modules/oidc-token-hash": { "version": "5.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.3.tgz", + "integrity": "sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==", "engines": { "node": "^10.13.0 || >=12.0.0" } @@ -10753,8 +10755,9 @@ } }, "node_modules/openid-client": { - "version": "5.4.3", - "license": "MIT", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.5.0.tgz", + "integrity": "sha512-Y7Xl8BgsrkzWLHkVDYuroM67hi96xITyEDSkmWaGUiNX6CkcXC3XyQGdv5aWZ6dukVKBFVQCADi9gCavOmU14w==", "dependencies": { "jose": "^4.14.4", "lru-cache": "^6.0.0", @@ -14101,7 +14104,7 @@ "dependencies": { "@inrupt/solid-client": "^1.30.2", "@inrupt/solid-client-authn-browser": "^1.17.3", - "@inrupt/solid-client-authn-node": "^1.17.2", + "@inrupt/solid-client-authn-node": "^1.17.5", "@jeswr/css-auth-utils": "^1.4.0", "deepmerge-json": "^1.5.0", "dotenv": "^16.3.1" diff --git a/packages/internal-test-env/package.json b/packages/internal-test-env/package.json index 793cad02..1ed84a4f 100644 --- a/packages/internal-test-env/package.json +++ b/packages/internal-test-env/package.json @@ -22,7 +22,7 @@ "dependencies": { "@inrupt/solid-client": "^1.30.2", "@inrupt/solid-client-authn-browser": "^1.17.3", - "@inrupt/solid-client-authn-node": "^1.17.2", + "@inrupt/solid-client-authn-node": "^1.17.5", "@jeswr/css-auth-utils": "^1.4.0", "deepmerge-json": "^1.5.0", "dotenv": "^16.3.1"