diff --git a/examples/finish/package-lock.json b/examples/finish/package-lock.json index 3cbcf6d..7566fdc 100644 --- a/examples/finish/package-lock.json +++ b/examples/finish/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@cedar-policy/authorization-for-expressjs": "^0.2.0", + "@cedar-policy/authorization-for-expressjs": "^0.3.0", "@cedar-policy/cedar-authorization": "^0.2.0", "body-parser": "^2.2.2", "express": "^5.2.1", @@ -19,21 +19,21 @@ } }, "node_modules/@cedar-policy/authorization-for-expressjs": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@cedar-policy/authorization-for-expressjs/-/authorization-for-expressjs-0.2.0.tgz", - "integrity": "sha512-KN1xRAdtN5fzkrGyc49r/RISDJzm2L2BAdqsBQPz3SYyDA0dqSlzoghmJlJlSlO+na2LY55IEkin2UuogyS0eQ==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@cedar-policy/authorization-for-expressjs/-/authorization-for-expressjs-0.3.0.tgz", + "integrity": "sha512-qO9jx1NGKAbAUIsV1ZIYzU4duPdOyPJ9xGcf4yyOZwIQNCGaNTvSx5LWI4YD0gneLwUk0+n6Dm4ME7gxl3mB6A==", "license": "Apache-2.0", "dependencies": { "@cedar-policy/cedar-authorization": "^0.2.0", "@cedar-policy/cedar-wasm": "^4.9.1", - "express": "^5.1.0", + "express": "^5.2.1", "path-to-regexp": "^8.2.0" }, "bin": { "authorization-for-expressjs": "node_modules/@cedar-policy/cedar-authorization/dist/bin.js" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.31.0" + "@rollup/rollup-linux-x64-gnu": "^4.52.5" } }, "node_modules/@cedar-policy/cedar-authorization": { @@ -364,12 +364,16 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.43.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.43.0.tgz", - "integrity": "sha512-jAHr/S0iiBtFyzjhOkAics/2SrXE092qyqEg96e90L3t9Op8OTzS6+IX0Fy5wCt2+KqeHAkti+eitV0wvblEoQ==", + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], + "license": "MIT", "optional": true, "os": [ "linux" diff --git a/examples/finish/package.json b/examples/finish/package.json index bb68a5b..0abf47a 100644 --- a/examples/finish/package.json +++ b/examples/finish/package.json @@ -16,7 +16,7 @@ "license": "ISC", "description": "A simple Express.js API for a pet store", "dependencies": { - "@cedar-policy/authorization-for-expressjs": "^0.2.0", + "@cedar-policy/authorization-for-expressjs": "^0.3.0", "@cedar-policy/cedar-authorization": "^0.2.0", "body-parser": "^2.2.2", "express": "^5.2.1",