1 Commits

Author SHA1 Message Date
86495cf8ff Update dependency @typescript-eslint/parser to ^8.44.0
Some checks failed
continuous-integration/drone/push Build is failing
2025-09-19 00:41:29 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
"globals": "^16.4.0", "globals": "^16.4.0",
"typescript": "^5.9.2", "typescript": "^5.9.2",
"typescript-eslint": "^8.43.0", "typescript-eslint": "^8.43.0",
"vite": "^7.1.6" "vite": "^7.1.5"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@@ -5502,9 +5502,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "7.1.6", "version": "7.1.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.6.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.5.tgz",
"integrity": "sha512-SRYIB8t/isTwNn8vMB3MR6E+EQZM/WG1aKmmIUCfDXfVvKfc20ZpamngWHKzAmmu9ppsgxsg4b2I7c90JZudIQ==", "integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@@ -29,6 +29,6 @@
"globals": "^16.4.0", "globals": "^16.4.0",
"typescript": "^5.9.2", "typescript": "^5.9.2",
"typescript-eslint": "^8.43.0", "typescript-eslint": "^8.43.0",
"vite": "^7.1.6" "vite": "^7.1.5"
} }
} }