diff --git a/package-lock.json b/package-lock.json index 7edae16..0e62ec7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cedar-policy/authorization-for-expressjs", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cedar-policy/authorization-for-expressjs", - "version": "0.1.1", + "version": "0.1.2", "license": "Apache-2.0", "dependencies": { "@cedar-policy/cedar-authorization": "^0.1.0", @@ -2935,9 +2935,9 @@ } }, "node_modules/fast-check": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.1.1.tgz", - "integrity": "sha512-8+yQYeNYqBfWem0Nmm7BUnh27wm+qwGvI0xln60c8RPM5rVekxZf/Ildng2GNBfjaG6utIebFmVBPlNtZlBLxg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.3.0.tgz", + "integrity": "sha512-JVw/DJSxVKl8uhCb7GrwanT9VWsCIdBkK3WpP37B/Au4pyaspriSjtrY2ApbSFwTg3ViPfniT13n75PhzE7VEQ==", "dev": true, "funding": [ { @@ -2949,6 +2949,7 @@ "url": "https://opencollective.com/fast-check" } ], + "license": "MIT", "dependencies": { "pure-rand": "^7.0.0" },