From d2c74246f4a3920284b84f749374399b08d83265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 08:03:40 +0000 Subject: [PATCH] fix(deps): bump @nuxt/content from 1.14.0 to 1.15.0 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/content@1.14.0...@nuxt/content@1.15.0) --- updated-dependencies: - dependency-name: "@nuxt/content" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a0e5be0..687e0a0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@insamee-app/components": "^0.1.23", - "@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", diff --git a/yarn.lock b/yarn.lock index e7be0d7..f054952 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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==