Skip to content

Commit

Permalink
chore: bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Mar 7, 2024
1 parent d062b5a commit 13a96a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .stackblitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"nuxt": "3.9.3"
},
"dependencies": {
"nuxt-security": "^1.2.1"
"nuxt-security": "^1.2.2"
}
}
8 changes: 4 additions & 4 deletions .stackblitz/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4101,10 +4101,10 @@ nuxt-csurf@^1.3.1:
defu "^6.1.1"
uncsrf "^1.1.1"

nuxt-security@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-1.2.1.tgz#f0a8fb174910beeca6d29b5bd0f7ba331d567eea"
integrity sha512-x6FfMWU/yATA4KmanhnNfqZuGQtbYDZn5dHpje808kBMwhO9qjqhWUlk1Nxkw5Txwj8jLDaXZCJryEC8X5Mp4w==
nuxt-security@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-1.2.2.tgz#3bd1248d83f468a44bc1099e80d2be16af60a338"
integrity sha512-/g2gjl4ReruHe2RDv+LkWvkNFXl2GMKLvDQgdEuMPTrL+9fYARkdCKC2iDvPaBp0EymlFDVGIjtlzLAxAWkgbg==
dependencies:
"@nuxt/kit" "^3.8.0"
basic-auth "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-security",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"type": "module",
"homepage": "https://nuxt-security.vercel.app",
Expand Down

0 comments on commit 13a96a6

Please sign in to comment.