From 1436e3bfc5b6d6287d90347fbc889bb4b4968ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 00:08:40 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/cli from 16.0.1 to 16.0.2 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.0.1 to 16.0.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.0.2/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... 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 1a147b6e..6ca86043 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "vuetify-toast-snackbar": "^0.6.1" }, "devDependencies": { - "@commitlint/cli": "^16.0.1", + "@commitlint/cli": "^16.0.2", "@commitlint/config-conventional": "^16.0.0", "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", @@ -1715,9 +1715,9 @@ "dev": true }, "node_modules/@commitlint/cli": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.1.tgz", - "integrity": "sha512-61gGRy65WiVDRsqP0dAR2fAgE3qrTBW3fgz9MySv32y5Ib3ZXXDDq6bGyQqi2dSaPuDYzNCRwwlC7mmQM73T/g==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.2.tgz", + "integrity": "sha512-Jt7iaBjoLGC5Nq4dHPTvTYnqPGkElFPBtTXTvBpTgatZApczyjI2plE0oG4GYWPp1suHIS/VdVDOMpPZjGVusg==", "dev": true, "dependencies": { "@commitlint/format": "^16.0.0", @@ -26877,9 +26877,9 @@ "dev": true }, "@commitlint/cli": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.1.tgz", - "integrity": "sha512-61gGRy65WiVDRsqP0dAR2fAgE3qrTBW3fgz9MySv32y5Ib3ZXXDDq6bGyQqi2dSaPuDYzNCRwwlC7mmQM73T/g==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.0.2.tgz", + "integrity": "sha512-Jt7iaBjoLGC5Nq4dHPTvTYnqPGkElFPBtTXTvBpTgatZApczyjI2plE0oG4GYWPp1suHIS/VdVDOMpPZjGVusg==", "dev": true, "requires": { "@commitlint/format": "^16.0.0", diff --git a/package.json b/package.json index 83d103d4..7fa600dc 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "vuetify-toast-snackbar": "^0.6.1" }, "devDependencies": { - "@commitlint/cli": "^16.0.1", + "@commitlint/cli": "^16.0.2", "@commitlint/config-conventional": "^16.0.0", "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0",