From abc860d50b323c84583eaa9c1f270f97808b1cdd Mon Sep 17 00:00:00 2001 From: Baroshem Date: Wed, 18 Oct 2023 18:43:47 +0200 Subject: [PATCH] chore: bump .stackblitz to 1.0.0-rc.2 --- .stackblitz/package.json | 2 +- .stackblitz/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.stackblitz/package.json b/.stackblitz/package.json index 718e1ce7..2166c50d 100644 --- a/.stackblitz/package.json +++ b/.stackblitz/package.json @@ -11,6 +11,6 @@ "nuxt": "3.7.3" }, "dependencies": { - "nuxt-security": "^1.0.0-rc.1" + "nuxt-security": "^1.0.0-rc.2" } } diff --git a/.stackblitz/yarn.lock b/.stackblitz/yarn.lock index 13b282fd..0b3815ff 100644 --- a/.stackblitz/yarn.lock +++ b/.stackblitz/yarn.lock @@ -3020,10 +3020,10 @@ nuxt-csurf@^1.3.1: defu "^6.1.1" uncsrf "^1.1.1" -nuxt-security@^1.0.0-rc.1: - version "1.0.0-rc.1" - resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-1.0.0-rc.1.tgz#17aeabc1304b43c47070d9bfb3004720da7e7dbf" - integrity sha512-ogn8izhhWknKeLBd+NyqhjmCy1UhP2cWSecb0erVA59al/00vm1GZ7I2mNC/D4s83JqvaBkj3JIH5qZUjHDzJg== +nuxt-security@^1.0.0-rc.2: + version "1.0.0-rc.2" + resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-1.0.0-rc.2.tgz#66d07d851730f1da3a136355256a01f8169f563f" + integrity sha512-gLAz85Auebne+cCm3bmGpqE/NpGkG889iVndJWlelnYQcW4dFXZAbCMVH0jznQJKF4qdvEUPkgp4pWSVc2TQyA== dependencies: "@nuxt/kit" "^3.7.3" basic-auth "^2.0.1"