diff --git a/.stackblitz/package.json b/.stackblitz/package.json index 17f812c9..56ee1253 100644 --- a/.stackblitz/package.json +++ b/.stackblitz/package.json @@ -11,6 +11,6 @@ "nuxt": "3.9.3" }, "dependencies": { - "nuxt-security": "^1.1.2" + "nuxt-security": "^1.2.0" } } diff --git a/.stackblitz/yarn.lock b/.stackblitz/yarn.lock index a14d1088..d90c5104 100644 --- a/.stackblitz/yarn.lock +++ b/.stackblitz/yarn.lock @@ -4101,10 +4101,10 @@ nuxt-csurf@^1.3.1: defu "^6.1.1" uncsrf "^1.1.1" -nuxt-security@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-1.1.2.tgz#08079f5cf55dc3f479be664c93195cd9c3b68c9f" - integrity sha512-Cdn8Cg5gJy+QO/QjlJgb1Gv03mtSZ6NP8Fb2LEjtsRqmWci6DDYI0D5TJYoj9SpVCYOiw9YVsawGX8HPK/YRMg== +nuxt-security@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-1.2.0.tgz#7b98bca275f45cb652466849413eee5bdc74657c" + integrity sha512-pAXW1vqMeMC6PnwzgE/Gf75BMOSQpSLbrgnZh9qmNf1Ytj7YI+Z180KZbkSXu944cFt6TGO0BDwlzc5Ij8uxPw== dependencies: "@nuxt/kit" "^3.8.0" basic-auth "^2.0.1" diff --git a/package.json b/package.json index cf5a67e2..1efb9e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-security", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "type": "module", "homepage": "https://nuxt-security.vercel.app",