Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
fix(deps): bump @nuxt/content from 1.14.0 to 1.15.0
Browse files Browse the repository at this point in the history
Bumps [@nuxt/content](https://github.com/nuxt/content) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/nuxt/content/releases)
- [Changelog](https://github.com/nuxt/content/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected])

---
updated-dependencies:
- dependency-name: "@nuxt/content"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2021
1 parent 0e5af4f commit 5f894a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@insamee-app/components": "^0.1.22",
"@nuxt/content": "^1.14.0",
"@nuxt/content": "^1.15.0",
"@nuxtjs/axios": "^5.13.6",
"@tailwindcss/typography": "^0.4.1",
"babel-eslint": "^10.1.0",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1138,10 +1138,10 @@
std-env "^2.3.0"
ufo "^0.7.4"

"@nuxt/content@^1.14.0":
version "1.14.0"
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-1.14.0.tgz#5775b596d2db1ae65c41d461c0a6734fc276cb82"
integrity sha512-MYx+dTu2ZRUHWGp9EgVtFfXJHFeCKrzazaM4a9785OCipItp6zmm1hTlbfdCYenwa0HgaOXCxYAiN0h6tjyUZw==
"@nuxt/content@^1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-1.15.0.tgz#5e15d5d0012e95be60e1904f25cbe909b29404f6"
integrity sha512-F3znlZUOSKPse6G+qR6eGEIU3vzfXzfc5WnWwA94kfM5+dz7IkP6Hwyj8FTUyW7HfmvQIf6Nc2sNm5obKgNgtA==
dependencies:
"@lokidb/full-text-search" "^2.1.0"
"@lokidb/loki" "^2.1.0"
Expand All @@ -1161,6 +1161,7 @@
hookable "^4.4.1"
html-tags "^3.1.0"
js-yaml "4.0.0"
json5 "^2.2.0"
mdast-util-to-hast "^10.2.0"
mkdirp "^1.0.4"
node-req "^2.1.2"
Expand Down Expand Up @@ -6418,7 +6419,7 @@ json5@^1.0.1:
dependencies:
minimist "^1.2.0"

json5@^2.1.2:
json5@^2.1.2, json5@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
Expand Down

0 comments on commit 5f894a2

Please sign in to comment.