From 5768a009922b74c7612488b9aee7a3bd489eb4b5 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 31 May 2019 07:59:48 +0000 Subject: [PATCH 1/2] chore(package): update @commitlint/config-conventional to version 8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16f43cd..288348e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "devDependencies": { "@commitlint/cli": "^7.3.2", - "@commitlint/config-conventional": "^7.3.1", + "@commitlint/config-conventional": "^8.0.0", "@mdi/font": "^3.3.92", "@storybook/addon-actions": "^4.1.0", "@storybook/addon-backgrounds": "^4.1.7", From c6ad36f4b82b9f7001c0b6656ab5b58b064b966f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 31 May 2019 07:59:55 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9938354..71324f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vuetify-with-storybook", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -850,9 +850,9 @@ } }, "@commitlint/config-conventional": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-7.3.1.tgz", - "integrity": "sha512-KPgL+wvXReqi0tvmjV0NQI+d4QwK125K1qimJtM+/uArR7P4AAlQxdXGnZ5kBtsTIzg9O9FhUS49UwqffmxijA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-8.0.0.tgz", + "integrity": "sha512-umg1irroowOV+x8oZPBw8woCogZO5MFKUYQq+fRZvhowoSwDHXYILP3ETcdHUgvytw/K/a8Xvu7iCypK6oZQ+g==", "dev": true }, "@commitlint/ensure": { @@ -13287,6 +13287,7 @@ "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz", "integrity": "sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==", "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0"