Skip to content

Commit 5d53fb6

Browse files
committed
update deps, fix security warning
1 parent 02dfe1f commit 5d53fb6

File tree

4 files changed

+74
-62
lines changed

4 files changed

+74
-62
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"watch": "tsc -watch -p ./"
3535
},
3636
"dependencies": {
37-
"chokidar": "^3.4.1",
37+
"chokidar": "^3.4.2",
3838
"dotenv": "^8.2.0",
3939
"eslint": "^7.6.0",
4040
"git-url-parse": "^11.1.2",
@@ -48,13 +48,13 @@
4848
},
4949
"devDependencies": {
5050
"@types/assert": "^1.5.1",
51-
"@types/jest": "^26.0.8",
51+
"@types/jest": "^26.0.9",
5252
"@types/jsdom": "^16.2.3",
5353
"@types/node": "^14.0.27",
5454
"@types/node-fetch": "^2.5.7",
5555
"@types/semver": "^7.3.1",
56-
"@typescript-eslint/eslint-plugin": "^3.7.1",
57-
"@typescript-eslint/parser": "^3.7.1",
56+
"@typescript-eslint/eslint-plugin": "^3.8.0",
57+
"@typescript-eslint/parser": "^3.8.0",
5858
"eslint-config-prettier": "^6.11.0",
5959
"eslint-config-react-app": "^5.2.1",
6060
"eslint-plugin-flowtype": "^5.2.0",

web-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"extends": "react-app"
2626
},
2727
"dependencies": {
28-
"@alifd/next": "^1.20.24",
28+
"@alifd/next": "^1.20.25",
2929
"@emotion/babel-preset-css-prop": "^10.0.27",
3030
"@emotion/core": "^10.0.28",
3131
"babel-jest": "^26.2.2",
3232
"js-yaml": "^3.14.0",
3333
"markdown-it": "^11.0.0",
3434
"markdown-it-emoji": "^1.4.0",
3535
"moment": "^2.27.0",
36-
"prismjs": "^1.20.0",
36+
"prismjs": "^1.21.0",
3737
"react": "^16.13.1",
3838
"react-addons-css-transition-group": "^15.6.2",
3939
"react-dom": "^16.13.1",
@@ -42,7 +42,7 @@
4242
"xstate": "^4.11.0"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.11.0",
45+
"@babel/core": "^7.11.1",
4646
"@storybook/addon-actions": "^5.3.19",
4747
"@storybook/addon-knobs": "^5.3.19",
4848
"@storybook/addon-links": "^5.3.19",
@@ -51,7 +51,7 @@
5151
"@storybook/react": "^5.3.19",
5252
"@types/graphql": "^14.5.0",
5353
"@types/highlight.js": "^9.12.4",
54-
"@types/jest": "^26.0.8",
54+
"@types/jest": "^26.0.9",
5555
"@types/js-yaml": "^3.12.5",
5656
"@types/markdown-it": "^10.0.1",
5757
"@types/node": "^14.0.27",

web-app/yarn.lock

+26-14
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@alifd/validate" "^1.2.0"
1111
prop-types "^15.5.8"
1212

13-
"@alifd/next@^1.20.24":
14-
version "1.20.24"
15-
resolved "https://registry.yarnpkg.com/@alifd/next/-/next-1.20.24.tgz#f79cfba6a1b246124b7154cddf1b0094e58a3b86"
16-
integrity sha512-ZOm+wl79VjRlQ8cso87TPwhzOejuV1yiiRpL35igfwA98sdXhKK3cLknvPJ2arkEpOiaHZcmPAtOWYRHGYN64Q==
13+
"@alifd/next@^1.20.25":
14+
version "1.20.25"
15+
resolved "https://registry.yarnpkg.com/@alifd/next/-/next-1.20.25.tgz#bece7f165029ace1592e4ffb426f8068cbd1dce5"
16+
integrity sha512-2UaBu6pd9xUIq46Bb5U3u5CjlOe/u111Dg8jpAyfJ3uEUcf5pdTtnyRcK/YferqCgOTzGTXtyCtu0WxRvtuBTA==
1717
dependencies:
1818
"@alifd/field" "~1.4.1"
1919
"@alifd/validate" "~1.2.0"
@@ -82,16 +82,16 @@
8282
semver "^5.4.1"
8383
source-map "^0.5.0"
8484

85-
"@babel/core@^7.11.0":
86-
version "7.11.0"
87-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
88-
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
85+
"@babel/core@^7.11.1":
86+
version "7.11.1"
87+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
88+
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
8989
dependencies:
9090
"@babel/code-frame" "^7.10.4"
9191
"@babel/generator" "^7.11.0"
9292
"@babel/helper-module-transforms" "^7.11.0"
9393
"@babel/helpers" "^7.10.4"
94-
"@babel/parser" "^7.11.0"
94+
"@babel/parser" "^7.11.1"
9595
"@babel/template" "^7.10.4"
9696
"@babel/traverse" "^7.11.0"
9797
"@babel/types" "^7.11.0"
@@ -477,6 +477,11 @@
477477
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
478478
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
479479

480+
"@babel/parser@^7.11.1":
481+
version "7.11.2"
482+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.2.tgz#0882ab8a455df3065ea2dcb4c753b2460a24bead"
483+
integrity sha512-Vuj/+7vLo6l1Vi7uuO+1ngCDNeVmNbTngcJFKCR/oEtz8tKz0CJxZEGmPt9KcIloZhOZ3Zit6xbpXT2MDlS9Vw==
484+
480485
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
481486
version "7.8.3"
482487
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -2346,10 +2351,10 @@
23462351
"@types/istanbul-lib-coverage" "*"
23472352
"@types/istanbul-lib-report" "*"
23482353

2349-
"@types/jest@^26.0.8":
2350-
version "26.0.8"
2351-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369"
2352-
integrity sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g==
2354+
"@types/jest@^26.0.9":
2355+
version "26.0.9"
2356+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
2357+
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==
23532358
dependencies:
23542359
jest-diff "^25.2.1"
23552360
pretty-format "^25.2.1"
@@ -11070,7 +11075,14 @@ pretty-hrtime@^1.0.3:
1107011075
resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
1107111076
integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
1107211077

11073-
prismjs@^1.20.0, prismjs@^1.8.4:
11078+
prismjs@^1.21.0:
11079+
version "1.21.0"
11080+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.21.0.tgz#36c086ec36b45319ec4218ee164c110f9fc015a3"
11081+
integrity sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw==
11082+
optionalDependencies:
11083+
clipboard "^2.0.0"
11084+
11085+
prismjs@^1.8.4:
1107411086
version "1.20.0"
1107511087
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.20.0.tgz#9b685fc480a3514ee7198eac6a3bf5024319ff03"
1107611088
integrity sha512-AEDjSrVNkynnw6A+B1DsFkd6AVdTnp+/WoUixFRULlCLZVRZlVQMVWio/16jv7G1FscUxQxOQhWwApgbnxr6kQ==

yarn.lock

+40-40
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,10 @@
600600
"@types/istanbul-lib-coverage" "*"
601601
"@types/istanbul-lib-report" "*"
602602

603-
"@types/jest@^26.0.8":
604-
version "26.0.8"
605-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369"
606-
integrity sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g==
603+
"@types/jest@^26.0.9":
604+
version "26.0.9"
605+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
606+
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==
607607
dependencies:
608608
jest-diff "^25.2.1"
609609
pretty-format "^25.2.1"
@@ -689,63 +689,63 @@
689689
dependencies:
690690
"@types/yargs-parser" "*"
691691

692-
"@typescript-eslint/eslint-plugin@^3.7.1":
693-
version "3.7.1"
694-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.7.1.tgz#d144c49a9a0ffe8dd704bb179c243df76c111bc9"
695-
integrity sha512-3DB9JDYkMrc8Au00rGFiJLK2Ja9CoMP6Ut0sHsXp3ZtSugjNxvSSHTnKLfo4o+QmjYBJqEznDqsG1zj4F2xnsg==
692+
"@typescript-eslint/eslint-plugin@^3.8.0":
693+
version "3.8.0"
694+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.8.0.tgz#f82947bcdd9a4e42be7ad80dfd61f1dc411dd1df"
695+
integrity sha512-lFb4VCDleFSR+eo4Ew+HvrJ37ZH1Y9ZyE+qyP7EiwBpcCVxwmUc5PAqhShCQ8N8U5vqYydm74nss+a0wrrCErw==
696696
dependencies:
697-
"@typescript-eslint/experimental-utils" "3.7.1"
697+
"@typescript-eslint/experimental-utils" "3.8.0"
698698
debug "^4.1.1"
699699
functional-red-black-tree "^1.0.1"
700700
regexpp "^3.0.0"
701701
semver "^7.3.2"
702702
tsutils "^3.17.1"
703703

704-
"@typescript-eslint/experimental-utils@3.7.1":
705-
version "3.7.1"
706-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.7.1.tgz#ab036caaed4c870d22531d41f9352f3147364d61"
707-
integrity sha512-TqE97pv7HrqWcGJbLbZt1v59tcqsSVpWTOf1AqrWK7n8nok2sGgVtYRuGXeNeLw3wXlLEbY1MKP3saB2HsO/Ng==
704+
"@typescript-eslint/experimental-utils@3.8.0":
705+
version "3.8.0"
706+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.8.0.tgz#ac1f7c88322dcfb7635ece6f0441516dd951099a"
707+
integrity sha512-o8T1blo1lAJE0QDsW7nSyvZHbiDzQDjINJKyB44Z3sSL39qBy5L10ScI/XwDtaiunoyKGLiY9bzRk4YjsUZl8w==
708708
dependencies:
709709
"@types/json-schema" "^7.0.3"
710-
"@typescript-eslint/types" "3.7.1"
711-
"@typescript-eslint/typescript-estree" "3.7.1"
710+
"@typescript-eslint/types" "3.8.0"
711+
"@typescript-eslint/typescript-estree" "3.8.0"
712712
eslint-scope "^5.0.0"
713713
eslint-utils "^2.0.0"
714714

715-
"@typescript-eslint/parser@^3.7.1":
716-
version "3.7.1"
717-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.7.1.tgz#5d9ccecb116d12d9c6073e9861c57c9b1aa88128"
718-
integrity sha512-W4QV/gXvfIsccN8225784LNOorcm7ch68Fi3V4Wg7gmkWSQRKevO4RrRqWo6N/Z/myK1QAiGgeaXN57m+R/8iQ==
715+
"@typescript-eslint/parser@^3.8.0":
716+
version "3.8.0"
717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.8.0.tgz#8e1dcd404299bf79492409c81c415fa95a7c622b"
718+
integrity sha512-u5vjOBaCsnMVQOvkKCXAmmOhyyMmFFf5dbkM3TIbg3MZ2pyv5peE4gj81UAbTHwTOXEwf7eCQTUMKrDl/+qGnA==
719719
dependencies:
720720
"@types/eslint-visitor-keys" "^1.0.0"
721-
"@typescript-eslint/experimental-utils" "3.7.1"
722-
"@typescript-eslint/types" "3.7.1"
723-
"@typescript-eslint/typescript-estree" "3.7.1"
721+
"@typescript-eslint/experimental-utils" "3.8.0"
722+
"@typescript-eslint/types" "3.8.0"
723+
"@typescript-eslint/typescript-estree" "3.8.0"
724724
eslint-visitor-keys "^1.1.0"
725725

726-
"@typescript-eslint/types@3.7.1":
727-
version "3.7.1"
728-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.7.1.tgz#90375606b2fd73c1224fe9e397ee151e28fa1e0c"
729-
integrity sha512-PZe8twm5Z4b61jt7GAQDor6KiMhgPgf4XmUb9zdrwTbgtC/Sj29gXP1dws9yEn4+aJeyXrjsD9XN7AWFhmnUfg==
726+
"@typescript-eslint/types@3.8.0":
727+
version "3.8.0"
728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.8.0.tgz#58581dd863f86e0cd23353d94362bb90b4bea796"
729+
integrity sha512-8kROmEQkv6ss9kdQ44vCN1dTrgu4Qxrd2kXr10kz2NP5T8/7JnEfYNxCpPkArbLIhhkGLZV3aVMplH1RXQRF7Q==
730730

731-
"@typescript-eslint/typescript-estree@3.7.1":
732-
version "3.7.1"
733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.7.1.tgz#ce1ffbd0fa53f34d4ce851a7a364e392432f6eb3"
734-
integrity sha512-m97vNZkI08dunYOr2lVZOHoyfpqRs0KDpd6qkGaIcLGhQ2WPtgHOd/eVbsJZ0VYCQvupKrObAGTOvk3tfpybYA==
731+
"@typescript-eslint/typescript-estree@3.8.0":
732+
version "3.8.0"
733+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.8.0.tgz#0606d19f629f813dbdd5a34c7a1e895d6191cac6"
734+
integrity sha512-MTv9nPDhlKfclwnplRNDL44mP2SY96YmPGxmMbMy6x12I+pERcxpIUht7DXZaj4mOKKtet53wYYXU0ABaiXrLw==
735735
dependencies:
736-
"@typescript-eslint/types" "3.7.1"
737-
"@typescript-eslint/visitor-keys" "3.7.1"
736+
"@typescript-eslint/types" "3.8.0"
737+
"@typescript-eslint/visitor-keys" "3.8.0"
738738
debug "^4.1.1"
739739
glob "^7.1.6"
740740
is-glob "^4.0.1"
741741
lodash "^4.17.15"
742742
semver "^7.3.2"
743743
tsutils "^3.17.1"
744744

745-
"@typescript-eslint/visitor-keys@3.7.1":
746-
version "3.7.1"
747-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.7.1.tgz#b90191e74efdee656be8c5a30f428ed16dda46d1"
748-
integrity sha512-xn22sQbEya+Utj2IqJHGLA3i1jDzR43RzWupxojbSWnj3nnPLavaQmWe5utw03CwYao3r00qzXfgJMGNkrzrAA==
745+
"@typescript-eslint/visitor-keys@3.8.0":
746+
version "3.8.0"
747+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.8.0.tgz#ad35110249fb3fc30a36bfcbfeea93e710cfaab1"
748+
integrity sha512-gfqQWyVPpT9NpLREXNR820AYwgz+Kr1GuF3nf1wxpHD6hdxI62tq03ToomFnDxY0m3pUB39IF7sil7D5TQexLA==
749749
dependencies:
750750
eslint-visitor-keys "^1.1.0"
751751

@@ -1223,10 +1223,10 @@ char-regex@^1.0.2:
12231223
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
12241224
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
12251225

1226-
chokidar@^3.4.1:
1227-
version "3.4.1"
1228-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1"
1229-
integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==
1226+
chokidar@^3.4.2:
1227+
version "3.4.2"
1228+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d"
1229+
integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==
12301230
dependencies:
12311231
anymatch "~3.1.1"
12321232
braces "~3.0.2"

0 commit comments

Comments
 (0)