Skip to content

Commit

Permalink
Upgrade: Bump @types/node from 18.13.0 to 20.1.1
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 20.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Close #5557
  • Loading branch information
dependabot[bot] authored May 10, 2023
1 parent 9b2b255 commit 3854a43
Show file tree
Hide file tree
Showing 83 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@octokit/rest": "^19.0.7",
"@types/fs-extra": "^9.0.13",
"@types/listr": "^0.14.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/semver": "^7.3.10",
"@types/shelljs": "^0.8.11",
"@types/yargs": "^17.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@hint/utils-create-server": "^3.4.24",
"@types/jsdom": "^20.0.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@hint/parser-html": "^3.1.3",
"@types/chokidar": "^2.1.3",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/is-ci": "^3.0.0",
"@types/lockfile": "^1.0.2",
"@types/lodash": "^4.14.194",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/puppeteer": "^5.4.5",
"@types/puppeteer-core": "^5.4.0",
"@types/sinon": "^10.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@hint/utils-create-server": "^3.4.24",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hintrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/inquirer": "^8.2.0",
"@types/lodash": "^4.14.194",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@hint/utils": "^7.0.22",
"@types/inquirer": "^8.2.0",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/har-format": "^1.2.10",
"@types/is-ci": "^3.0.0",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@types/puppeteer": "^5.4.5",
"@types/react": "^18.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@hint/utils": "^7.0.22",
"@hint/utils-types": "^1.2.0",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@types/vscode": "^1.64.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-codeframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/proxyquire": "^1.3.28",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/sinon": "^10.0.11",
"@types/proxyquire": "^1.3.28",
"@typescript-eslint/eslint-plugin": "^5.59.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/ejs": "^3.1.2",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-stylish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"text-table": "^0.2.0"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@types/text-table": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-summary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"description": "",
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@types/proxyquire": "^1.3.28",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-apple-touch-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@hint/utils-tests-helpers": "^6.5.4",
"@hint/utils-dom": "^2.2.3",
"@types/image-size": "^0.8.0",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-axe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-dom": "^2.2.3",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@hint/parser-babel-config": "^2.1.40",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-button-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-dom": "^2.2.3",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-compat-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@hint/utils-dom": "^2.2.3",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/lodash": "^4.14.194",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-content-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/content-type": "^1.1.5",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-create-element-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hint/parser-javascript": "^3.1.23",
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-css-prefix-order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@hint/parser-sass": "^1.0.30",
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-detect-css-reflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@hint/parser-sass": "^1.0.30",
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-disown-opener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-dom": "^2.2.3",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-doctype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@hint/utils-tests-helpers": "^6.5.4",
"@hint/parser-html": "^3.1.3",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-highest-available-document-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-dom": "^2.2.3",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-html-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@hint/parser-html": "^3.1.3",
"@hint/utils-connector-tools": "^4.0.39",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-http-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-http-compression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@hint/utils-dom": "^2.2.3",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-https-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-ie-flexbox-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-image-optimization-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-dom": "^2.2.3",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-leading-dot-classlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hint/parser-javascript": "^3.1.23",
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-app-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-json": "^1.0.25",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-exists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@hint/parser-manifest": "^2.3.17",
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-file-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hint/parser-manifest": "^2.3.17",
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-json": "^1.0.25",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-is-valid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@hint/utils-json": "^1.0.25",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/color-string": "^1.5.2",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-scoped-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@hint/parser-manifest": "^2.3.17",
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-meta-charset-utf-8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@hint/parser-html": "^3.1.3",
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-meta-theme-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@hint/utils-dom": "^2.2.3",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/color-string": "^1.5.2",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-meta-viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-dom": "^2.2.3",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-minified-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hint/parser-javascript": "^3.1.23",
"@hint/utils-create-server": "^3.4.24",
"@hint/utils-tests-helpers": "^6.5.4",
"@types/node": "^18.13.0",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
Expand Down
Loading

0 comments on commit 3854a43

Please sign in to comment.