Skip to content

Commit

Permalink
chore: bump to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Mar 9, 2023
1 parent 1b94de6 commit fb5fe24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 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.2.3"
},
"dependencies": {
"nuxt-security": "^0.11.0"
"nuxt-security": "^0.12.0"
}
}
14 changes: 4 additions & 10 deletions .stackblitz/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -600,11 +600,6 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@nozomuikuta/h3-cors@^0.1.5":
version "0.1.8"
resolved "https://registry.yarnpkg.com/@nozomuikuta/h3-cors/-/h3-cors-0.1.8.tgz#1e50e8d43e7198b532f7c04c19324407a59f510d"
integrity sha512-qWe2mUfnjxaBwTYKNM/9GrGK0nciyynn5Lk/sv8wYpKbloaoJFB98onBWMTotV5e/l8CCoelsr1oz4qYb7FdHg==

"@nuxt/devalue@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@nuxt/devalue/-/devalue-2.0.0.tgz#c7bd7e9a516514e612d5d2e511ffc399e0eac322"
Expand Down Expand Up @@ -3043,12 +3038,11 @@ nuxt-csurf@^1.1.0:
"@nuxt/kit" "^3.1.0"
defu "^6.1.1"

nuxt-security@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-0.11.0.tgz#27c935769b771abc62d7e5b32ee91bcf8568e5a5"
integrity sha512-qxqfDgl/ffW0T6AmcuWJS7N6+JVXZv790B5C++OKIpe1tStkOJ4PuP7XmRvbS00DMO+tuURE6JsZ6TardnhURQ==
nuxt-security@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/nuxt-security/-/nuxt-security-0.12.0.tgz#4bfd011a0e2f4e8c3b03aea40890b096d55e5078"
integrity sha512-Ed4CbkPBa7DzkvCwbOhJoXN+mg/Htj1agd1hfHqjf1KA5CDAwR8dgxaN5z7uC76RpHQ9tGP1niHNSmcs3D8D0Q==
dependencies:
"@nozomuikuta/h3-cors" "^0.1.5"
"@nuxt/kit" "^3.2.2"
basic-auth "^2.0.1"
defu "^6.1.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": "0.11.0",
"version": "0.12.0",
"license": "MIT",
"type": "module",
"homepage": "https://nuxt-security.vercel.app",
Expand Down

0 comments on commit fb5fe24

Please sign in to comment.