Skip to content

Commit 2d1f814

Browse files
chore(deps-dev): bump the eslint group with 7 updates
Bumps the eslint group with 7 updates: | Package | From | To | | --- | --- | --- | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.2.0` | `3.3.0` | | [@types/eslint__eslintrc](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint__eslintrc) | `2.1.2` | `3.3.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.19.0` | `9.21.0` | | [eslint](https://github.com/eslint/eslint) | `9.19.0` | `9.21.0` | | [eslint-config-flat-gitignore](https://github.com/antfu/eslint-config-flat-gitignore) | `2.0.0` | `2.1.0` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.1.0` | `5.2.0` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.18` | `0.4.19` | Updates `@eslint/eslintrc` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v3.2.0...v3.3.0) Updates `@types/eslint__eslintrc` from 2.1.2 to 3.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint__eslintrc) Updates `@eslint/js` from 9.19.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js) Updates `@types/eslint__eslintrc` from 2.1.2 to 3.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint__eslintrc) Updates `eslint` from 9.19.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.21.0) Updates `eslint-config-flat-gitignore` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/antfu/eslint-config-flat-gitignore/releases) - [Commits](antfu/eslint-config-flat-gitignore@v2.0.0...v2.1.0) Updates `eslint-plugin-react-hooks` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-react-refresh` from 0.4.18 to 0.4.19 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.18...v0.4.19) --- updated-dependencies: - dependency-name: "@eslint/eslintrc" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@types/eslint__eslintrc" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@types/eslint__eslintrc" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-flat-gitignore dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6015d6d commit 2d1f814

File tree

2 files changed

+65
-73
lines changed

2 files changed

