diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index a7061d89fe..89f6a5ab30 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": "^14.1.0", + "@commitlint/config-conventional": "^15.0.0", "@commitlint/travis-cli": "^15.0.0", "@rollup/plugin-alias": "^3.1.2", "@rollup/plugin-babel": "^5.2.3", @@ -1929,9 +1929,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz", - "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz", + "integrity": "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" @@ -19271,9 +19271,9 @@ } }, "@commitlint/config-conventional": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz", - "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz", + "integrity": "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" diff --git a/web3.js/package.json b/web3.js/package.json index 960f2ddc1d..2308707013 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -80,7 +80,7 @@ "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.16", "@babel/register": "^7.12.13", - "@commitlint/config-conventional": "^14.1.0", + "@commitlint/config-conventional": "^15.0.0", "@commitlint/travis-cli": "^15.0.0", "@rollup/plugin-alias": "^3.1.2", "@rollup/plugin-babel": "^5.2.3",