Skip to content

Commit 92b1db1

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependencies
1 parent 144ce17 commit 92b1db1

File tree

2 files changed

+38
-9
lines changed

2 files changed

+38
-9
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"@emotion/styled": "10.0.17",
2626
"@material-ui/core": "4.4.2",
2727
"@material-ui/icons": "4.4.1",
28-
"chokidar": "3.0.2",
28+
"chokidar": "3.1.1",
2929
"dayjs": "1.8.16",
3030
"emotion": "10.0.17",
31-
"emotion-theming": "10.0.18",
31+
"emotion-theming": "10.0.19",
3232
"htmr": "0.8.6",
3333
"jdown": "1.0.3",
3434
"marked-sanitizer-github": "1.0.0",

yarn.lock

+36-7
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,11 @@
10971097
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.3.tgz#dfa0c92efe44a1d1a7974fb49ffeb40ef2da5a27"
10981098
integrity sha512-zVgvPwGK7c1aVdUVc9Qv7SqepOGRDrqCw7KZPSZziWGxSlbII3gmvGLPzLX4d0n0BMbamBacUrN22zOMyFFEkQ==
10991099

1100+
"@emotion/[email protected]":
1101+
version "0.2.4"
1102+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.4.tgz#622a72bebd1e3f48d921563b4b60a762295a81fc"
1103+
integrity sha512-6PYY5DVdAY1ifaQW6XYTnOMihmBVT27elqSjEoodchsGjzYlEsTQMcEhSud99kVawatyTZRTiVkJ/c6lwbQ7nA==
1104+
11001105
11011106
version "2.1.1"
11021107
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.1.tgz#61395b5ed94c4cb19c2dc4c85969cff3d40d583f"
@@ -2822,7 +2827,7 @@ anymatch@^2.0.0:
28222827
micromatch "^3.1.4"
28232828
normalize-path "^2.1.1"
28242829

2825-
anymatch@^3.0.1:
2830+
anymatch@^3.0.1, anymatch@^3.1.0:
28262831
version "3.1.0"
28272832
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
28282833
integrity sha512-Ozz7l4ixzI7Oxj2+cw+p0tVUt27BpaJ+1+q1TCeANWxHpvyn2+Un+YamBdfKu0uh8xLodGhoa1v7595NhKDAuA==
@@ -4329,12 +4334,12 @@ cheerio@^1.0.0-rc.2:
43294334
lodash "^4.15.0"
43304335
parse5 "^3.0.1"
43314336

4332-
chokidar@3.0.2, chokidar@^3.0.2:
4333-
version "3.0.2"
4334-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.0.2.tgz#0d1cd6d04eb2df0327446188cd13736a3367d681"
4335-
integrity sha512-c4PR2egjNjI1um6bamCQ6bUNPDiyofNQruHvKgHQ4gDUP/ITSVSzNsiI5OWtHOsX323i5ha/kk4YmOZ1Ktg7KA==
4337+
chokidar@3.1.1:
4338+
version "3.1.1"
4339+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.1.tgz#27e953f3950336efcc455fd03e240c7299062003"
4340+
integrity sha512-df4o16uZmMHzVQwECZRHwfguOt5ixpuQVaZHjYMvYisgKhE+JXwcj/Tcr3+3bu/XeOJQ9ycYmzu7Mv8XrGxJDQ==
43364341
dependencies:
4337-
anymatch "^3.0.1"
4342+
anymatch "^3.1.0"
43384343
braces "^3.0.2"
43394344
glob-parent "^5.0.0"
43404345
is-binary-path "^2.1.0"
@@ -4363,6 +4368,21 @@ chokidar@^2.0.2, chokidar@^2.0.4, chokidar@^2.1.6, chokidar@^2.1.8:
43634368
optionalDependencies:
43644369
fsevents "^1.2.7"
43654370

4371+
chokidar@^3.0.2:
4372+
version "3.0.2"
4373+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.0.2.tgz#0d1cd6d04eb2df0327446188cd13736a3367d681"
4374+
integrity sha512-c4PR2egjNjI1um6bamCQ6bUNPDiyofNQruHvKgHQ4gDUP/ITSVSzNsiI5OWtHOsX323i5ha/kk4YmOZ1Ktg7KA==
4375+
dependencies:
4376+
anymatch "^3.0.1"
4377+
braces "^3.0.2"
4378+
glob-parent "^5.0.0"
4379+
is-binary-path "^2.1.0"
4380+
is-glob "^4.0.1"
4381+
normalize-path "^3.0.0"
4382+
readdirp "^3.1.1"
4383+
optionalDependencies:
4384+
fsevents "^2.0.6"
4385+
43664386
chownr@^1.1.1, chownr@^1.1.2:
43674387
version "1.1.2"
43684388
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"
@@ -5942,7 +5962,16 @@ emojis-list@^2.0.0:
59425962
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
59435963
integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
59445964

5945-
[email protected], emotion-theming@^10.0.14:
5965+
5966+
version "10.0.19"
5967+
resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.19.tgz#66d13db74fccaefad71ba57c915b306cf2250295"
5968+
integrity sha512-dQRBPLAAQ6eA8JKhkLCIWC8fdjPbiNC1zNTdFF292h9amhZXofcNGUP7axHoHX4XesqQESYwZrXp53OPInMrKw==
5969+
dependencies:
5970+
"@babel/runtime" "^7.5.5"
5971+
"@emotion/weak-memoize" "0.2.4"
5972+
hoist-non-react-statics "^3.3.0"
5973+
5974+
emotion-theming@^10.0.14:
59465975
version "10.0.18"
59475976
resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.18.tgz#7d636eb465cb190590e17d815b8d318be512ef7d"
59485977
integrity sha512-zFAax4setUIKDj+cmbl3nxXDBRIMsPmiRNpg+qDmX9wTHW2TPWpETMGaDWB67LwK63rfSIkeTH7stFFnyKd2pQ==

0 commit comments

Comments
 (0)