Skip to content

Commit

Permalink
npx npm-check-updates -u
Browse files Browse the repository at this point in the history
```
 @applitools/eyes-cypress   ^3.37.0  β†’  ^3.38.0
 @cypress/code-coverage     ^3.11.0  β†’  ^3.12.0
 @types/node                ^20.5.7  β†’  ^20.6.0
 approvals                   ^6.2.1  β†’   ^6.2.2
 argon2                     ^0.31.0  β†’  ^0.31.1
 connect-mongo               ^3.2.0  β†’   ^5.0.0
 cypress                   ^12.17.4  β†’  ^13.1.0
 dd-trace                   ^4.14.0  β†’  ^4.15.0
 eslint                     ^8.48.0  β†’  ^8.49.0
 formidable                  ^2.1.1  β†’   ^3.5.1
 mongodb                     4.17.0  β†’    6.0.0
```
  • Loading branch information
adrienjoly committed Sep 11, 2023
1 parent 504ef74 commit 43a63cf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -61,34 +61,34 @@
},
"dependencies": {
"algoliasearch": "4.19.1",
"argon2": "^0.31.0",
"argon2": "^0.31.1",
"async": "*",
"colors": "*",
"connect-mongo": "^3.2.0",
"dd-trace": "^4.14.0",
"connect-mongo": "^5.0.0",
"dd-trace": "^4.15.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"formidable": "^2.1.1",
"formidable": "^3.5.1",
"hogan.js": "3.0.2",
"htmlparser": "*",
"mongodb": "4.17.0",
"mongodb": "6.0.0",
"playemjs": "1.2.2",
"q-set": "^2.0.8",
"request": "2.88.2",
"wait-on": "^7.0.1"
},
"devDependencies": {
"@applitools/eyes-cypress": "^3.37.0",
"@cypress/code-coverage": "^3.11.0",
"@types/node": "^20.5.7",
"@applitools/eyes-cypress": "^3.38.0",
"@cypress/code-coverage": "^3.12.0",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"approvals": "^6.2.1",
"approvals": "^6.2.2",
"ava": "^5.3.1",
"cypress": "^12.17.4",
"cypress": "^13.1.0",
"cypress-file-upload": "^5.0.8",
"cypress-log-to-output": "^1.1.2",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-async": "^2.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-deprecation": "^1.5.0",
Expand Down

0 comments on commit 43a63cf

Please sign in to comment.