Skip to content

Commit 27e4afd

Browse files
committed
Update dependencies
1 parent 1013a18 commit 27e4afd

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"test": "jest --coverage && eslint . && check-dts && size-limit && yaspeller *.md"
1919
},
2020
"dependencies": {
21-
"caniuse-lite": "^1.0.30001208",
21+
"caniuse-lite": "^1.0.30001214",
2222
"colorette": "^1.2.2",
23-
"electron-to-chromium": "^1.3.712",
23+
"electron-to-chromium": "^1.3.719",
2424
"escalade": "^3.1.1",
2525
"node-releases": "^1.1.71"
2626
},

yarn.lock

+12-2
Original file line numberDiff line numberDiff line change
@@ -1577,11 +1577,16 @@ caniuse-api@^3.0.0:
15771577
lodash.memoize "^4.1.2"
15781578
lodash.uniq "^4.5.0"
15791579

1580-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001181, caniuse-lite@^1.0.30001208:
1580+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001181:
15811581
version "1.0.30001208"
15821582
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz#a999014a35cebd4f98c405930a057a0d75352eb9"
15831583
integrity sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA==
15841584

1585+
caniuse-lite@^1.0.30001214:
1586+
version "1.0.30001214"
1587+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz#70f153c78223515c6d37a9fde6cd69250da9d872"
1588+
integrity sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg==
1589+
15851590
capture-exit@^2.0.0:
15861591
version "2.0.0"
15871592
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -2445,11 +2450,16 @@ ecc-jsbn@~0.1.1:
24452450
jsbn "~0.1.0"
24462451
safer-buffer "^2.1.0"
24472452

2448-
electron-to-chromium@^1.3.649, electron-to-chromium@^1.3.712:
2453+
electron-to-chromium@^1.3.649:
24492454
version "1.3.712"
24502455
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.712.tgz#ae467ffe5f95961c6d41ceefe858fc36eb53b38f"
24512456
integrity sha512-3kRVibBeCM4vsgoHHGKHmPocLqtFAGTrebXxxtgKs87hNUzXrX2NuS3jnBys7IozCnw7viQlozxKkmty2KNfrw==
24522457

2458+
electron-to-chromium@^1.3.719:
2459+
version "1.3.719"
2460+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.719.tgz#87166fee347a46a2557f19aadb40a1d68241e61c"
2461+
integrity sha512-heM78GKSqrIzO9Oz0/y22nTBN7bqSP1Pla2SyU9DiSnQD+Ea9SyyN5RWWlgqsqeBLNDkSlE9J9EHFmdMPzxB/g==
2462+
24532463
elliptic@^6.5.3:
24542464
version "6.5.4"
24552465
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"

0 commit comments

Comments
 (0)