Skip to content

Commit a874438

Browse files
authored
Merge branch 'master' into release/2.1.2
2 parents ebf5779 + cfefadf commit a874438

File tree

5 files changed

+38
-41
lines changed

5 files changed

+38
-41
lines changed

.github/workflows/commitlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
commitlint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: 'actions/checkout@v2.3.4'
15+
- uses: 'actions/checkout@v2.4.0'
1616
with:
1717
fetch-depth: 0
18-
- uses: 'wagoid/commitlint-github-action@v3.1.0'
18+
- uses: 'wagoid/commitlint-github-action@v4.1.9'

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
node-version: [10.x, 12.x, 14.x, 16.x]
1818

1919
steps:
20-
- uses: 'actions/checkout@v2.3.4'
20+
- uses: 'actions/checkout@v2.4.0'
2121

2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: 'actions/setup-node@v2.4.1'
23+
uses: 'actions/setup-node@v2.5.1'
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
publish-npm:
1111
runs-on: 'ubuntu-latest'
1212
steps:
13-
- uses: 'actions/checkout@v2.3.4'
13+
- uses: 'actions/checkout@v2.4.0'
1414

15-
- uses: 'actions/setup-node@v2.4.1'
15+
- uses: 'actions/setup-node@v2.5.1'
1616
with:
1717
node-version: 16
1818
registry-url: 'https://registry.npmjs.org/'

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
"@types/chai-datetime": "0.0.37",
105105
"@types/lodash": "4.14.175",
106106
"@types/mocha": "9.0.0",
107-
"@types/node": "16.10.3",
107+
"@types/node": "17.0.7",
108108
"@types/prettyjson": "0.0.30",
109-
"@types/sinon": "10.0.4",
109+
"@types/sinon": "10.0.6",
110110
"@types/sinon-chai": "3.2.5",
111111
"@typescript-eslint/eslint-plugin": "4.33.0",
112112
"@typescript-eslint/parser": "4.33.0",
@@ -136,7 +136,7 @@
136136
"sinon-chai": "3.7.0",
137137
"source-map-support": "0.5.20",
138138
"sqlite3": "5.0.2",
139-
"ts-node": "10.2.1",
139+
"ts-node": "10.4.0",
140140
"typescript": "4.5.4",
141141
"uuid-validate": "0.0.3"
142142
},

0 commit comments

Comments
 (0)