Skip to content

Commit 850a3f0

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/tar-6.2.1
2 parents 66f5c55 + 721ddac commit 850a3f0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
publish-npm:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v2
17+
- uses: actions/checkout@v3
18+
- uses: actions/setup-node@v3
1919
with:
2020
node-version: 18
2121
registry-url: https://registry.npmjs.org/

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"mkdirp": "^1.0.4",
2222
"mz": "2.7.0",
2323
"path": "^0.12.7",
24-
"resemblejs": "4.0.0"
24+
"resemblejs": "4.1.0"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "^29.5.0",
2828
"@types/mocha": "^10.0.1",
2929
"allure-commandline": "^2.13.0",
30-
"codeceptjs": "^3.4.1",
30+
"codeceptjs": "^3.6.6",
3131
"jest": "^29.5.0",
3232
"mocha": "^10.2.0",
3333
"mochawesome": "^4.1.0",

0 commit comments

Comments
 (0)