From b1e2cee5bea076bc73ffdd8e7c143caad499bb68 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 5 May 2021 05:46:14 +0000
Subject: [PATCH] build(deps-dev): Bump standard-version from 9.2.0 to 9.3.0
(#326)
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.2.0 to 9.3.0.
Release notes
Sourced from standard-version's releases.
standard-version v9.3.0
Features
- add --lerna-package flag used to extract tags in case of lerna repo (#503) (f579ff0)
Changelog
Sourced from standard-version's changelog.
9.3.0 (2021-05-04)
Features
- add --lerna-package flag used to extract tags in case of lerna repo (#503) (f579ff0)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=standard-version&package-manager=npm_and_yarn&previous-version=9.2.0&new-version=9.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
---
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/yarn.lock b/yarn.lock
index fcb9bb93edd0..bb2e323616d6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5393,9 +5393,9 @@ stack-utils@^2.0.2:
escape-string-regexp "^2.0.0"
standard-version@^9:
- version "9.2.0"
- resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.2.0.tgz#d4e64b201ec1abb8a677b265d8755e5e8b9e33a3"
- integrity sha512-utJcqjk/wR4sePSwDoRcc5CzJ6S+kec5Hd0+1TJI+j1TRYuuptweAnEUdkkjGf2vYoGab2ezefyVtW065HZ1Uw==
+ version "9.3.0"
+ resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.3.0.tgz#2e6ff439aa49b2ea8952262f30ae6b70c02467d3"
+ integrity sha512-cYxxKXhYfI3S9+CA84HmrJa9B88H56V5FQ302iFF2TNwJukJCNoU8FgWt+11YtwKFXRkQQFpepC2QOF7aDq2Ow==
dependencies:
chalk "^2.4.2"
conventional-changelog "3.1.24"