Skip to content

Commit cd54a22

Browse files
fix(deps): update all non-major dependencies (#4468)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d4e979f commit cd54a22

File tree

5 files changed

+98
-90
lines changed

5 files changed

+98
-90
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"@types/jest": "^26.0.24",
3232
"@types/node": "^15.12.2",
3333
"@types/semver": "^7.3.8",
34-
"@typescript-eslint/eslint-plugin": "^4.28.4",
35-
"@typescript-eslint/parser": "^4.28.4",
36-
"chalk": "^4.1.1",
34+
"@typescript-eslint/eslint-plugin": "^4.28.5",
35+
"@typescript-eslint/parser": "^4.28.5",
36+
"chalk": "^4.1.2",
3737
"conventional-changelog-cli": "^2.1.1",
3838
"cross-env": "^7.0.3",
39-
"eslint": "^7.31.0",
39+
"eslint": "^7.32.0",
4040
"eslint-define-config": "^1.0.9",
4141
"eslint-plugin-node": "^11.1.0",
4242
"execa": "^5.1.1",
@@ -46,7 +46,7 @@
4646
"minimist": "^1.2.5",
4747
"node-fetch": "^2.6.1",
4848
"npm-run-all": "^4.1.5",
49-
"playwright-chromium": "^1.13.0",
49+
"playwright-chromium": "^1.13.1",
5050
"prettier": "2.3.2",
5151
"prompts": "^2.4.1",
5252
"rimraf": "^3.0.2",

packages/plugin-legacy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
2828
"dependencies": {
29-
"@babel/standalone": "^7.14.8",
30-
"core-js": "^3.15.2",
29+
"@babel/standalone": "^7.14.9",
30+
"core-js": "^3.16.0",
3131
"magic-string": "^0.25.7",
3232
"regenerator-runtime": "^0.13.9",
3333
"systemjs": "^6.10.2"

packages/plugin-react-refresh/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react-refresh#readme",
2828
"dependencies": {
2929
"@babel/core": "^7.14.8",
30-
"@babel/plugin-transform-react-jsx-self": "^7.14.5",
30+
"@babel/plugin-transform-react-jsx-self": "^7.14.9",
3131
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
3232
"@rollup/pluginutils": "^4.1.1",
3333
"react-refresh": "^0.10.0"

packages/vite/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
},
5858
"devDependencies": {
5959
"@ampproject/remapping": "^1.0.1",
60-
"@rollup/plugin-alias": "^3.1.4",
61-
"@rollup/plugin-commonjs": "^19.0.1",
62-
"@rollup/plugin-dynamic-import-vars": "^1.3.0",
60+
"@rollup/plugin-alias": "^3.1.5",
61+
"@rollup/plugin-commonjs": "^19.0.2",
62+
"@rollup/plugin-dynamic-import-vars": "^1.4.0",
6363
"@rollup/plugin-json": "^4.1.0",
6464
"@rollup/plugin-node-resolve": "13.0.4",
65-
"@rollup/plugin-typescript": "^8.2.3",
65+
"@rollup/plugin-typescript": "^8.2.5",
6666
"@rollup/pluginutils": "^4.1.1",
6767
"@types/convert-source-map": "^1.5.2",
6868
"@types/debug": "^4.1.7",
@@ -84,7 +84,7 @@
8484
"brotli-size": "^4.0.0",
8585
"builtin-modules": "^3.2.0",
8686
"cac": "^6.7.3",
87-
"chalk": "^4.1.1",
87+
"chalk": "^4.1.2",
8888
"chokidar": "^3.5.2",
8989
"compression": "^1.7.4",
9090
"connect": "^3.7.0",

yarn.lock

+85-77
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@
485485
dependencies:
486486
"@babel/helper-plugin-utils" "^7.14.5"
487487

488-
"@babel/plugin-transform-react-jsx-self@^7.14.5":
489-
version "7.14.5"
490-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.14.5.tgz#703b5d1edccd342179c2a99ee8c7065c2b4403cc"
491-
integrity sha512-M/fmDX6n0cfHK/NLTcPmrfVAORKDhK8tyjDhyxlUjYyPYYO8FRWwuxBA3WBx8kWN/uBUuwGa3s/0+hQ9JIN3Tg==
488+
"@babel/plugin-transform-react-jsx-self@^7.14.9":
489+
version "7.14.9"
490+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.14.9.tgz#33041e665453391eb6ee54a2ecf3ba1d46bd30f4"
491+
integrity sha512-Fqqu0f8zv9W+RyOnx29BX/RlEsBRANbOf5xs5oxb2aHP4FKbLXxIaVPUiCti56LAR1IixMH4EyaixhUsKqoBHw==
492492
dependencies:
493493
"@babel/helper-plugin-utils" "^7.14.5"
494494

@@ -515,10 +515,10 @@
515515
dependencies:
516516
regenerator-runtime "^0.13.4"
517517

518-
"@babel/standalone@^7.14.8":
519-
version "7.14.8"
520-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.14.8.tgz#4fbb0be8161dbdb30e68d903595fb6479ecf9209"
521-
integrity sha512-5Aa1Bhis4oZD23iLJE5CDYHEs1zSC3ejppHE5aim0OWjGCWTa9Oq1PwopK4u1++ao6B6POW/PqNZjOCZNTSx0Q==
518+
"@babel/standalone@^7.14.9":
519+
version "7.14.9"
520+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.14.9.tgz#b9a6fa913271a153ca232fdd0f2aa5e3c951d9d5"
521+
integrity sha512-EEAwahkk3VW8WOlEAd3xtKN4tVDcgbSiDCc50qD4IgjyMowI2mvLnIZbRpZU5G/yZBGZsEPg7FssT/+yLFBlQQ==
522522

523523
"@babel/template@^7.0.0", "@babel/template@^7.14.5", "@babel/template@^7.3.3":
524524
version "7.14.5"
@@ -934,17 +934,17 @@
934934
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.15.tgz#6a9d143f7f4f49db2d782f9e1c8839a29b43ae23"
935935
integrity sha512-15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA==
936936

937-
"@rollup/plugin-alias@^3.1.4":
938-
version "3.1.4"
939-
resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.1.4.tgz#47774f4ff0eab5937f7acb392cf2b89921f03b7d"
940-
integrity sha512-9YN5h0bWlYFV0zpXwwAWGPUWh/A+kkoCqwrMb43LnuGfhnQqOjsGR+5uh4LGpAZbBBj8qR1Hno6CZadZs7hyCQ==
937+
"@rollup/plugin-alias@^3.1.5":
938+
version "3.1.5"
939+
resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.1.5.tgz#73356a3a1eab2e1e2fd952f9f53cd89fc740d952"
940+
integrity sha512-yzUaSvCC/LJPbl9rnzX3HN7vy0tq7EzHoEiQl1ofh4n5r2Rd5bj/+zcJgaGA76xbw95/JjWQyvHg9rOJp2y0oQ==
941941
dependencies:
942942
slash "^3.0.0"
943943

944-
"@rollup/plugin-commonjs@^19.0.1":
945-
version "19.0.1"
946-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.1.tgz#94a2c103d675523d3ab1c60bfbec567b3eb70410"
947-
integrity sha512-bRrPTIAsWw2LmEspEMvV9f+7N7CEQgZCj2Zi1F0e0P3+/tbjQaSNNVVRSRWVhuDagp8yjK5kbIut8KTPsseRhg==
944+
"@rollup/plugin-commonjs@^19.0.2":
945+
version "19.0.2"
946+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.2.tgz#1ccc3d63878d1bc9846f8969f09dd3b3e4ecc244"
947+
integrity sha512-gBjarfqlC7qs0AutpRW/hrFNm+cd2/QKxhwyFa+srbg1oX7rDsEU3l+W7LAUhsAp9mPJMAkXDhLbQaVwEaE8bA==
948948
dependencies:
949949
"@rollup/pluginutils" "^3.1.0"
950950
commondir "^1.0.1"
@@ -954,10 +954,10 @@
954954
magic-string "^0.25.7"
955955
resolve "^1.17.0"
956956

957-
"@rollup/plugin-dynamic-import-vars@^1.3.0":
958-
version "1.3.0"
959-
resolved "https://registry.yarnpkg.com/@rollup/plugin-dynamic-import-vars/-/plugin-dynamic-import-vars-1.3.0.tgz#91bc1024e8c1fb58821eded8d2ba2917efa55763"
960-
integrity sha512-EFfFpiHpANjxl5OUG56gYSpP9yGwK9q84SfAfQAS/qORd4OsG/fNN9OtFm3VP5iBm1eUHZSkBjMcbWJS8uC6dw==
957+
"@rollup/plugin-dynamic-import-vars@^1.4.0":
958+
version "1.4.0"
959+
resolved "https://registry.yarnpkg.com/@rollup/plugin-dynamic-import-vars/-/plugin-dynamic-import-vars-1.4.0.tgz#f95ffc4d0bfa55fe0113a1b8e03a48e9354d28f6"
960+
integrity sha512-oDeBDYJkD+VleSqSmWZo4h7iMHFYgEx/XVnJJZhCGuqkrS9QwOubESyWMqujBuUMeIByv954RvBTFvkAKlLh4A==
961961
dependencies:
962962
"@rollup/pluginutils" "^3.1.0"
963963
estree-walker "^2.0.1"
@@ -983,10 +983,10 @@
983983
is-module "^1.0.0"
984984
resolve "^1.19.0"
985985

986-
"@rollup/plugin-typescript@^8.2.3":
987-
version "8.2.3"
988-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-8.2.3.tgz#d1aed5dc424623bad8ff026f13f732e7cbeee175"
989-
integrity sha512-bSkd+DD3wP9OLU6lPet59B6jJF29/RlxHkbwvOVOcf1nk8eQYWw24HpldEdrPo/WG0QAPD7TqI7+2y5jtdqjww==
986+
"@rollup/plugin-typescript@^8.2.5":
987+
version "8.2.5"
988+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-8.2.5.tgz#e0319761b2b5105615e5a0c371ae05bc2984b7de"
989+
integrity sha512-QL/LvDol/PAGB2O0S7/+q2HpSUNodpw7z6nGn9BfoVCPOZ0r4EALrojFU29Bkoi2Hr2jgTocTejJ5GGWZfOxbQ==
990990
dependencies:
991991
"@rollup/pluginutils" "^3.1.0"
992992
resolve "^1.17.0"
@@ -1356,73 +1356,73 @@
13561356
dependencies:
13571357
"@types/node" "*"
13581358

1359-
"@typescript-eslint/eslint-plugin@^4.28.4":
1360-
version "4.28.4"
1361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.4.tgz#e73c8cabbf3f08dee0e1bda65ed4e622ae8f8921"
1362-
integrity sha512-s1oY4RmYDlWMlcV0kKPBaADn46JirZzvvH7c2CtAqxCY96S538JRBAzt83RrfkDheV/+G/vWNK0zek+8TB3Gmw==
1359+
"@typescript-eslint/eslint-plugin@^4.28.5":
1360+
version "4.28.5"
1361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.5.tgz#8197f1473e7da8218c6a37ff308d695707835684"
1362+
integrity sha512-m31cPEnbuCqXtEZQJOXAHsHvtoDi9OVaeL5wZnO2KZTnkvELk+u6J6jHg+NzvWQxk+87Zjbc4lJS4NHmgImz6Q==
13631363
dependencies:
1364-
"@typescript-eslint/experimental-utils" "4.28.4"
1365-
"@typescript-eslint/scope-manager" "4.28.4"
1364+
"@typescript-eslint/experimental-utils" "4.28.5"
1365+
"@typescript-eslint/scope-manager" "4.28.5"
13661366
debug "^4.3.1"
13671367
functional-red-black-tree "^1.0.1"
13681368
regexpp "^3.1.0"
13691369
semver "^7.3.5"
13701370
tsutils "^3.21.0"
13711371

1372-
"@typescript-eslint/[email protected].4":
1373-
version "4.28.4"
1374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.4.tgz#9c70c35ebed087a5c70fb0ecd90979547b7fec96"
1375-
integrity sha512-OglKWOQRWTCoqMSy6pm/kpinEIgdcXYceIcH3EKWUl4S8xhFtN34GQRaAvTIZB9DD94rW7d/U7tUg3SYeDFNHA==
1372+
"@typescript-eslint/[email protected].5":
1373+
version "4.28.5"
1374+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz#66c28bef115b417cf9d80812a713e0e46bb42a64"
1375+
integrity sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==
13761376
dependencies:
13771377
"@types/json-schema" "^7.0.7"
1378-
"@typescript-eslint/scope-manager" "4.28.4"
1379-
"@typescript-eslint/types" "4.28.4"
1380-
"@typescript-eslint/typescript-estree" "4.28.4"
1378+
"@typescript-eslint/scope-manager" "4.28.5"
1379+
"@typescript-eslint/types" "4.28.5"
1380+
"@typescript-eslint/typescript-estree" "4.28.5"
13811381
eslint-scope "^5.1.1"
13821382
eslint-utils "^3.0.0"
13831383

1384-
"@typescript-eslint/parser@^4.28.4":
1385-
version "4.28.4"
1386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.4.tgz#bc462dc2779afeefdcf49082516afdc3e7b96fab"
1387-
integrity sha512-4i0jq3C6n+og7/uCHiE6q5ssw87zVdpUj1k6VlVYMonE3ILdFApEzTWgppSRG4kVNB/5jxnH+gTeKLMNfUelQA==
1384+
"@typescript-eslint/parser@^4.28.5":
1385+
version "4.28.5"
1386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.5.tgz#9c971668f86d1b5c552266c47788a87488a47d1c"
1387+
integrity sha512-NPCOGhTnkXGMqTznqgVbA5LqVsnw+i3+XA1UKLnAb+MG1Y1rP4ZSK9GX0kJBmAZTMIktf+dTwXToT6kFwyimbw==
13881388
dependencies:
1389-
"@typescript-eslint/scope-manager" "4.28.4"
1390-
"@typescript-eslint/types" "4.28.4"
1391-
"@typescript-eslint/typescript-estree" "4.28.4"
1389+
"@typescript-eslint/scope-manager" "4.28.5"
1390+
"@typescript-eslint/types" "4.28.5"
1391+
"@typescript-eslint/typescript-estree" "4.28.5"
13921392
debug "^4.3.1"
13931393

1394-
"@typescript-eslint/[email protected].4":
1395-
version "4.28.4"
1396-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.4.tgz#bdbce9b6a644e34f767bd68bc17bb14353b9fe7f"
1397-
integrity sha512-ZJBNs4usViOmlyFMt9X9l+X0WAFcDH7EdSArGqpldXu7aeZxDAuAzHiMAeI+JpSefY2INHrXeqnha39FVqXb8w==
1394+
"@typescript-eslint/[email protected].5":
1395+
version "4.28.5"
1396+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz#3a1b70c50c1535ac33322786ea99ebe403d3b923"
1397+
integrity sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ==
13981398
dependencies:
1399-
"@typescript-eslint/types" "4.28.4"
1400-
"@typescript-eslint/visitor-keys" "4.28.4"
1399+
"@typescript-eslint/types" "4.28.5"
1400+
"@typescript-eslint/visitor-keys" "4.28.5"
14011401

1402-
"@typescript-eslint/[email protected].4":
1403-
version "4.28.4"
1404-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.4.tgz#41acbd79b5816b7c0dd7530a43d97d020d3aeb42"
1405-
integrity sha512-3eap4QWxGqkYuEmVebUGULMskR6Cuoc/Wii0oSOddleP4EGx1tjLnZQ0ZP33YRoMDCs5O3j56RBV4g14T4jvww==
1402+
"@typescript-eslint/[email protected].5":
1403+
version "4.28.5"
1404+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9"
1405+
integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==
14061406

1407-
"@typescript-eslint/[email protected].4":
1408-
version "4.28.4"
1409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.4.tgz#252e6863278dc0727244be9e371eb35241c46d00"
1410-
integrity sha512-z7d8HK8XvCRyN2SNp+OXC2iZaF+O2BTquGhEYLKLx5k6p0r05ureUtgEfo5f6anLkhCxdHtCf6rPM1p4efHYDQ==
1407+
"@typescript-eslint/[email protected].5":
1408+
version "4.28.5"
1409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz#4906d343de693cf3d8dcc301383ed638e0441cd1"
1410+
integrity sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw==
14111411
dependencies:
1412-
"@typescript-eslint/types" "4.28.4"
1413-
"@typescript-eslint/visitor-keys" "4.28.4"
1412+
"@typescript-eslint/types" "4.28.5"
1413+
"@typescript-eslint/visitor-keys" "4.28.5"
14141414
debug "^4.3.1"
14151415
globby "^11.0.3"
14161416
is-glob "^4.0.1"
14171417
semver "^7.3.5"
14181418
tsutils "^3.21.0"
14191419

1420-
"@typescript-eslint/[email protected].4":
1421-
version "4.28.4"
1422-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.4.tgz#92dacfefccd6751cbb0a964f06683bfd72d0c4d3"
1423-
integrity sha512-NIAXAdbz1XdOuzqkJHjNKXKj8QQ4cv5cxR/g0uQhCYf/6//XrmfpaYsM7PnBcNbfvTDLUkqQ5TPNm1sozDdTWg==
1420+
"@typescript-eslint/[email protected].5":
1421+
version "4.28.5"
1422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz#ffee2c602762ed6893405ee7c1144d9cc0a29675"
1423+
integrity sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg==
14241424
dependencies:
1425-
"@typescript-eslint/types" "4.28.4"
1425+
"@typescript-eslint/types" "4.28.5"
14261426
eslint-visitor-keys "^2.0.0"
14271427

14281428
"@vue/babel-helper-vue-transform-on@^1.0.2":
@@ -2123,6 +2123,14 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
21232123
ansi-styles "^4.1.0"
21242124
supports-color "^7.1.0"
21252125

2126+
chalk@^4.1.2:
2127+
version "4.1.2"
2128+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2129+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
2130+
dependencies:
2131+
ansi-styles "^4.1.0"
2132+
supports-color "^7.1.0"
2133+
21262134
char-regex@^1.0.2:
21272135
version "1.0.2"
21282136
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -2562,10 +2570,10 @@ copy-anything@^2.0.1:
25622570
dependencies:
25632571
is-what "^3.12.0"
25642572

2565-
core-js@^3.15.2:
2566-
version "3.15.2"
2567-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.2.tgz#740660d2ff55ef34ce664d7e2455119c5bdd3d61"
2568-
integrity sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q==
2573+
core-js@^3.16.0:
2574+
version "3.16.0"
2575+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.0.tgz#1d46fb33720bc1fa7f90d20431f36a5540858986"
2576+
integrity sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g==
25692577

25702578
core-util-is@~1.0.0:
25712579
version "1.0.2"
@@ -3150,10 +3158,10 @@ eslint-visitor-keys@^2.0.0:
31503158
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
31513159
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
31523160

3153-
eslint@^7.31.0:
3154-
version "7.31.0"
3155-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
3156-
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
3161+
eslint@^7.32.0:
3162+
version "7.32.0"
3163+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
3164+
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
31573165
dependencies:
31583166
"@babel/code-frame" "7.12.11"
31593167
"@eslint/eslintrc" "^0.4.3"
@@ -5917,10 +5925,10 @@ pkg-dir@^4.2.0:
59175925
dependencies:
59185926
find-up "^4.0.0"
59195927

5920-
playwright-chromium@^1.13.0:
5921-
version "1.13.0"
5922-
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.13.0.tgz#8d12c6dfa11a0ca2bdedfe08e349b0e7fb419a09"
5923-
integrity sha512-Y1vB1eZZsH/LRdulLYWF1+1lo0TRJ3DkGoMO+QMBEs1Gh0pIoGRTcG25WHIE7z9dGfLaSpkfE11mf2vqU6LLKA==
5928+
playwright-chromium@^1.13.1:
5929+
version "1.13.1"
5930+
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.13.1.tgz#cd4c6427602239be689e7fee8cf59003818cb24c"
5931+
integrity sha512-aJnhWAbDHoI3rTTeeJJJa/PjrysSLKfURiiVM+3EauVxsouK/XCbNdere+1q/a64OlipXWIZeqzoCDlVZiaL0g==
59245932
dependencies:
59255933
commander "^6.1.0"
59265934
debug "^4.1.1"

0 commit comments

Comments
 (0)