Skip to content

Commit 15d8b56

Browse files
dependabot[bot]kylecarbs
authored andcommitted
chore: bump eslint from 8.13.0 to 8.14.0 in /site (#1135)
Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.14.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.13.0...v8.14.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 e58080f commit 15d8b56

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"copy-webpack-plugin": "10.2.4",
6868
"css-loader": "6.7.1",
6969
"css-minimizer-webpack-plugin": "3.4.1",
70-
"eslint": "8.13.0",
70+
"eslint": "8.14.0",
7171
"eslint-config-prettier": "8.5.0",
7272
"eslint-import-resolver-alias": "1.1.2",
7373
"eslint-import-resolver-typescript": "2.7.1",

site/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,10 +1247,10 @@
12471247
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
12481248
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
12491249

1250-
"@eslint/eslintrc@^1.2.1":
1251-
version "1.2.1"
1252-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.1.tgz#8b5e1c49f4077235516bc9ec7d41378c0f69b8c6"
1253-
integrity sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==
1250+
"@eslint/eslintrc@^1.2.2":
1251+
version "1.2.2"
1252+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
1253+
integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
12541254
dependencies:
12551255
ajv "^6.12.4"
12561256
debug "^4.3.2"
@@ -6457,12 +6457,12 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
64576457
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
64586458
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
64596459

6460-
eslint@8.13.0:
6461-
version "8.13.0"
6462-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7"
6463-
integrity sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==
6460+
eslint@8.14.0:
6461+
version "8.14.0"
6462+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
6463+
integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
64646464
dependencies:
6465-
"@eslint/eslintrc" "^1.2.1"
6465+
"@eslint/eslintrc" "^1.2.2"
64666466
"@humanwhocodes/config-array" "^0.9.2"
64676467
ajv "^6.10.0"
64686468
chalk "^4.0.0"

0 commit comments

Comments
 (0)