From a510d9b82f0045a75117e76c78ce58a6b3ea37a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 00:08:24 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxt/content from 1.15.0 to 1.15.1 Bumps [@nuxt/content](https://github.com/nuxt/content) from 1.15.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.15.0...@nuxt/content@1.15.1) --- updated-dependencies: - dependency-name: "@nuxt/content" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f0676d..b5b5972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "nuxt-i18n": "^6.28.1" }, "devDependencies": { - "@nuxt/content": "^1.15.0", + "@nuxt/content": "^1.15.1", "@nuxtjs/eslint-config": "^6.0.1", "@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/storybook": "^4.1.1", @@ -4405,9 +4405,9 @@ } }, "node_modules/@nuxt/content": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@nuxt/content/-/content-1.15.0.tgz", - "integrity": "sha512-F3znlZUOSKPse6G+qR6eGEIU3vzfXzfc5WnWwA94kfM5+dz7IkP6Hwyj8FTUyW7HfmvQIf6Nc2sNm5obKgNgtA==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@nuxt/content/-/content-1.15.1.tgz", + "integrity": "sha512-nCTKwNcs59KgwwGQkSW8Z/otoiYX+OKDBjdOLn7tty3WdEfPQYcEkTX6WKP5IVYI976FihZExppRiezkm2N0mQ==", "dev": true, "dependencies": { "@lokidb/full-text-search": "^2.1.0", @@ -44210,9 +44210,9 @@ } }, "@nuxt/content": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@nuxt/content/-/content-1.15.0.tgz", - "integrity": "sha512-F3znlZUOSKPse6G+qR6eGEIU3vzfXzfc5WnWwA94kfM5+dz7IkP6Hwyj8FTUyW7HfmvQIf6Nc2sNm5obKgNgtA==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@nuxt/content/-/content-1.15.1.tgz", + "integrity": "sha512-nCTKwNcs59KgwwGQkSW8Z/otoiYX+OKDBjdOLn7tty3WdEfPQYcEkTX6WKP5IVYI976FihZExppRiezkm2N0mQ==", "dev": true, "requires": { "@lokidb/full-text-search": "^2.1.0", diff --git a/package.json b/package.json index f4b1a6f..44ca8d2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "npm": ">=7 <8" }, "devDependencies": { - "@nuxt/content": "^1.15.0", + "@nuxt/content": "^1.15.1", "@nuxtjs/eslint-config": "^6.0.1", "@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/storybook": "^4.1.1",