Skip to content

Commit 03746c7

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.json

Lines changed: 3 additions & 3 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": {
@@ -29,9 +29,9 @@
2929
"word-wrap": "^1.0.3"
3030
},
3131
"devDependencies": {
32-
"@types/chai": "4.3.3",
32+
"@types/chai": "4.3.4",
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)