1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2025-05-21 23:21:29 +02:00

build(deps): update latest

This commit is contained in:
Divlo
2023-05-13 16:19:21 +02:00
parent 2cb7967bc7
commit e818556c5b
13 changed files with 1475 additions and 670 deletions

View File

@ -21,46 +21,46 @@
"html-validator": "6.0.1",
"log-symbols": "5.1.0",
"ora": "6.3.0",
"read-pkg": "7.1.0",
"read-pkg": "8.0.0",
"table": "6.8.1"
},
"bin": {
"html-w3c-validator": "build/index.js"
},
"devDependencies": {
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.44",
"@tsconfig/strictest": "2.0.0",
"@swc/core": "1.3.57",
"@tsconfig/strictest": "2.0.1",
"@types/html-validator": "5.0.3",
"@types/mock-fs": "4.13.1",
"@types/node": "18.15.11",
"@types/node": "20.1.3",
"@types/tap": "15.0.8",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/eslint-plugin": "5.59.5",
"editorconfig-checker": "5.0.1",
"eslint": "8.37.0",
"eslint-config-conventions": "8.0.0",
"eslint": "8.40.0",
"eslint-config-conventions": "9.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "46.0.0",
"eslint-plugin-unicorn": "47.0.0",
"execa": "7.1.1",
"lint-staged": "13.2.0",
"markdownlint-cli2": "0.6.0",
"markdownlint-rule-relative-links": "1.1.2",
"lint-staged": "13.2.2",
"markdownlint-cli2": "0.7.1",
"markdownlint-rule-relative-links": "1.2.0",
"mock-fs": "5.2.0",
"prettier": "2.8.7",
"rimraf": "4.4.1",
"semantic-release": "21.0.1",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"semantic-release": "21.0.2",
"serve": "14.2.0",
"tap": "16.3.4",
"typescript": "5.0.3"
"typescript": "5.0.4"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
"npm": ">=9.0.0"
}
},
"node_modules/@hapi/hoek": {
@ -745,9 +745,9 @@
"dev": true
},
"node_modules/joi": {
"version": "17.9.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.9.1.tgz",
"integrity": "sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==",
"version": "17.9.2",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.9.2.tgz",
"integrity": "sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==",
"dev": true,
"dependencies": {
"@hapi/hoek": "^9.0.0",
@ -999,9 +999,9 @@
}
},
"node_modules/rxjs": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz",
"integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==",
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
"dev": true,
"dependencies": {
"tslib": "^2.1.0"