Skip to content

Commit b8f4ea8

Browse files
chore(deps): bump browserslist from 4.12.0 to 4.16.6 (#12)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](browserslist/browserslist@4.12.0...4.16.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4dad3a6 commit b8f4ea8

File tree

1 file changed

+30
-26
lines changed

1 file changed

+30
-26
lines changed

yarn.lock

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2730,14 +2730,15 @@ browserify-zlib@^0.2.0:
27302730
pako "~1.0.5"
27312731

27322732
browserslist@^4.0.0, browserslist@^4.11.1, browserslist@^4.6.4, browserslist@^4.8.5, browserslist@^4.9.1:
2733-
version "4.12.0"
2734-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
2735-
integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==
2733+
version "4.16.6"
2734+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
2735+
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
27362736
dependencies:
2737-
caniuse-lite "^1.0.30001043"
2738-
electron-to-chromium "^1.3.413"
2739-
node-releases "^1.1.53"
2740-
pkg-up "^2.0.0"
2737+
caniuse-lite "^1.0.30001219"
2738+
colorette "^1.2.2"
2739+
electron-to-chromium "^1.3.723"
2740+
escalade "^3.1.1"
2741+
node-releases "^1.1.71"
27412742

27422743
27432744
version "2.1.1"
@@ -2945,10 +2946,10 @@ caniuse-api@^3.0.0:
29452946
lodash.memoize "^4.1.2"
29462947
lodash.uniq "^4.5.0"
29472948

2948-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001039, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001046:
2949-
version "1.0.30001048"
2950-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001048.tgz#4bb4f1bc2eb304e5e1154da80b93dee3f1cf447e"
2951-
integrity sha512-g1iSHKVxornw0K8LG9LLdf+Fxnv7T1Z+mMsf0/YYLclQX4Cd522Ap0Lrw6NFqHgezit78dtyWxzlV2Xfc7vgRg==
2949+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001039, caniuse-lite@^1.0.30001046, caniuse-lite@^1.0.30001219:
2950+
version "1.0.30001230"
2951+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71"
2952+
integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ==
29522953

29532954
capture-exit@^2.0.0:
29542955
version "2.0.0"
@@ -3203,6 +3204,11 @@ color@^3.0.0:
32033204
color-convert "^1.9.1"
32043205
color-string "^1.5.2"
32053206

3207+
colorette@^1.2.2:
3208+
version "1.2.2"
3209+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
3210+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
3211+
32063212
combined-stream@^1.0.6, combined-stream@~1.0.6:
32073213
version "1.0.8"
32083214
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -4223,10 +4229,10 @@ ejs@^2.6.1:
42234229
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
42244230
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
42254231

4226-
electron-to-chromium@^1.3.413:
4227-
version "1.3.418"
4228-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.418.tgz#840021191f466b803a873e154113620c9f53cec6"
4229-
integrity sha512-i2QrQtHes5fK/F9QGG5XacM5WKEuR322fxTYF9e8O9Gu0mc0WmjjwGpV8c7Htso6Zf2Di18lc3SIPxmMeRFBug==
4232+
electron-to-chromium@^1.3.723:
4233+
version "1.3.739"
4234+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.739.tgz#f07756aa92cabd5a6eec6f491525a64fe62f98b9"
4235+
integrity sha512-+LPJVRsN7hGZ9EIUUiWCpO7l4E3qBYHNadazlucBfsXBbccDFNKUBAgzE68FnkWGJPwD/AfKhSzL+G+Iqb8A4A==
42304236

42314237
elliptic@^6.0.0:
42324238
version "6.5.4"
@@ -4344,6 +4350,11 @@ es6-object-assign@^1.1.0:
43444350
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
43454351
integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=
43464352

4353+
escalade@^3.1.1:
4354+
version "3.1.1"
4355+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
4356+
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
4357+
43474358
escape-html@~1.0.3:
43484359
version "1.0.3"
43494360
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -7390,10 +7401,10 @@ node-object-hash@^1.2.0:
73907401
resolved "https://registry.yarnpkg.com/node-object-hash/-/node-object-hash-1.4.2.tgz#385833d85b229902b75826224f6077be969a9e94"
73917402
integrity sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ==
73927403

7393-
node-releases@^1.1.53:
7394-
version "1.1.53"
7395-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz#2d821bfa499ed7c5dffc5e2f28c88e78a08ee3f4"
7396-
integrity sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ==
7404+
node-releases@^1.1.71:
7405+
version "1.1.72"
7406+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe"
7407+
integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==
73977408

73987409
node-res@^5.0.1:
73997410
version "5.0.1"
@@ -7955,13 +7966,6 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
79557966
dependencies:
79567967
find-up "^4.0.0"
79577968

7958-
pkg-up@^2.0.0:
7959-
version "2.0.0"
7960-
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
7961-
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
7962-
dependencies:
7963-
find-up "^2.1.0"
7964-
79657969
pkg-up@^3.1.0:
79667970
version "3.1.0"
79677971
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"

0 commit comments

Comments
 (0)