Skip to content

Commit 4415f5d

Browse files
committed
fix: Upgrade dependencies
1 parent b64dc26 commit 4415f5d

File tree

3 files changed

+677
-657
lines changed

3 files changed

+677
-657
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Coverage
2727
uses: codecov/codecov-action@v3
2828
- name: Publish
29-
uses: cycjimmy/semantic-release-action@v2
29+
uses: cycjimmy/semantic-release-action@v3
3030
with:
3131
semantic_version: 19
3232
branches: master

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"dependencies": {
46-
"@prantlf/jsonlint": "14.0.0",
46+
"@prantlf/jsonlint": "14.0.3",
4747
"ansi-colors": "4.1.3",
4848
"fancy-log": "2.0.0",
4949
"map-stream": "0.0.7",
@@ -52,16 +52,16 @@
5252
},
5353
"devDependencies": {
5454
"c8": "7.13.0",
55-
"eslint": "8.35.0",
55+
"eslint": "8.39.0",
5656
"eslint-config-standard": "17.0.0",
5757
"eslint-plugin-import": "2.27.5",
58-
"eslint-plugin-n": "15.6.1",
58+
"eslint-plugin-n": "15.7.0",
5959
"eslint-plugin-node": "11.1.0",
6060
"eslint-plugin-promise": "6.1.1",
6161
"eslint-plugin-standard": "4.1.0",
6262
"gulp": "4.0.2",
6363
"mocha": "10.2.0",
64-
"prettier": "2.8.4",
64+
"prettier": "2.8.8",
6565
"should": "13.2.3",
6666
"vinyl": "3.0.0"
6767
},

0 commit comments

Comments
 (0)