From f5de72dbdb42e12db14ea3417266c590397d1a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 00:36:10 +0000 Subject: [PATCH] fix(deps): bump @nuxt/content from 1.14.0 to 1.15.1 Bumps [@nuxt/content](https://github.com/nuxt/content) from 1.14.0 to 1.15.1. - [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.1) --- 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 70c6110..9d0e068 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "yarn lint:js" }, "dependencies": { - "@nuxt/content": "^1.14.0", + "@nuxt/content": "^1.15.1", "@tailwindcss/typography": "^0.4.1", "core-js": "^3.9.1", "nuxt": "^2.15.8", diff --git a/yarn.lock b/yarn.lock index f846eef..946dc2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1120,10 +1120,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.1": + version "1.15.1" + resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-1.15.1.tgz#bd2c7ff9e9523b6a6a3f4edaec78495acc72a41e" + integrity sha512-nCTKwNcs59KgwwGQkSW8Z/otoiYX+OKDBjdOLn7tty3WdEfPQYcEkTX6WKP5IVYI976FihZExppRiezkm2N0mQ== dependencies: "@lokidb/full-text-search" "^2.1.0" "@lokidb/loki" "^2.1.0" @@ -1143,6 +1143,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" @@ -6015,7 +6016,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==