From b2f87386530ef5a7ad5503bc2fca1a748c7d411c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 08:51:17 +0000 Subject: [PATCH] chore: bump @commitlint/config-conventional in /web3.js (#21102) Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 13.2.0 to 14.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v14.1.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web3.js/package-lock.json | 14 +++++++------- web3.js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index ae798e8004..6ee4278e47 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -31,7 +31,7 @@ "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.16", "@babel/register": "^7.12.13", - "@commitlint/config-conventional": "^13.1.0", + "@commitlint/config-conventional": "^14.1.0", "@commitlint/travis-cli": "^13.1.0", "@rollup/plugin-alias": "^3.1.2", "@rollup/plugin-babel": "^5.2.3", @@ -1930,9 +1930,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz", - "integrity": "sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz", + "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" @@ -19319,9 +19319,9 @@ } }, "@commitlint/config-conventional": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz", - "integrity": "sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz", + "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" diff --git a/web3.js/package.json b/web3.js/package.json index bb2e689568..966f9acfa4 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -84,7 +84,7 @@ "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.16", "@babel/register": "^7.12.13", - "@commitlint/config-conventional": "^13.1.0", + "@commitlint/config-conventional": "^14.1.0", "@commitlint/travis-cli": "^13.1.0", "@rollup/plugin-alias": "^3.1.2", "@rollup/plugin-babel": "^5.2.3",