+65
-73
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"zod": "3.24.1"
4141
},
4242
"devDependencies": {
43-
"@eslint/eslintrc": "3.2.0",
44-
"@eslint/js": "9.19.0",
43+
"@eslint/eslintrc": "3.3.0",
44+
"@eslint/js": "9.21.0",
4545
"@faker-js/faker": "9.3.0",
4646
"@iconify/json": "2.2.302",
4747
"@remix-run/dev": "2.15.2",
@@ -52,17 +52,17 @@
5252
"@testing-library/react": "16.2.0",
5353
"@testing-library/user-event": "14.6.1",
5454
"@types/eslint-plugin-jsx-a11y": "6.10.0",
55-
"@types/eslint__eslintrc": "2.1.2",
55+
"@types/eslint__eslintrc": "3.3.0",
5656
"@types/react": "18.3.18",
5757
"@types/react-dom": "18.3.5",
5858
"@vitejs/plugin-react": "4.3.4",
5959
"autoprefixer": "10.4.20",
60-
"eslint": "9.19.0",
61-
"eslint-config-flat-gitignore": "2.0.0",
60+
"eslint": "9.21.0",
61+
"eslint-config-flat-gitignore": "2.1.0",
6262
"eslint-plugin-jsx-a11y": "6.10.2",
6363
"eslint-plugin-react": "7.37.4",
64-
"eslint-plugin-react-hooks": "5.1.0",
65-
"eslint-plugin-react-refresh": "0.4.18",
64+
"eslint-plugin-react-hooks": "5.2.0",
65+
"eslint-plugin-react-refresh": "0.4.19",
6666
"eslint-plugin-simple-import-sort": "12.1.1",
6767
"eslint-typegen": "1.0.0",
6868
"globals": "15.14.0",

yarn.lock

+58-66
Original file line numberDiff line numberDiff line change
@@ -998,26 +998,26 @@
998998
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.6.tgz#747ad2bde060582873cb486e03bfdf2945f0868d"
999999
integrity sha512-k7HNCqApoDHM6XzT30zGoETj+D+uUcZUb+IVAJmar3u6bvHf7hhHJcWx09QHj4/a2qrKZMWU0E16tvkiAdv06Q==
10001000

1001-
"@eslint/config-array@^0.19.0":
1002-
version "0.19.1"
1003-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.1.tgz#734aaea2c40be22bbb1f2a9dac687c57a6a4c984"
1004-
integrity sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==
1001+
"@eslint/config-array@^0.19.2":
1002+
version "0.19.2"
1003+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
1004+
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
10051005
dependencies:
1006-
"@eslint/object-schema" "^2.1.5"
1006+
"@eslint/object-schema" "^2.1.6"
10071007
debug "^4.3.1"
10081008
minimatch "^3.1.2"
10091009

1010-
"@eslint/core@^0.10.0":
1011-
version "0.10.0"
1012-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
1013-
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
1010+
"@eslint/core@^0.12.0":
1011+
version "0.12.0"
1012+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
1013+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
10141014
dependencies:
10151015
"@types/json-schema" "^7.0.15"
10161016

1017-
"@eslint/eslintrc@3.2.0", "@eslint/eslintrc@^3.2.0":
1018-
version "3.2.0"
1019-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
1020-
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
1017+
"@eslint/eslintrc@*", "@eslint/eslintrc@3.3.0", "@eslint/eslintrc@^3.3.0":
1018+
version "3.3.0"
1019+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
1020+
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
10211021
dependencies:
10221022
ajv "^6.12.4"
10231023
debug "^4.3.2"
@@ -1029,22 +1029,22 @@
10291029
minimatch "^3.1.2"
10301030
strip-json-comments "^3.1.1"
10311031

1032-
"@eslint/js@9.19.0":
1033-
version "9.19.0"
1034-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
1035-
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
1032+
"@eslint/js@9.21.0":
1033+
version "9.21.0"
1034+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
1035+
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
10361036

1037-
"@eslint/object-schema@^2.1.5":
1038-
version "2.1.5"
1039-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.5.tgz#8670a8f6258a2be5b2c620ff314a1d984c23eb2e"
1040-
integrity sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==
1037+
"@eslint/object-schema@^2.1.6":
1038+
version "2.1.6"
1039+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
1040+
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
10411041

1042-
"@eslint/plugin-kit@^0.2.5":
1043-
version "0.2.5"
1044-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
1045-
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
1042+
"@eslint/plugin-kit@^0.2.7":
1043+
version "0.2.7"
1044+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz#9901d52c136fb8f375906a73dcc382646c3b6a27"
1045+
integrity sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==
10461046
dependencies:
1047-
"@eslint/core" "^0.10.0"
1047+
"@eslint/core" "^0.12.0"
10481048
levn "^0.4.1"
10491049

10501050
"@exodus/schemasafe@^1.0.0-rc.2":
@@ -1116,10 +1116,10 @@
11161116
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
11171117
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
11181118

1119-
"@humanwhocodes/retry@^0.4.1":
1120-
version "0.4.1"
1121-
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
1122-
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
1119+
"@humanwhocodes/retry@^0.4.2":
1120+
version "0.4.2"
1121+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
1122+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
11231123

11241124
"@ibm-cloud/openapi-ruleset-utilities@1.6.0":
11251125
version "1.6.0"
@@ -2426,12 +2426,12 @@
24262426
"@types/estree" "*"
24272427
"@types/json-schema" "*"
24282428

2429-
"@types/eslint__eslintrc@2.1.2":
2430-
version "2.1.2"
2431-
resolved "https://registry.yarnpkg.com/@types/eslint__eslintrc/-/eslint__eslintrc-2.1.2.tgz#a067aed15c09066970f905407d98c8c4ad22287c"
2432-
integrity sha512-qXvzPFY7Rz05xD8ZApXJ3S8xStQD2Ibzu3EFIF0UMNOAfLY5xUu3H61q0JrHo2OXD6rcFG75yUxNQbkKtFKBSw==
2429+
"@types/eslint__eslintrc@3.3.0":
2430+
version "3.3.0"
2431+
resolved "https://registry.yarnpkg.com/@types/eslint__eslintrc/-/eslint__eslintrc-3.3.0.tgz#e6491300b24502e8ed8aea4bbd33712c8b58eb20"
2432+
integrity sha512-u9C5PHo8zhLBTEpWAV1YsP3ijj3GjM+4r2aGLbkT+vqtBubwgSI8KiRHXtC2QcxDGR0qM3Qapg7OtTB58JmoYQ==
24332433
dependencies:
2434-
"@types/eslint" "*"
2434+
"@eslint/eslintrc" "*"
24352435

24362436
"@types/estree-jsx@^1.0.0":
24372437
version "1.0.5"
@@ -4151,10 +4151,10 @@ escape-string-regexp@^4.0.0:
41514151
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
41524152
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
41534153

4154-
eslint-config-flat-gitignore@2.0.0:
4155-
version "2.0.0"
4156-
resolved "https://registry.yarnpkg.com/eslint-config-flat-gitignore/-/eslint-config-flat-gitignore-2.0.0.tgz#c7dab107c8ddf6390b7d61f878a6e061488e3370"
4157-
integrity sha512-9iH+DZO94uxsw5iFjzqa9GfahA5oK3nA1GoJK/6u8evAtooYJMwuSWiLcGDfrdLoqdQ5/kqFJKKuMY/+SAasvg==
4154+
eslint-config-flat-gitignore@2.1.0:
4155+
version "2.1.0"
4156+
resolved "https://registry.yarnpkg.com/eslint-config-flat-gitignore/-/eslint-config-flat-gitignore-2.1.0.tgz#8b93caa703977f04dee11e4c3c8303432462921c"
4157+
integrity sha512-cJzNJ7L+psWp5mXM7jBX+fjHtBvvh06RBlcweMhKD8jWqQw0G78hOW5tpVALGHGFPsBV+ot2H+pdDGJy6CV8pA==
41584158
dependencies:
41594159
"@eslint/compat" "^1.2.5"
41604160

@@ -4179,15 +4179,15 @@ eslint-plugin-jsx-a11y@6.10.2:
41794179
safe-regex-test "^1.0.3"
41804180
string.prototype.includes "^2.0.1"
41814181

4182-
eslint-plugin-react-hooks@5.1.0:
4183-
version "5.1.0"
4184-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
4185-
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
4182+
eslint-plugin-react-hooks@5.2.0:
4183+
version "5.2.0"
4184+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
4185+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
41864186

4187-
eslint-plugin-react-refresh@0.4.18:
4188-
version "0.4.18"
4189-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.18.tgz#d2ae6dc8d48c87f7722f5304385b0cd8b3a32a54"
4190-
integrity sha512-IRGEoFn3OKalm3hjfolEWGqoF/jPqeEYFp+C8B0WMzwGwBMvlRDQd06kghDhF0C61uJ6WfSDhEZE/sAQjduKgw==
4187+
eslint-plugin-react-refresh@0.4.19:
4188+
version "0.4.19"
4189+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.19.tgz#f15020c0caa58e33fc4efda27d328281ca74e53d"
4190+
integrity sha512-eyy8pcr/YxSYjBoqIFSrlbn9i/xvxUFa8CjzAYo9cFjgGXqq1hyjihcpZvxRLalpaWmueWR81xn7vuKmAFijDQ==
41914191

41924192
eslint-plugin-react@7.37.4:
41934193
version "7.37.4"
@@ -4244,21 +4244,21 @@ eslint-visitor-keys@^4.2.0:
42444244
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
42454245
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
42464246

4247-
eslint@9.19.0:
4248-
version "9.19.0"
4249-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf"
4250-
integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==
4247+
eslint@9.21.0:
4248+
version "9.21.0"
4249+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
4250+
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
42514251
dependencies:
42524252
"@eslint-community/eslint-utils" "^4.2.0"
42534253
"@eslint-community/regexpp" "^4.12.1"
4254-
"@eslint/config-array" "^0.19.0"
4255-
"@eslint/core" "^0.10.0"
4256-
"@eslint/eslintrc" "^3.2.0"
4257-
"@eslint/js" "9.19.0"
4258-
"@eslint/plugin-kit" "^0.2.5"
4254+
"@eslint/config-array" "^0.19.2"
4255+
"@eslint/core" "^0.12.0"
4256+
"@eslint/eslintrc" "^3.3.0"
4257+
"@eslint/js" "9.21.0"
4258+
"@eslint/plugin-kit" "^0.2.7"
42594259
"@humanfs/node" "^0.16.6"
42604260
"@humanwhocodes/module-importer" "^1.0.1"
4261-
"@humanwhocodes/retry" "^0.4.1"
4261+
"@humanwhocodes/retry" "^0.4.2"
42624262
"@types/estree" "^1.0.6"
42634263
"@types/json-schema" "^7.0.15"
42644264
ajv "^6.12.4"
@@ -5007,15 +5007,7 @@ immer@^9.0.6:
50075007
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
50085008
integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
50095009

5010-
import-fresh@^3.2.1:
5011-
version "3.3.0"
5012-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
5013-
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
5014-
dependencies:
5015-
parent-module "^1.0.0"
5016-
resolve-from "^4.0.0"
5017-
5018-
import-fresh@^3.3.0:
5010+
import-fresh@^3.2.1, import-fresh@^3.3.0:
50195011
version "3.3.1"
50205012
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
50215013
integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==

0 commit comments

Comments
 (0)