From 9857b8a543ac2ed5e317841295148190f3da7202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 22:06:24 +0000 Subject: [PATCH] build(deps-dev): bump standard-version from 9.1.1 to 9.3.1 Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.1.1 to 9.3.1. - [Release notes](https://github.com/conventional-changelog/standard-version/releases) - [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/standard-version/compare/v9.1.1...v9.3.1) --- updated-dependencies: - dependency-name: standard-version dependency-type: direct:development update-type: version-update:semver-minor ... 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 3a6b720..cbd0d53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "postcss-cli": "^8.3", "purgecss-whitelister": "^2.4", "rimraf": "^3.0", - "standard-version": "^9.1", + "standard-version": "^9.3", "stylelint": "^13.12", "stylelint-config-standard": "^21.0" } @@ -11101,9 +11101,9 @@ } }, "node_modules/standard-version": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.1.1.tgz", - "integrity": "sha512-PF9JnRauBwH7DAkmefYu1mB2Kx0MVG13udqDTFmDUiogbyikBAHBdMrVuauxtAb2YIkyZ3FMYCNv0hqUKMOPww==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.3.1.tgz", + "integrity": "sha512-5qMxXw/FxLouC5nANyx/5RY1kiorJx9BppUso8gN07MG64q2uLRmrPb4KfXp3Ql4s/gxjZwZ89e0FwxeLubGww==", "dev": true, "dependencies": { "chalk": "^2.4.2", @@ -22625,9 +22625,9 @@ } }, "standard-version": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.1.1.tgz", - "integrity": "sha512-PF9JnRauBwH7DAkmefYu1mB2Kx0MVG13udqDTFmDUiogbyikBAHBdMrVuauxtAb2YIkyZ3FMYCNv0hqUKMOPww==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.3.1.tgz", + "integrity": "sha512-5qMxXw/FxLouC5nANyx/5RY1kiorJx9BppUso8gN07MG64q2uLRmrPb4KfXp3Ql4s/gxjZwZ89e0FwxeLubGww==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index 125aa39..32be356 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcss-cli": "^8.3", "purgecss-whitelister": "^2.4", "rimraf": "^3.0", - "standard-version": "^9.1", + "standard-version": "^9.3", "stylelint": "^13.12", "stylelint-config-standard": "^21.0" }