chore: bump eslint from 8.56.0 to 8.57.0 (#1001)
dependabot[bot] committed
Mar 28, 2024 at 22:59 UTC
b1f95bef3e50c1bb2ade16c63f6849a6171831a4
1 file changed
+16
-16
package-lock.json
+16
-16
@@ -3028,9 +3028,9 @@
3028
}
3029
},
3030
"node_modules/@eslint/js": {
3031
- "version": "8.56.0",
3032
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz",
3033
- "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==",
3031
+ "version": "8.57.0",
3032
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
3033
+ "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
3034
"dev": true,
3035
"engines": {
3036
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -3784,13 +3784,13 @@
3784
}
3785
},
3786
"node_modules/@humanwhocodes/config-array": {
3787
- "version": "0.11.13",
3788
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
3789
- "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
3787
+ "version": "0.11.14",
3788
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
3789
+ "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
3790
"dev": true,
3791
"dependencies": {
3792
- "@humanwhocodes/object-schema": "^2.0.1",
3793
- "debug": "^4.1.1",
3792
+ "@humanwhocodes/object-schema": "^2.0.2",
3793
+ "debug": "^4.3.1",
3794
"minimatch": "^3.0.5"
3795
},
3796
"engines": {
@@ -3833,9 +3833,9 @@
3833
}
3834
},
3835
"node_modules/@humanwhocodes/object-schema": {
3836
- "version": "2.0.1",
3837
- "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
3838
- "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
3836
+ "version": "2.0.2",
3837
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz",
3838
+ "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
3839
"dev": true
3840
},
3841
"node_modules/@iarna/toml": {
@@ -14736,16 +14736,16 @@
14736
}
14737
},
14738
"node_modules/eslint": {
14739
- "version": "8.56.0",
14740
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz",
14741
- "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==",
14739
+ "version": "8.57.0",
14740
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
14741
+ "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
14742
"dev": true,
14743
"dependencies": {
14744
"@eslint-community/eslint-utils": "^4.2.0",
14745
"@eslint-community/regexpp": "^4.6.1",
14746
"@eslint/eslintrc": "^2.1.4",
14747
- "@eslint/js": "8.56.0",
14748
- "@humanwhocodes/config-array": "^0.11.13",
14747
+ "@eslint/js": "8.57.0",
14748
+ "@humanwhocodes/config-array": "^0.11.14",
14749
"@humanwhocodes/module-importer": "^1.0.1",
14750
"@nodelib/fs.walk": "^1.2.8",
14751
"@ungap/structured-clone": "^1.2.0",