fix(deps): update dependency node-html-parser to v7 #9

Merged
nyyu merged 1 commit from renovate/node-html-parser-7.x into master 2024-12-26 19:16:27 +01:00
2 changed files with 30 additions and 30 deletions

56
deno.lock generated
View file

@ -5,8 +5,8 @@
"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.7.5": "22.10.2",
"npm:eslint@^9.12.0": "9.17.0", "npm:eslint@^9.12.0": "9.17.0",
"npm:node-html-parser@^6.1.13": "6.1.13", "npm:node-html-parser@7": "7.0.1",
"npm:typescript-eslint@^8.8.1": "8.18.0_eslint@9.17.0_typescript@5.7.2_@typescript-eslint+parser@8.18.0__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.6.3": "5.7.2"
}, },
"npm": { "npm": {
@ -121,8 +121,8 @@
"undici-types" "undici-types"
] ]
}, },
"@typescript-eslint/eslint-plugin@8.18.0_@typescript-eslint+parser@8.18.0__eslint@9.17.0__typescript@5.7.2_eslint@9.17.0_typescript@5.7.2": { "@typescript-eslint/eslint-plugin@8.18.2_@typescript-eslint+parser@8.18.2__eslint@9.17.0__typescript@5.7.2_eslint@9.17.0_typescript@5.7.2": {
"integrity": "sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==", "integrity": "sha512-adig4SzPLjeQ0Tm+jvsozSGiCliI2ajeURDGHjZ2llnA+A67HihCQ+a3amtPhUakd1GlwHxSRvzOZktbEvhPPg==",
"dependencies": [ "dependencies": [
"@eslint-community/regexpp", "@eslint-community/regexpp",
"@typescript-eslint/parser", "@typescript-eslint/parser",
@ -138,8 +138,8 @@
"typescript" "typescript"
] ]
}, },
"@typescript-eslint/parser@8.18.0_eslint@9.17.0_typescript@5.7.2": { "@typescript-eslint/parser@8.18.2_eslint@9.17.0_typescript@5.7.2": {
"integrity": "sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==", "integrity": "sha512-y7tcq4StgxQD4mDr9+Jb26dZ+HTZ/SkfqpXSiqeUXZHxOUyjWDKsmwKhJ0/tApR08DgOhrFAoAhyB80/p3ViuA==",
"dependencies": [ "dependencies": [
"@typescript-eslint/scope-manager", "@typescript-eslint/scope-manager",
"@typescript-eslint/types", "@typescript-eslint/types",
@ -150,15 +150,15 @@
"typescript" "typescript"
] ]
}, },
"@typescript-eslint/scope-manager@8.18.0": { "@typescript-eslint/scope-manager@8.18.2": {
"integrity": "sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==", "integrity": "sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==",
"dependencies": [ "dependencies": [
"@typescript-eslint/types", "@typescript-eslint/types",
"@typescript-eslint/visitor-keys" "@typescript-eslint/visitor-keys"
] ]
}, },
"@typescript-eslint/type-utils@8.18.0_eslint@9.17.0_typescript@5.7.2": { "@typescript-eslint/type-utils@8.18.2_eslint@9.17.0_typescript@5.7.2": {
"integrity": "sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==", "integrity": "sha512-AB/Wr1Lz31bzHfGm/jgbFR0VB0SML/hd2P1yxzKDM48YmP7vbyJNHRExUE/wZsQj2wUCvbWH8poNHFuxLqCTnA==",
"dependencies": [ "dependencies": [
"@typescript-eslint/typescript-estree", "@typescript-eslint/typescript-estree",
"@typescript-eslint/utils", "@typescript-eslint/utils",
@ -168,11 +168,11 @@
"typescript" "typescript"
] ]
}, },
"@typescript-eslint/types@8.18.0": { "@typescript-eslint/types@8.18.2": {
"integrity": "sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==" "integrity": "sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ=="
}, },
"@typescript-eslint/typescript-estree@8.18.0_typescript@5.7.2": { "@typescript-eslint/typescript-estree@8.18.2_typescript@5.7.2": {
"integrity": "sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==", "integrity": "sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==",
"dependencies": [ "dependencies": [
"@typescript-eslint/types", "@typescript-eslint/types",
"@typescript-eslint/visitor-keys", "@typescript-eslint/visitor-keys",
@ -185,8 +185,8 @@
"typescript" "typescript"
] ]
}, },
"@typescript-eslint/utils@8.18.0_eslint@9.17.0_typescript@5.7.2": { "@typescript-eslint/utils@8.18.2_eslint@9.17.0_typescript@5.7.2": {
"integrity": "sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==", "integrity": "sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==",
"dependencies": [ "dependencies": [
"@eslint-community/eslint-utils", "@eslint-community/eslint-utils",
"@typescript-eslint/scope-manager", "@typescript-eslint/scope-manager",
@ -196,8 +196,8 @@
"typescript" "typescript"
] ]
}, },
"@typescript-eslint/visitor-keys@8.18.0": { "@typescript-eslint/visitor-keys@8.18.2": {
"integrity": "sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==", "integrity": "sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==",
"dependencies": [ "dependencies": [
"@typescript-eslint/types", "@typescript-eslint/types",
"eslint-visitor-keys@4.2.0" "eslint-visitor-keys@4.2.0"
@ -324,8 +324,8 @@
"domelementtype" "domelementtype"
] ]
}, },
"domutils@3.1.0": { "domutils@3.2.1": {
"integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", "integrity": "sha512-xWXmuRnN9OMP6ptPd2+H0cCbcYBULa5YDTbMm/2lvkWvNA3O4wcW+GvzooqBuNM8yy6pl3VIAeJTUUWUbfI5Fw==",
"dependencies": [ "dependencies": [
"dom-serializer", "dom-serializer",
"domelementtype", "domelementtype",
@ -435,8 +435,8 @@
"fast-levenshtein@2.0.6": { "fast-levenshtein@2.0.6": {
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
}, },
"fastq@1.17.1": { "fastq@1.18.0": {
"integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==",
"dependencies": [ "dependencies": [
"reusify" "reusify"
] ]
@ -587,8 +587,8 @@
"natural-compare@1.4.0": { "natural-compare@1.4.0": {
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
}, },
"node-html-parser@6.1.13": { "node-html-parser@7.0.1": {
"integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==", "integrity": "sha512-KGtmPY2kS0thCWGK0VuPyOS+pBKhhe8gXztzA2ilAOhbUbxa9homF1bOyKvhGzMLXUoRds9IOmr/v5lr/lqNmA==",
"dependencies": [ "dependencies": [
"css-select", "css-select",
"he" "he"
@ -698,8 +698,8 @@
"prelude-ls" "prelude-ls"
] ]
}, },
"typescript-eslint@8.18.0_eslint@9.17.0_typescript@5.7.2_@typescript-eslint+parser@8.18.0__eslint@9.17.0__typescript@5.7.2": { "typescript-eslint@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": {
"integrity": "sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==", "integrity": "sha512-KuXezG6jHkvC3MvizeXgupZzaG5wjhU3yE8E7e6viOvAvD9xAWYp8/vy0WULTGe9DYDWcQu7aW03YIV3mSitrQ==",
"dependencies": [ "dependencies": [
"@typescript-eslint/eslint-plugin", "@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser", "@typescript-eslint/parser",
@ -740,8 +740,8 @@
"npm:@types/eslint__js@^8.42.3", "npm:@types/eslint__js@^8.42.3",
"npm:@types/node@^22.7.5", "npm:@types/node@^22.7.5",
"npm:eslint@^9.12.0", "npm:eslint@^9.12.0",
"npm:node-html-parser@^6.1.13", "npm:node-html-parser@7",
"npm:typescript-eslint@^8.8.1", "npm:typescript-eslint@^8.18.2",
"npm:typescript@^5.6.3" "npm:typescript@^5.6.3"
] ]
} }

View file

@ -8,7 +8,7 @@
"start": "deno --allow-net src/index.ts" "start": "deno --allow-net src/index.ts"
}, },
"dependencies": { "dependencies": {
"node-html-parser": "^6.1.13" "node-html-parser": "^7.0.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.12.0", "@eslint/js": "^9.12.0",
@ -16,6 +16,6 @@
"@types/node": "^22.7.5", "@types/node": "^22.7.5",
"eslint": "^9.12.0", "eslint": "^9.12.0",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"typescript-eslint": "^8.8.1" "typescript-eslint": "^8.18.2"
} }
} }