chore(deps): update
All checks were successful
/ run (push) Successful in 13s

This commit is contained in:
nyyu 2024-12-26 19:18:32 +01:00
parent 472aab4ff4
commit 7481480ed7
2 changed files with 15 additions and 15 deletions

20
deno.lock generated
View file

@ -1,13 +1,13 @@
{ {
"version": "4", "version": "4",
"specifiers": { "specifiers": {
"npm:@eslint/js@^9.12.0": "9.17.0", "npm:@eslint/js@^9.17.0": "9.17.0",
"npm:@types/eslint__js@^8.42.3": "8.42.3", "npm:@types/eslint__js@^8.42.3": "8.42.3",
"npm:@types/node@^22.7.5": "22.10.2", "npm:@types/node@^22.10.2": "22.10.2",
"npm:eslint@^9.12.0": "9.17.0", "npm:eslint@^9.17.0": "9.17.0",
"npm:node-html-parser@7": "7.0.1", "npm:node-html-parser@^7.0.1": "7.0.1",
"npm:typescript-eslint@^8.18.2": "8.18.2_eslint@9.17.0_typescript@5.7.2_@typescript-eslint+parser@8.18.2__eslint@9.17.0__typescript@5.7.2", "npm:typescript-eslint@^8.18.2": "8.18.2_eslint@9.17.0_typescript@5.7.2_@typescript-eslint+parser@8.18.2__eslint@9.17.0__typescript@5.7.2",
"npm:typescript@^5.6.3": "5.7.2" "npm:typescript@^5.7.2": "5.7.2"
}, },
"npm": { "npm": {
"@eslint-community/eslint-utils@4.4.1_eslint@9.17.0": { "@eslint-community/eslint-utils@4.4.1_eslint@9.17.0": {
@ -736,13 +736,13 @@
"workspace": { "workspace": {
"packageJson": { "packageJson": {
"dependencies": [ "dependencies": [
"npm:@eslint/js@^9.12.0", "npm:@eslint/js@^9.17.0",
"npm:@types/eslint__js@^8.42.3", "npm:@types/eslint__js@^8.42.3",
"npm:@types/node@^22.7.5", "npm:@types/node@^22.10.2",
"npm:eslint@^9.12.0", "npm:eslint@^9.17.0",
"npm:node-html-parser@7", "npm:node-html-parser@^7.0.1",
"npm:typescript-eslint@^8.18.2", "npm:typescript-eslint@^8.18.2",
"npm:typescript@^5.6.3" "npm:typescript@^5.7.2"
] ]
} }
} }

View file

@ -8,14 +8,14 @@
"start": "deno --allow-net src/index.ts" "start": "deno --allow-net src/index.ts"
}, },
"dependencies": { "dependencies": {
"node-html-parser": "^7.0.0" "node-html-parser": "^7.0.1"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.12.0", "@eslint/js": "^9.17.0",
"@types/eslint__js": "^8.42.3", "@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.5", "@types/node": "^22.10.2",
"eslint": "^9.12.0", "eslint": "^9.17.0",
"typescript": "^5.6.3", "typescript": "^5.7.2",
"typescript-eslint": "^8.18.2" "typescript-eslint": "^8.18.2"
} }
} }