From 60a89ee807c7cdd5df2cedc87eac42fab8b7f3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:25:14 +0300 Subject: [PATCH] Bump jshint and @types/jshint (#1001) Bumps [jshint](https://github.com/jshint/jshint) and [@types/jshint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jshint). These dependencies needed to be updated together. Updates `jshint` from 2.13.5 to 2.13.6 - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jshint/jshint/compare/2.13.5...2.13.6) Updates `@types/jshint` from 2.12.1 to 2.12.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jshint) --- updated-dependencies: - dependency-name: jshint dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: "@types/jshint" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba2d30877..665723b54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@fortawesome/free-solid-svg-icons": "^6.3.0", "@fortawesome/react-fontawesome": "^0.1.18", "@react-querybuilder/bootstrap": "^4.5.2", - "@types/jshint": "^2.12.1", + "@types/jshint": "^2.12.4", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.5.0", "@uiw/react-codemirror": "^4.21.13", @@ -106,7 +106,7 @@ "jest-styled-components": "^7.1.1", "jquery-extendext": "^1.0.0", "jQuery-QueryBuilder": "^2.6.0", - "jshint": "^2.13.5", + "jshint": "^2.13.6", "lint-staged": "^13.1.1", "mini-css-extract-plugin": "^2.6.1", "postcss-loader": "^7.2.4", @@ -4002,9 +4002,9 @@ } }, "node_modules/@types/jshint": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/@types/jshint/-/jshint-2.12.1.tgz", - "integrity": "sha512-Sen/qexrVc74JFfqPfaRB5zF/aIuziEmENKFQgpUNU23Ebja/aAFXdnPpiB9qumE8QWLCHFinuVbx5THc5tWkw==" + "version": "2.12.4", + "resolved": "https://registry.npmjs.org/@types/jshint/-/jshint-2.12.4.tgz", + "integrity": "sha512-oglnnIxrE50jLiDjc96F26E8kU4U1t+WI8STeEDWMMQaRZQ1+V0yYxiqQ0WZefviVbMwCw0MYIrjdTDEvRXjMQ==" }, "node_modules/@types/json-schema": { "version": "7.0.11", @@ -12096,9 +12096,9 @@ } }, "node_modules/jshint": { - "version": "2.13.5", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.5.tgz", - "integrity": "sha512-dB2n1w3OaQ35PLcBGIWXlszjbPZwsgZoxsg6G8PtNf2cFMC1l0fObkYLUuXqTTdi6tKw4sAjfUseTdmDMHQRcg==", + "version": "2.13.6", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz", + "integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==", "dev": true, "dependencies": { "cli": "~1.0.0", @@ -20172,9 +20172,9 @@ } }, "@types/jshint": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/@types/jshint/-/jshint-2.12.1.tgz", - "integrity": "sha512-Sen/qexrVc74JFfqPfaRB5zF/aIuziEmENKFQgpUNU23Ebja/aAFXdnPpiB9qumE8QWLCHFinuVbx5THc5tWkw==" + "version": "2.12.4", + "resolved": "https://registry.npmjs.org/@types/jshint/-/jshint-2.12.4.tgz", + "integrity": "sha512-oglnnIxrE50jLiDjc96F26E8kU4U1t+WI8STeEDWMMQaRZQ1+V0yYxiqQ0WZefviVbMwCw0MYIrjdTDEvRXjMQ==" }, "@types/json-schema": { "version": "7.0.11", @@ -26270,9 +26270,9 @@ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" }, "jshint": { - "version": "2.13.5", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.5.tgz", - "integrity": "sha512-dB2n1w3OaQ35PLcBGIWXlszjbPZwsgZoxsg6G8PtNf2cFMC1l0fObkYLUuXqTTdi6tKw4sAjfUseTdmDMHQRcg==", + "version": "2.13.6", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz", + "integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==", "dev": true, "requires": { "cli": "~1.0.0", diff --git a/package.json b/package.json index 1cc7862ff..649309b11 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "jest-styled-components": "^7.1.1", "jquery-extendext": "^1.0.0", "jQuery-QueryBuilder": "^2.6.0", - "jshint": "^2.13.5", + "jshint": "^2.13.6", "lint-staged": "^13.1.1", "mini-css-extract-plugin": "^2.6.1", "postcss-loader": "^7.2.4", @@ -117,7 +117,7 @@ "@fortawesome/free-solid-svg-icons": "^6.3.0", "@fortawesome/react-fontawesome": "^0.1.18", "@react-querybuilder/bootstrap": "^4.5.2", - "@types/jshint": "^2.12.1", + "@types/jshint": "^2.12.4", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.5.0", "@uiw/react-codemirror": "^4.21.13",