From 20d4c7caa1fd03145f18d9e257f84d8b94178329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 00:40:59 +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 | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7aa9998..722ea52 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.0", "@nuxtjs/axios": "^5.13.6", "core-js": "^3.15.1", "nuxt": "^2.15.8" diff --git a/yarn.lock b/yarn.lock index c74a95a..3b023b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1114,10 +1114,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" @@ -1137,6 +1137,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"