This commit is contained in:
parent
472aab4ff4
commit
7481480ed7
2 changed files with 15 additions and 15 deletions
20
deno.lock
generated
20
deno.lock
generated
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"version": "4",
|
||||
"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/node@^22.7.5": "22.10.2",
|
||||
"npm:eslint@^9.12.0": "9.17.0",
|
||||
"npm:node-html-parser@7": "7.0.1",
|
||||
"npm:@types/node@^22.10.2": "22.10.2",
|
||||
"npm:eslint@^9.17.0": "9.17.0",
|
||||
"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@^5.6.3": "5.7.2"
|
||||
"npm:typescript@^5.7.2": "5.7.2"
|
||||
},
|
||||
"npm": {
|
||||
"@eslint-community/eslint-utils@4.4.1_eslint@9.17.0": {
|
||||
|
@ -736,13 +736,13 @@
|
|||
"workspace": {
|
||||
"packageJson": {
|
||||
"dependencies": [
|
||||
"npm:@eslint/js@^9.12.0",
|
||||
"npm:@eslint/js@^9.17.0",
|
||||
"npm:@types/eslint__js@^8.42.3",
|
||||
"npm:@types/node@^22.7.5",
|
||||
"npm:eslint@^9.12.0",
|
||||
"npm:node-html-parser@7",
|
||||
"npm:@types/node@^22.10.2",
|
||||
"npm:eslint@^9.17.0",
|
||||
"npm:node-html-parser@^7.0.1",
|
||||
"npm:typescript-eslint@^8.18.2",
|
||||
"npm:typescript@^5.6.3"
|
||||
"npm:typescript@^5.7.2"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
10
package.json
10
package.json
|
@ -8,14 +8,14 @@
|
|||
"start": "deno --allow-net src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-html-parser": "^7.0.0"
|
||||
"node-html-parser": "^7.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.12.0",
|
||||
"@eslint/js": "^9.17.0",
|
||||
"@types/eslint__js": "^8.42.3",
|
||||
"@types/node": "^22.7.5",
|
||||
"eslint": "^9.12.0",
|
||||
"typescript": "^5.6.3",
|
||||
"@types/node": "^22.10.2",
|
||||
"eslint": "^9.17.0",
|
||||
"typescript": "^5.7.2",
|
||||
"typescript-eslint": "^8.18.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue