From e902d153eaf0fb9f360decbc448bb49d1370436c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:08:04 +0000 Subject: [PATCH] Chore(deps): Bump path-to-regexp and express in /examples/grant-access Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12) Updates `express` from 4.21.1 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.1...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/grant-access/package-lock.json | 50 +++++++++++++------------ examples/grant-access/package.json | 2 +- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/examples/grant-access/package-lock.json b/examples/grant-access/package-lock.json index a2ab9ae8..4b94e40d 100644 --- a/examples/grant-access/package-lock.json +++ b/examples/grant-access/package-lock.json @@ -13,7 +13,7 @@ "@inrupt/solid-client-authn-node": "^1.17.5", "dotenv-flow": "^3.2.0", "ejs": "^3.1.10", - "express": "^4.21.1" + "express": "^4.21.2" }, "devDependencies": { "@types/dotenv-flow": "^3.2.0", @@ -24,11 +24,12 @@ } }, "../..": { - "version": "3.0.5", + "name": "@inrupt/solid-client-access-grants", + "version": "3.1.1", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^2.0.0", - "@inrupt/solid-client-vc": "^1.0.3", + "@inrupt/solid-client-vc": "^1.1.2", "@types/rdfjs__dataset": "^2.0.7", "auth-header": "^1.0.0", "base64url": "^3.0.1", @@ -43,7 +44,7 @@ "@inrupt/jest-jsdom-polyfills": "^3.2.3", "@inrupt/solid-client-authn-browser": "^2.0.0", "@inrupt/solid-client-authn-node": "^2.0.0", - "@playwright/test": "~1.46.0", + "@playwright/test": "~1.49.0", "@rdfjs/types": "^1.1.0", "@rushstack/eslint-patch": "^1.6.1", "@types/auth-header": "^1.0.6", @@ -57,7 +58,7 @@ "license-checker": "^25.0.1", "prettier": "^3.1.1", "rdf-isomorphic": "^1.3.1", - "rollup": "^4.9.1", + "rollup": "^4.23.0", "rollup-plugin-typescript2": "^0.35.0", "ts-jest": "^29.1.1", "typedoc": "^0.26.2", @@ -511,10 +512,9 @@ } }, "node_modules/express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", - "license": "MIT", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", @@ -535,7 +535,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -550,6 +550,10 @@ }, "engines": { "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/filelist": { @@ -934,9 +938,9 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" }, "node_modules/proxy-addr": { "version": "2.0.7", @@ -1245,8 +1249,8 @@ "@inrupt/solid-client": "^2.0.0", "@inrupt/solid-client-authn-browser": "^2.0.0", "@inrupt/solid-client-authn-node": "^2.0.0", - "@inrupt/solid-client-vc": "^1.0.3", - "@playwright/test": "~1.46.0", + "@inrupt/solid-client-vc": "^1.1.2", + "@playwright/test": "~1.49.0", "@rdfjs/types": "^1.1.0", "@rushstack/eslint-patch": "^1.6.1", "@types/auth-header": "^1.0.6", @@ -1266,7 +1270,7 @@ "prettier": "^3.1.1", "rdf-isomorphic": "^1.3.1", "rdf-namespaces": "^1.9.2", - "rollup": "^4.9.1", + "rollup": "^4.23.0", "rollup-plugin-typescript2": "^0.35.0", "ts-jest": "^29.1.1", "typedoc": "^0.26.2", @@ -1612,9 +1616,9 @@ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" }, "express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "requires": { "accepts": "~1.3.8", "array-flatten": "1.1.1", @@ -1635,7 +1639,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -1908,9 +1912,9 @@ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" }, "path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" }, "proxy-addr": { "version": "2.0.7", diff --git a/examples/grant-access/package.json b/examples/grant-access/package.json index 88adbfb1..352e2462 100644 --- a/examples/grant-access/package.json +++ b/examples/grant-access/package.json @@ -23,7 +23,7 @@ "@inrupt/solid-client-authn-node": "^1.17.5", "dotenv-flow": "^3.2.0", "ejs": "^3.1.10", - "express": "^4.21.1" + "express": "^4.21.2" }, "devDependencies": { "@types/dotenv-flow": "^3.2.0",