Skip to content

Commit e5e616d

Browse files
chore(deps) Update all non-major dependencies
1 parent a93bd96 commit e5e616d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: 🛑 Cancel Previous Runs
23-
uses: styfle/cancel-workflow-action@0.9.1
23+
uses: styfle/cancel-workflow-action@0.11.0
2424
with:
2525
access_token: ${{ secrets.GITHUB_TOKEN }}
2626

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cz-conventional-changelog",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Commitizen adapter following the conventional-changelog format.",
55
"main": "index.js",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@types/chai": "4.3.3",
3333
"@types/mocha": "9.1.1",
34-
"chai": "4.3.6",
34+
"chai": "4.3.7",
3535
"cosmiconfig": "5.2.1",
3636
"mocha": "9.2.2",
3737
"mock-require": "3.0.3",

0 commit comments

Comments
 (0)