From 227c5edbed986810953c8e19ec345c651f696ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 22:53:23 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 11.0.0 to 12.1.4 (#162) --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9a251b97..6547bd65b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@babel/preset-env": "^7.12.13", "@babel/preset-react": "^7.12.13", "@commitlint/cli": "^11.0.0", - "@commitlint/config-angular": "^11.0.0", + "@commitlint/config-angular": "^12.1.4", "@commitlint/config-conventional": "^11.0.0", "@hot-loader/react-dom": "^16.14.0", "@readme/eslint-config": "^3.8.0", @@ -1717,24 +1717,24 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-11.0.0.tgz", - "integrity": "sha512-H8QSEOmfRsPW0Iehid5fY7NZ2HXmyKC6Q83MLFf9KRnmCcbgJtH+faECtqlvPntayO3CYbA4UenIerOaQ0vOAg==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.4.tgz", + "integrity": "sha512-ptJpRjsHe0Cmh6Bm5tnC/RbR9p3/YMsZFhOzLEiv1sn2pBPsTSGIka1eO26XquLcw/0srKCGBNnUFFLO84qGPQ==", "dev": true, "dependencies": { - "@commitlint/config-angular-type-enum": "^11.0.0" + "@commitlint/config-angular-type-enum": "^12.1.4" }, "engines": { - "node": ">=v10.22.0" + "node": ">=v10" } }, "node_modules/@commitlint/config-angular-type-enum": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-11.0.0.tgz", - "integrity": "sha512-dSyxdkU36aEgDUWBSiM5lsZ/h2K7uCyKf+A5Sf3+Z5JhcLD9GzTo5W+c8KgwTBdL39dkL7sN+EVgsXNjW99pJg==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.1.4.tgz", + "integrity": "sha512-C/F4X0VN56qpVq4HqiY2DuynF3BLtIFxM8Zwf3xvSONHGYVqmYG1cM6qezMxKtTIuy7A5yKK5aeSnaptw+VQgw==", "dev": true, "engines": { - "node": ">=v10.22.0" + "node": ">=v10" } }, "node_modules/@commitlint/config-conventional": { @@ -34944,18 +34944,18 @@ } }, "@commitlint/config-angular": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-11.0.0.tgz", - "integrity": "sha512-H8QSEOmfRsPW0Iehid5fY7NZ2HXmyKC6Q83MLFf9KRnmCcbgJtH+faECtqlvPntayO3CYbA4UenIerOaQ0vOAg==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.4.tgz", + "integrity": "sha512-ptJpRjsHe0Cmh6Bm5tnC/RbR9p3/YMsZFhOzLEiv1sn2pBPsTSGIka1eO26XquLcw/0srKCGBNnUFFLO84qGPQ==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^11.0.0" + "@commitlint/config-angular-type-enum": "^12.1.4" } }, "@commitlint/config-angular-type-enum": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-11.0.0.tgz", - "integrity": "sha512-dSyxdkU36aEgDUWBSiM5lsZ/h2K7uCyKf+A5Sf3+Z5JhcLD9GzTo5W+c8KgwTBdL39dkL7sN+EVgsXNjW99pJg==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.1.4.tgz", + "integrity": "sha512-C/F4X0VN56qpVq4HqiY2DuynF3BLtIFxM8Zwf3xvSONHGYVqmYG1cM6qezMxKtTIuy7A5yKK5aeSnaptw+VQgw==", "dev": true }, "@commitlint/config-conventional": { diff --git a/package.json b/package.json index 6f55085f7..b4f3cd8b2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@babel/preset-env": "^7.12.13", "@babel/preset-react": "^7.12.13", "@commitlint/cli": "^11.0.0", - "@commitlint/config-angular": "^11.0.0", + "@commitlint/config-angular": "^12.1.4", "@commitlint/config-conventional": "^11.0.0", "@hot-loader/react-dom": "^16.14.0", "@readme/eslint-config": "^3.8.0",