Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47d5b76

Browse files
chore: bump eslint-plugin-compat from 4.0.1 to 4.0.2 in /site (#137)
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases) - [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md) - [Commits](amilajack/eslint-plugin-compat@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-compat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56b3ec1 commit 47d5b76

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-prettier": "8.3.0",
3333
"eslint-import-resolver-alias": "1.1.2",
3434
"eslint-import-resolver-typescript": "2.5.0",
35-
"eslint-plugin-compat": "4.0.1",
35+
"eslint-plugin-compat": "4.0.2",
3636
"eslint-plugin-import": "2.25.4",
3737
"eslint-plugin-jest": "26.0.0",
3838
"eslint-plugin-jsx-a11y": "6.5.1",

site/yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,11 @@
626626
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-3.3.14.tgz#b72a37c654e598f9ae6f8335faaee182bebc6b28"
627627
integrity sha512-n2RC9d6XatVbWFdHLimzzUJxJ1KY8LdjqrW6YvGPiRmsHkhOUx74/Ct10x5Yo7bC/Jvqx7cDEW8IMPv/+vwEzA==
628628

629+
"@mdn/browser-compat-data@^4.1.5":
630+
version "4.1.6"
631+
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-4.1.6.tgz#991b4393404babaac27cbc406dd28763aa14cec4"
632+
integrity sha512-JbtcHGODAlkOT6eDV2rCyOguW3+o34ExMD9DOki6kxzeyN3IBtZ9PI0FlbKeD77Bm5U0UG5Heo4qnNbSajXUnw==
633+
629634
630635
version "12.0.9"
631636
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.0.9.tgz#4c9e9eef00226145d9629a846b8cc31878e1328c"
@@ -1496,7 +1501,7 @@ camelcase@^6.2.0:
14961501
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
14971502
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
14981503

1499-
caniuse-lite@^1.0.30001267, caniuse-lite@^1.0.30001283, caniuse-lite@^1.0.30001286:
1504+
caniuse-lite@^1.0.30001283, caniuse-lite@^1.0.30001286, caniuse-lite@^1.0.30001304:
15001505
version "1.0.30001304"
15011506
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001304.tgz#38af55ed3fc8220cb13e35e6e7309c8c65a05559"
15021507
integrity sha512-bdsfZd6K6ap87AGqSHJP/s1V+U6Z5lyrcbBu3ovbCCf8cSYpwTtGrCBObMpJqwxfTbLW6YTIdbb1jEeTelcpYQ==
@@ -2015,15 +2020,15 @@ eslint-module-utils@^2.7.2:
20152020
debug "^3.2.7"
20162021
find-up "^2.1.0"
20172022

2018-
2019-
version "4.0.1"
2020-
resolved "https://registry.yarnpkg.com/eslint-plugin-compat/-/eslint-plugin-compat-4.0.1.tgz#54e1b5095a7c3ef45701556fce1923d615c76445"
2021-
integrity sha512-vs4oa+WQcCRH7lD/0H8eh90tnSQurV3Cebt32x28JlP0Kn9UkQT+N8Pm939KavTO3/DiFPQyTPCNdYXcIWP/GA==
2023+
2024+
version "4.0.2"
2025+
resolved "https://registry.yarnpkg.com/eslint-plugin-compat/-/eslint-plugin-compat-4.0.2.tgz#b058627a7d25d352adf0ec16dca8fcf92d9c7af7"
2026+
integrity sha512-xqvoO54CLTVaEYGMzhu35Wzwk/As7rCvz/2dqwnFiWi0OJccEtGIn+5qq3zqIu9nboXlpdBN579fZcItC73Ycg==
20222027
dependencies:
2023-
"@mdn/browser-compat-data" "^3.3.14"
2028+
"@mdn/browser-compat-data" "^4.1.5"
20242029
ast-metadata-inferer "^0.7.0"
20252030
browserslist "^4.16.8"
2026-
caniuse-lite "^1.0.30001267"
2031+
caniuse-lite "^1.0.30001304"
20272032
core-js "^3.16.2"
20282033
find-up "^5.0.0"
20292034
lodash.memoize "4.1.2"

0 commit comments

Comments
 (0)