From afde409f1f1b08ecf943e580fbfede0fe9c89118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 22:22:53 +0000 Subject: [PATCH] build(deps): bump @commitlint/config-angular-type-enum Bumps [@commitlint/config-angular-type-enum](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular-type-enum) from 16.2.1 to 17.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular-type-enum/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.0/@commitlint/config-angular-type-enum) --- updated-dependencies: - dependency-name: "@commitlint/config-angular-type-enum" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- package-lock.json | 23 +++++++++++++++++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 5f62a0c..a349b61 100644 --- a/app/package.json +++ b/app/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@commitlint/config-angular": "^16.0.0", - "@commitlint/config-angular-type-enum": "^16.0.0", + "@commitlint/config-angular-type-enum": "^17.0.0", "@commitlint/config-conventional": "^16.0.0", "@commitlint/is-ignored": "^16.0.0", "@commitlint/lint": "^16.0.0", diff --git a/package-lock.json b/package-lock.json index bff0866..8124179 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "@commitlint/config-angular": "^16.0.0", - "@commitlint/config-angular-type-enum": "^16.0.0", + "@commitlint/config-angular-type-enum": "^17.0.0", "@commitlint/config-conventional": "^16.0.0", "@commitlint/is-ignored": "^16.0.0", "@commitlint/lint": "^16.0.0", @@ -54,6 +54,14 @@ "vue-tsc": "^0.34.10" } }, + "app/node_modules/@commitlint/config-angular-type-enum": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-17.0.0.tgz", + "integrity": "sha512-OJrxpzszJ+jF0RvqLjsM/iZ94IfJ33NVCFFGVmkzuHjKxPt/i/+yJKJ5lzGhlsp5YV2F2Ui5ECIf5Sor2/OZvQ==", + "engines": { + "node": ">=v14" + } + }, "app/src/stubs/execa": { "name": "stub-execa", "version": "0.0.1" @@ -19901,7 +19909,7 @@ "version": "file:app", "requires": { "@commitlint/config-angular": "^16.0.0", - "@commitlint/config-angular-type-enum": "^16.0.0", + "@commitlint/config-angular-type-enum": "^17.0.0", "@commitlint/config-conventional": "^16.0.0", "@commitlint/is-ignored": "^16.0.0", "@commitlint/lint": "^16.0.0", @@ -19931,6 +19939,13 @@ "vite": "^2.9.5", "vue": "^3.2.33", "vue-tsc": "^0.34.10" + }, + "dependencies": { + "@commitlint/config-angular-type-enum": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-17.0.0.tgz", + "integrity": "sha512-OJrxpzszJ+jF0RvqLjsM/iZ94IfJ33NVCFFGVmkzuHjKxPt/i/+yJKJ5lzGhlsp5YV2F2Ui5ECIf5Sor2/OZvQ==" + } } }, "commit-editor-cli": { @@ -20609,10 +20624,10 @@ "e2e": { "version": "file:e2e", "requires": { - "@vitejs/plugin-vue": "2.3.1", + "@vitejs/plugin-vue": "^2.3.1", "cypress": "^9.1.0", "typescript": "^4.5.2", - "vite": "2.9.5" + "vite": "^2.9.5" } }, "ecc-jsbn": {