Skip to content

Commit 0f26725

Browse files
committed
Updating deps and updating version
1 parent f7d218f commit 0f26725

File tree

3 files changed

+64
-153
lines changed

3 files changed

+64
-153
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartbear/visualtest-cypress",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "Cypress Plugin for SmartBear VisualTest via JavaScript",
55
"author": "Trevor Nelms",
66
"main": "index.js",
@@ -14,16 +14,16 @@
1414

1515
},
1616
"dependencies": {
17-
"axios": "^1.7.7",
17+
"axios": "^1.7.9",
1818
"chalk": "^4.1.2",
1919
"cypress-axe": "^1.5.0",
20-
"dotenv": "^16.4.5",
20+
"dotenv": "^16.4.7",
2121
"fs-extra": "^11.2.0",
22-
"pino": "^9.4.0",
23-
"pino-pretty": "^11.2.2",
22+
"pino": "^9.5.0",
23+
"pino-pretty": "^13.0.0",
2424
"semver": "^7.6.3",
2525
"sharp": "^0.33.5",
26-
"uuid": "^10.0.0"
26+
"uuid": "^11.0.3"
2727
},
2828
"bin": {
2929
"visualtest-setup": "./bin/setup.js"
@@ -39,6 +39,6 @@
3939
"devDependencies": {
4040
"@types/fs-extra": "^11.0.4",
4141
"@types/uuid": "^10.0.0",
42-
"npm-check-updates": "^17.1.1"
42+
"npm-check-updates": "^17.1.11"
4343
}
4444
}

0 commit comments

Comments
 (0)