Skip to content

Commit 463844b

Browse files
chore(deps) Update all non-major dependencies
1 parent aacde67 commit 463844b

File tree

3 files changed

+78
-72
lines changed

3 files changed

+78
-72
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.12.1
2424
with:
2525
access_token: ${{ secrets.GITHUB_TOKEN }}
2626

package-lock.json

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

package.json

Lines changed: 4 additions & 4 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,15 +29,15 @@
2929
"word-wrap": "^1.0.3"
3030
},
3131
"devDependencies": {
32-
"@types/chai": "4.3.3",
32+
"@types/chai": "4.3.18",
3333
"@types/mocha": "9.1.1",
34-
"chai": "4.3.6",
34+
"chai": "4.5.0",
3535
"cosmiconfig": "5.2.1",
3636
"mocha": "9.2.2",
3737
"mock-require": "3.0.3",
3838
"prettier": "1.19.1",
3939
"semantic-release": "19.0.5",
40-
"semver": "6.3.0"
40+
"semver": "6.3.1"
4141
},
4242
"optionalDependencies": {
4343
"@commitlint/load": ">6.1.1"

0 commit comments

Comments
 (0)