diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-11-02 00:48:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 00:48:05 +0100 |
commit | e84886aa37107f35d61b3bde9406c78c13f77cee (patch) | |
tree | 3e1d1032de8bb69c5b9be17a93d217de92d608cd /package-lock.json | |
parent | cd27f306621d88882df003a9bd32391a3bb95ef3 (diff) | |
download | jquery-e84886aa37107f35d61b3bde9406c78c13f77cee.tar.gz jquery-e84886aa37107f35d61b3bde9406c78c13f77cee.zip |
Build: Update ESLint-related packages, fix linting errors (3.x version)
The main change is the new rule in `eslint-config-jquery`:
`template-curly-spacing`.
Closes gh-5348
Ref jquery/eslint-config-jquery#21
Ref gh-5347
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json index c54b192d8..8d4f77d15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,8 +19,8 @@ "commitplease": "3.2.0", "concurrently": "8.2.0", "core-js-bundle": "3.32.1", - "eslint": "8.48.0", - "eslint-config-jquery": "3.0.1", + "eslint": "8.51.0", + "eslint-config-jquery": "3.0.2", "express": "4.18.2", "globals": "13.20.0", "grunt": "1.5.3", @@ -636,9 +636,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz", - "integrity": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==", + "version": "8.51.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz", + "integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -2330,16 +2330,16 @@ } }, "node_modules/eslint": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz", - "integrity": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==", + "version": "8.51.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz", + "integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.48.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint/js": "8.51.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.12.4", @@ -2384,9 +2384,9 @@ } }, "node_modules/eslint-config-jquery": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-jquery/-/eslint-config-jquery-3.0.1.tgz", - "integrity": "sha512-YAV9A5rrLdVu6SDaBvqSiqSHPbKCRGoLB1u+gLHnK5Z8GURp4jcdbuWNLdL/fp646vJNLzUeaef95c+Juexq/Q==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/eslint-config-jquery/-/eslint-config-jquery-3.0.2.tgz", + "integrity": "sha512-1CdP7AY5ZuhDGUXz+/b7FwhRnDoK0A1swz+2nZ+zpEYJ3EyV085AOAfpFJL2s+ioHDspNQEsGSsl9uUEm9/f/g==", "dev": true }, "node_modules/eslint-scope": { |