From ae436bd7b6354672f740232d0411500e11e45754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 04:06:58 +0000 Subject: [PATCH 1/2] Bump docs-searchbar.js from 1.3.1 to 1.3.2 Bumps [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/meilisearch/docs-searchbar.js/releases) - [Commits](https://github.com/meilisearch/docs-searchbar.js/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: docs-searchbar.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 85b6730..4e4d316 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "main": "index.js", "dependencies": { - "docs-searchbar.js": "^1.3.1" + "docs-searchbar.js": "^1.3.2" }, "resolutions": { "yargs-parser": "^13.1.2" diff --git a/yarn.lock b/yarn.lock index c60a602..a531b69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3760,10 +3760,10 @@ dns-txt@^2.0.2: dependencies: buffer-indexof "^1.0.0" -docs-searchbar.js@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/docs-searchbar.js/-/docs-searchbar.js-1.3.1.tgz#2aedf80d60cb622a8a80a10abb4c563bf1f4d165" - integrity sha512-ijITYPDH/7dXXlY7pz8BymcluRgDmktSrfVzpCxuALHgqhhjQHiXNxquTNdCovF5oZ0b8UDJkqAQjMG9eL5yig== +docs-searchbar.js@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/docs-searchbar.js/-/docs-searchbar.js-1.3.2.tgz#0e82c0bec2082e869521deed631437226bd5a81f" + integrity sha512-OIZfcxtMKOemXy0ge/ZgNoC784gEz6wCqHgUAidP+8KYX3PwdbTDKbyIvQoj8CLjAkbnDRIjp4yDmH/MjQK1Pg== dependencies: autocomplete.js "^0.38.0" hogan.js "^3.0.2" From e02734cab13c164b6fc6b6f9b7556b9d7b158f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 04:03:43 +0000 Subject: [PATCH 2/2] Bump prettier from 2.3.2 to 2.4.1 Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 85b6730..aa10277 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-promise": "^4.3.1", "eslint-plugin-standard": "^5.0.0", "eslint-plugin-vue": "^7.9.0", - "prettier": "^2.3.2", + "prettier": "^2.4.1", "vue": "^2.6.14", "vue-template-compiler": "^2.6.14" }, diff --git a/yarn.lock b/yarn.lock index c60a602..7136698 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8032,10 +8032,10 @@ prettier@^1.18.2: resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== -prettier@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d" - integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ== +prettier@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c" + integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA== pretty-error@^2.0.2: version "2.1.2"