diff --git a/.config/requirements.txt b/.config/requirements.txt index 76b315917d..b2b4645a03 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -72,7 +72,7 @@ ply==3.11 psutil==5.9.5 pycparser==2.21 pygments==2.14.0 -pylint==2.17.3 +pylint==2.17.4 pymdown-extensions==9.10 pyparsing==3.0.9 pyrsistent==0.19.3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc85c9dae4..84fc1e3667 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: args: [--relative, --no-progress, --no-summary] name: Spell check with cspell - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.22.0 + rev: 0.23.0 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git @@ -126,7 +126,7 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.264" + rev: "v0.0.265" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/test/schemas/package-lock.json b/test/schemas/package-lock.json index 545e502db7..44b84a7617 100644 --- a/test/schemas/package-lock.json +++ b/test/schemas/package-lock.json @@ -16,7 +16,7 @@ "@types/js-yaml": "^4.0.5", "@types/minimatch": "^5.1.2", "@types/mocha": "^10.0.1", - "@types/node": "^18.16.3", + "@types/node": "^20.1.0", "chai": "^4.3.7", "minimatch": "^9.0.0", "mocha": "^10.2.0", @@ -101,9 +101,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.16.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz", - "integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==" + "version": "20.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.0.tgz", + "integrity": "sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==" }, "node_modules/@vscode/l10n": { "version": "0.0.13", @@ -1404,9 +1404,9 @@ "dev": true }, "@types/node": { - "version": "18.16.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz", - "integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==" + "version": "20.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.0.tgz", + "integrity": "sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==" }, "@vscode/l10n": { "version": "0.0.13", diff --git a/test/schemas/package.json b/test/schemas/package.json index 5bc813f4b3..0e72b79c49 100644 --- a/test/schemas/package.json +++ b/test/schemas/package.json @@ -16,7 +16,7 @@ "@types/js-yaml": "^4.0.5", "@types/minimatch": "^5.1.2", "@types/mocha": "^10.0.1", - "@types/node": "^18.16.3", + "@types/node": "^20.1.0", "chai": "^4.3.7", "minimatch": "^9.0.0", "mocha": "^10.2.0",