diff --git a/package-lock.json b/package-lock.json index 118e6db3cbfdd9f71e47ad2c04508542f2f77502..010a95b8bf0944701a1338b69433480bb3fa2f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,11 +10,11 @@ "devDependencies": { "@beepbeepgo/semantic-release-python": "1.1.0", "@commitlint/config-conventional": "19.1.0", - "@commitlint/cz-commitlint": "19.1.0", + "@commitlint/cz-commitlint": "19.2.0", "@perun/commitlint-config-perun": "1.0.0", "@perun/semantic-release-perun-config": "1.0.1", "commitizen": "4.3.0", - "inquirer": "9.2.15" + "inquirer": "9.2.16" } }, "node_modules/@babel/code-frame": { @@ -798,13 +798,13 @@ } }, "node_modules/@commitlint/cz-commitlint": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-19.1.0.tgz", - "integrity": "sha512-ABbOmQbckCjBv1xkcsPVNMWikcdMXY3QF491xut1zar+K9Fj5XjUfAvDeJMe/wBigs+6lu8vymnLzLUNwbMDPQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-19.2.0.tgz", + "integrity": "sha512-kudzHMY9/GxflGyAWMiisiBq2UkyQL1D1eWjGKoC66qQ+5jxRYeDaiVwTdPxYMnmehftNcpksZATDYKqdPP0Wg==", "dev": true, "dependencies": { "@commitlint/ensure": "^19.0.3", - "@commitlint/load": "^19.1.0", + "@commitlint/load": "^19.2.0", "@commitlint/types": "^19.0.3", "chalk": "^5.3.0", "lodash.isplainobject": "^4.0.6", @@ -9284,12 +9284,12 @@ "dev": true }, "node_modules/inquirer": { - "version": "9.2.15", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.15.tgz", - "integrity": "sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg==", + "version": "9.2.16", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.16.tgz", + "integrity": "sha512-qzgbB+yNjgSzk2omeqMDtO9IgJet/UL67luT1MaaggRpGK73DBQct5Q4pipwFQcIKK1GbMODYd4UfsRCkSP1DA==", "dev": true, "dependencies": { - "@ljharb/through": "^2.3.12", + "@ljharb/through": "^2.3.13", "ansi-escapes": "^4.3.2", "chalk": "^5.3.0", "cli-cursor": "^3.1.0", diff --git a/package.json b/package.json index be718e81dc1e9f735e8a9d6b0462145a95debf7f..801d426c4890806d35887fcaf7c06a6a88f192e2 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "devDependencies": { "@beepbeepgo/semantic-release-python": "1.1.0", "@commitlint/config-conventional": "19.1.0", - "@commitlint/cz-commitlint": "19.1.0", + "@commitlint/cz-commitlint": "19.2.0", "@perun/commitlint-config-perun": "1.0.0", "@perun/semantic-release-perun-config": "1.0.1", "commitizen": "4.3.0", - "inquirer": "9.2.15" + "inquirer": "9.2.16" }, "config": { "commitizen": {