Skip to content

Commit 94fc953

Browse files
committed
fix
1 parent d178a89 commit 94fc953

File tree

2 files changed

+159
-153
lines changed

2 files changed

+159
-153
lines changed

e2e/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
"@eslint/eslintrc": "^3.3.5",
1616
"@eslint/js": "^9.39.4",
1717
"@prettier/plugin-oxc": "^0.0.4",
18-
"@types/node": "^22.19.15",
18+
"@types/node": "^22.19.17",
1919
"@types/totp-generator": "^0.0.8",
20-
"@typescript-eslint/eslint-plugin": "^8.58.0",
21-
"@typescript-eslint/parser": "^8.58.0",
20+
"@typescript-eslint/eslint-plugin": "^8.58.1",
21+
"@typescript-eslint/parser": "^8.58.1",
2222
"eslint": "^9.39.4",
2323
"eslint-config-prettier": "^10.1.8",
2424
"eslint-plugin-import": "^2.32.0",
2525
"eslint-plugin-prettier": "^5.5.5",
2626
"eslint-plugin-simple-import-sort": "^12.1.1",
27-
"prettier": "^3.8.1"
27+
"prettier": "^3.8.2"
2828
},
2929
"dependencies": {
3030
"@faker-js/faker": "^9.9.0",
3131
"@playwright/test": "^1.59.1",
3232
"@scure/base": "^1.2.6",
3333
"@types/lodash": "^4.17.24",
3434
"@types/pg": "^8.20.0",
35-
"axios": "^1.14.0",
36-
"dotenv": "^17.4.0",
35+
"axios": "^1.15.0",
36+
"dotenv": "^17.4.1",
3737
"lodash": "^4.18.1",
3838
"pg": "^8.20.0",
3939
"playwright": "^1.59.1",

0 commit comments

Comments
 (0)