From 8d56d3b3b477f42aef29fbbbadb4eba306459916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 07:30:18 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 17.0.0 to 17.0.3 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 17.0.0 to 17.0.3. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.3/@commitlint/config-angular) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index acc64be5f22..ed124e2419d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -824,9 +824,9 @@ } }, "@commitlint/config-angular": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.0.0.tgz", - "integrity": "sha512-OngMpL/DpCHCebiQEVripTn/STqzbzwcP8jiwnCftXvUAaNQvAEBqbf7IbVPAvkj00WQsjvMQqRZD8D9NY7QaQ==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.0.3.tgz", + "integrity": "sha512-syeEtOmkLEyrq2VVJxvvtMUYovFCg3QVK818FA6lmUqgi+HtoM5zgm1ZjF6CUgZc4PcyAwfQwRjVtmeQC2yBEA==", "dev": true, "requires": { "@commitlint/config-angular-type-enum": "^17.0.0" @@ -13691,12 +13691,6 @@ } } }, - "hashlru": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/hashlru/-/hashlru-2.3.0.tgz", - "integrity": "sha512-0cMsjjIC8I+D3M44pOQdsy0OHXGLVz6Z0beRuufhKa0KfaD2wGwAev6jILzXsd3/vpnNQJmWyZtIILqM1N+n5A==", - "dev": true - }, "he": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", @@ -20122,6 +20116,14 @@ "requires": { "fastify-plugin": "^3.0.0", "hashlru": "^2.3.0" + }, + "dependencies": { + "hashlru": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/hashlru/-/hashlru-2.3.0.tgz", + "integrity": "sha512-0cMsjjIC8I+D3M44pOQdsy0OHXGLVz6Z0beRuufhKa0KfaD2wGwAev6jILzXsd3/vpnNQJmWyZtIILqM1N+n5A==", + "dev": true + } } } } diff --git a/package.json b/package.json index 3d0e3b915bc..fcacf3352ea 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "devDependencies": { "@codechecks/client": "0.1.12", "@commitlint/cli": "17.0.3", - "@commitlint/config-angular": "17.0.0", + "@commitlint/config-angular": "17.0.3", "@fastify/cors": "^8.0.0", "@fastify/formbody": "7.0.1", "@fastify/middie": "8.0.0",