Skip to content

Commit 13a96a6

Browse files
committed
chore: bump to 1.2.2
1 parent d062b5a commit 13a96a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.stackblitz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"nuxt": "3.9.3"
1212
},
1313
"dependencies": {
14-
"nuxt-security": "^1.2.1"
14+
"nuxt-security": "^1.2.2"
1515
}
1616
}

.stackblitz/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4101,10 +4101,10 @@ nuxt-csurf@^1.3.1:
41014101
defu "^6.1.1"
41024102
uncsrf "^1.1.1"
41034103

4104-
nuxt-security@^1.2.1:
4105-
version "1.2.1"
4106-
resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-1.2.1.tgz#f0a8fb174910beeca6d29b5bd0f7ba331d567eea"
4107-
integrity sha512-x6FfMWU/yATA4KmanhnNfqZuGQtbYDZn5dHpje808kBMwhO9qjqhWUlk1Nxkw5Txwj8jLDaXZCJryEC8X5Mp4w==
4104+
nuxt-security@^1.2.2:
4105+
version "1.2.2"
4106+
resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-1.2.2.tgz#3bd1248d83f468a44bc1099e80d2be16af60a338"
4107+
integrity sha512-/g2gjl4ReruHe2RDv+LkWvkNFXl2GMKLvDQgdEuMPTrL+9fYARkdCKC2iDvPaBp0EymlFDVGIjtlzLAxAWkgbg==
41084108
dependencies:
41094109
"@nuxt/kit" "^3.8.0"
41104110
basic-auth "^2.0.1"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-security",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"license": "MIT",
55
"type": "module",
66
"homepage": "https://nuxt-security.vercel.app",

0 commit comments

Comments
 (0)