Skip to content

Commit fd74503

Browse files
build(deps-dev): bump eslint from 8.52.0 to 8.53.0 (#1451)
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.52.0...v8.53.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77d0a16 commit fd74503

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"chai": "^4.3.10",
4646
"cssnano": "^6.0.1",
4747
"cypress": "13.5.0",
48-
"eslint": "^8.52.0",
48+
"eslint": "^8.53.0",
4949
"eslint-plugin-jest": "^27.6.0",
5050
"http-server": "^14.1.1",
5151
"jest": "^29.7.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,10 +1127,10 @@
11271127
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
11281128
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
11291129

1130-
"@eslint/eslintrc@^2.1.2":
1131-
version "2.1.2"
1132-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
1133-
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
1130+
"@eslint/eslintrc@^2.1.3":
1131+
version "2.1.3"
1132+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
1133+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
11341134
dependencies:
11351135
ajv "^6.12.4"
11361136
debug "^4.3.2"
@@ -1142,10 +1142,10 @@
11421142
minimatch "^3.1.2"
11431143
strip-json-comments "^3.1.1"
11441144

1145-
"@eslint/js@8.52.0":
1146-
version "8.52.0"
1147-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c"
1148-
integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==
1145+
"@eslint/js@8.53.0":
1146+
version "8.53.0"
1147+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
1148+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
11491149

11501150
"@gar/promisify@^1.1.3":
11511151
version "1.1.3"
@@ -4423,15 +4423,15 @@ eslint@^6.0.0:
44234423
text-table "^0.2.0"
44244424
v8-compile-cache "^2.0.3"
44254425

4426-
eslint@^8.52.0:
4427-
version "8.52.0"
4428-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.52.0.tgz#d0cd4a1fac06427a61ef9242b9353f36ea7062fc"
4429-
integrity sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==
4426+
eslint@^8.53.0:
4427+
version "8.53.0"
4428+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
4429+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
44304430
dependencies:
44314431
"@eslint-community/eslint-utils" "^4.2.0"
44324432
"@eslint-community/regexpp" "^4.6.1"
4433-
"@eslint/eslintrc" "^2.1.2"
4434-
"@eslint/js" "8.52.0"
4433+
"@eslint/eslintrc" "^2.1.3"
4434+
"@eslint/js" "8.53.0"
44354435
"@humanwhocodes/config-array" "^0.11.13"
44364436
"@humanwhocodes/module-importer" "^1.0.1"
44374437
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)