From 7f79c5e43749df2fe4f0c4b71c5a5ab4362e50fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 16:10:59 +0000 Subject: [PATCH] chore(deps) Update dependency prettier to v2 --- package-lock.json | 23 +++++++++++++---------- package.json | 4 ++-- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a9bc283..0e4dc67b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cz-conventional-changelog", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cz-conventional-changelog", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "chalk": "^3.0.0", @@ -23,7 +23,7 @@ "cosmiconfig": "5.2.1", "mocha": "9.2.2", "mock-require": "3.0.3", - "prettier": "1.19.1", + "prettier": "2.8.4", "semantic-release": "19.0.5", "semver": "6.3.0" }, @@ -6317,15 +6317,18 @@ } }, "node_modules/prettier": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", - "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", + "version": "2.8.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz", + "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==", "dev": true, "bin": { "prettier": "bin-prettier.js" }, "engines": { - "node": ">=4" + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" } }, "node_modules/process-nextick-args": { @@ -12414,9 +12417,9 @@ } }, "prettier": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", - "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", + "version": "2.8.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz", + "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==", "dev": true }, "process-nextick-args": { diff --git a/package.json b/package.json index 856b0624..208d8881 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-conventional-changelog", - "version": "0.0.1", + "version": "0.0.2", "description": "Commitizen adapter following the conventional-changelog format.", "main": "index.js", "scripts": { @@ -35,7 +35,7 @@ "cosmiconfig": "5.2.1", "mocha": "9.2.2", "mock-require": "3.0.3", - "prettier": "1.19.1", + "prettier": "2.8.4", "semantic-release": "19.0.5", "semver": "6.3.0" },