Skip to content

Commit

Permalink
Updating deps and updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
tnelms1 committed Dec 10, 2024
1 parent f7d218f commit 0f26725
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 153 deletions.
181 changes: 44 additions & 137 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartbear/visualtest-cypress",
"version": "1.10.1",
"version": "1.10.2",
"description": "Cypress Plugin for SmartBear VisualTest via JavaScript",
"author": "Trevor Nelms",
"main": "index.js",
Expand All @@ -14,16 +14,16 @@

},
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.7.9",
"chalk": "^4.1.2",
"cypress-axe": "^1.5.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"fs-extra": "^11.2.0",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"semver": "^7.6.3",
"sharp": "^0.33.5",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"bin": {
"visualtest-setup": "./bin/setup.js"
Expand All @@ -39,6 +39,6 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/uuid": "^10.0.0",
"npm-check-updates": "^17.1.1"
"npm-check-updates": "^17.1.11"
}
}
Loading

0 comments on commit 0f26725

Please sign in to comment.