From 367ac64bd5695d99aaf843e0ea33f3062cc69b34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 01:04:15 +0000 Subject: [PATCH] chore(deps): pin dependencies --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c2305d2..9b39f5ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,8 +23,8 @@ ], "license": "MIT", "devDependencies": { - "@commitlint/cli": "^17.6.7", - "@commitlint/config-conventional": "^17.6.7", + "@commitlint/cli": "17.6.7", + "@commitlint/config-conventional": "17.6.7", "@types/eslint": "8.44.1", "@types/tape": "4.13.4", "commitlint-config-standard": "github:standard/commitlint-config-standard", diff --git a/package.json b/package.json index 8adbf8cd..3b6460fc 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "index.js" ], "devDependencies": { - "@commitlint/cli": "^17.6.7", - "@commitlint/config-conventional": "^17.6.7", + "@commitlint/cli": "17.6.7", + "@commitlint/config-conventional": "17.6.7", "@types/eslint": "8.44.1", "@types/tape": "4.13.4", "commitlint-config-standard": "github:standard/commitlint-config-standard",