From 700787d7e5642228b435d89f2e5bca9e872b9638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:01:02 +0000 Subject: [PATCH] chore(deps-dev): bump @bizon/semantic-release-config from 1.2.0 to 2.0.0 Bumps [@bizon/semantic-release-config](https://github.com/bizon/semantic-release) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/bizon/semantic-release/releases) - [Commits](https://github.com/bizon/semantic-release/compare/v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: "@bizon/semantic-release-config" dependency-type: direct:development update-type: version-update:semver-major ... 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 71c36a1..c3b2dd7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@babel/core": "^7.20.2", - "@bizon/semantic-release-config": "^1.2.0", + "@bizon/semantic-release-config": "^2.0.0", "codecov": "^3.8.3", "eslint-config-xo-bizon": "^1.1.2", "jest": "^29.3.1", diff --git a/yarn.lock b/yarn.lock index 886f4d0..7319852 100644 --- a/yarn.lock +++ b/yarn.lock @@ -317,10 +317,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@bizon/semantic-release-config@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@bizon/semantic-release-config/-/semantic-release-config-1.2.0.tgz#80e2f9eaf29226aed41eb0dcd9aad7b7cbdc4114" - integrity sha512-aq3EYwAaXU5K3z5fSu6uCSwqj9wrHmlSEtwvf1RrElG9joOk7cIIe6FSrHbwlxKQ4CWiAataEqqfQrM7Ni13fA== +"@bizon/semantic-release-config@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@bizon/semantic-release-config/-/semantic-release-config-2.0.0.tgz#9f850032b002800ef4e6c3148ca7bd7b64134d41" + integrity sha512-rfF5FXfjUqQviTE5OHe1Gicmx2XcJSy0y10t87USCH0HptQzdbtfM8J9InjzcO4vGPzQOXKVKKChKhBPZ8+lMQ== dependencies: "@semantic-release/git" "^10.0.0"