Skip to content

Commit d84c0fe

Browse files
feat: deps bump
1 parent 8e16a89 commit d84c0fe

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.eslintignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
allure-report/
2-
node_modules/
3-
collections
4-
environments
5-
report
1+
node_modules/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newman-parallel",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A framework to execute multiple Postman collections in parallel run with Newman.Includes Allure, HTML-extra and Junit reporters integrations",
55
"main": "index.js",
66
"scripts": {
@@ -40,8 +40,8 @@
4040
"newman-parallel": "./index.js"
4141
},
4242
"dependencies": {
43-
"newman-reporter-allure": "3.0.5",
44-
"allure-commandline": "2.31.0",
43+
"newman-reporter-allure": "3.2.1",
44+
"allure-commandline": "2.33.0",
4545
"allure-patch": "^1.0.3",
4646
"async": "^3.2.6",
4747
"newman": "6.2.1",

0 commit comments

Comments
 (0)