Skip to content

Commit ff2be26

Browse files
chore: update npm dependencies
1 parent 63e621f commit ff2be26

File tree

2 files changed

+95
-96
lines changed

2 files changed

+95
-96
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dist"
2727
],
2828
"dependencies": {
29-
"@actions/core": "^1.2.2",
29+
"@actions/core": "^1.2.3",
3030
"@actions/github": "^2.1.1",
3131
"shell-escape": "^0.2.0",
3232
"sprintf-js": "^1.1.2"
@@ -36,15 +36,15 @@
3636
"@commitlint/config-conventional": "^8.3.4",
3737
"@technote-space/github-action-test-helper": "^0.2.5",
3838
"@types/jest": "^25.1.3",
39-
"@types/node": "^13.7.7",
40-
"@typescript-eslint/eslint-plugin": "^2.21.0",
41-
"@typescript-eslint/parser": "^2.21.0",
39+
"@types/node": "^13.9.0",
40+
"@typescript-eslint/eslint-plugin": "^2.22.0",
41+
"@typescript-eslint/parser": "^2.22.0",
4242
"eslint": "^6.8.0",
4343
"husky": "^4.2.3",
4444
"jest": "^25.1.0",
4545
"jest-circus": "^25.1.0",
4646
"lint-staged": "^10.0.8",
47-
"nock": "^12.0.1",
47+
"nock": "^12.0.2",
4848
"ts-jest": "^25.2.1",
4949
"typescript": "^3.8.3"
5050
},

yarn.lock

Lines changed: 90 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.2.2":
6-
version "1.2.2"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.2.tgz#3c4848d50378f9e3bcb67bcf97813382ec7369ee"
8-
integrity sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg==
5+
"@actions/core@^1.2.3":
6+
version "1.2.3"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.3.tgz#e844b4fa0820e206075445079130868f95bfca95"
8+
integrity sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w==
99

1010
"@actions/github@^2.1.1":
1111
version "2.1.1"
@@ -31,17 +31,17 @@
3131
"@babel/highlight" "^7.8.3"
3232

3333
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
34-
version "7.8.6"
35-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.6.tgz#27d7df9258a45c2e686b6f18b6c659e563aa4636"
36-
integrity sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg==
34+
version "7.8.7"
35+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.7.tgz#b69017d221ccdeb203145ae9da269d72cf102f3b"
36+
integrity sha512-rBlqF3Yko9cynC5CCFy6+K/w2N+Sq/ff2BPy+Krp7rHlABIr5epbA7OxVeKoMHB39LZOp1UY5SuLjy6uWi35yA==
3737
dependencies:
3838
"@babel/code-frame" "^7.8.3"
39-
"@babel/generator" "^7.8.6"
39+
"@babel/generator" "^7.8.7"
4040
"@babel/helpers" "^7.8.4"
41-
"@babel/parser" "^7.8.6"
41+
"@babel/parser" "^7.8.7"
4242
"@babel/template" "^7.8.6"
4343
"@babel/traverse" "^7.8.6"
44-
"@babel/types" "^7.8.6"
44+
"@babel/types" "^7.8.7"
4545
convert-source-map "^1.7.0"
4646
debug "^4.1.0"
4747
gensync "^1.0.0-beta.1"
@@ -51,12 +51,12 @@
5151
semver "^5.4.1"
5252
source-map "^0.5.0"
5353

54-
"@babel/generator@^7.8.6":
55-
version "7.8.6"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a"
57-
integrity sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg==
54+
"@babel/generator@^7.8.6", "@babel/generator@^7.8.7":
55+
version "7.8.7"
56+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.7.tgz#870b3cf7984f5297998152af625c4f3e341400f7"
57+
integrity sha512-DQwjiKJqH4C3qGiyQCAExJHoZssn49JTMJgZ8SANGgVFdkupcUhLOdkAeoC6kmHZCPfoDG5M0b6cFlSN5wW7Ew==
5858
dependencies:
59-
"@babel/types" "^7.8.6"
59+
"@babel/types" "^7.8.7"
6060
jsesc "^2.5.1"
6161
lodash "^4.17.13"
6262
source-map "^0.5.0"
@@ -107,10 +107,10 @@
107107
esutils "^2.0.2"
108108
js-tokens "^4.0.0"
109109

110-
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6":
111-
version "7.8.6"
112-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c"
113-
integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g==
110+
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.8.7":
111+
version "7.8.7"
112+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.7.tgz#7b8facf95d25fef9534aad51c4ffecde1a61e26a"
113+
integrity sha512-9JWls8WilDXFGxs0phaXAZgpxTZhSk/yOYH2hTHC0X1yC7Z78IJfvR1vJ+rmJKq3I35td2XzXzN6ZLYlna+r/A==
114114

115115
"@babel/plugin-syntax-bigint@^7.0.0":
116116
version "7.8.3"
@@ -127,11 +127,11 @@
127127
"@babel/helper-plugin-utils" "^7.8.0"
128128

129129
"@babel/runtime@^7.6.3":
130-
version "7.8.4"
131-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308"
132-
integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==
130+
version "7.8.7"
131+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.7.tgz#8fefce9802db54881ba59f90bb28719b4996324d"
132+
integrity sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==
133133
dependencies:
134-
regenerator-runtime "^0.13.2"
134+
regenerator-runtime "^0.13.4"
135135

136136
"@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
137137
version "7.8.6"
@@ -157,10 +157,10 @@
157157
globals "^11.1.0"
158158
lodash "^4.17.13"
159159

160-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6":
161-
version "7.8.6"
162-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.6.tgz#629ecc33c2557fcde7126e58053127afdb3e6d01"
163-
integrity sha512-wqz7pgWMIrht3gquyEFPVXeXCti72Rm8ep9b5tQKz9Yg9LzJA3HxosF1SB3Kc81KD1A3XBkkVYtJvCKS2Z/QrA==
160+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7":
161+
version "7.8.7"
162+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
163+
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
164164
dependencies:
165165
esutils "^2.0.2"
166166
lodash "^4.17.13"
@@ -687,10 +687,10 @@
687687
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
688688
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
689689

690-
"@types/node@>= 8", "@types/node@^13.7.7":
691-
version "13.7.7"
692-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.7.tgz#1628e6461ba8cc9b53196dfeaeec7b07fa6eea99"
693-
integrity sha512-Uo4chgKbnPNlxQwoFmYIwctkQVkMMmsAoGGU4JKwLuvBefF0pCq4FybNSnfkfRCpC7ZW7kttcC/TrRtAJsvGtg==
690+
"@types/node@>= 8", "@types/node@^13.9.0":
691+
version "13.9.0"
692+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.0.tgz#5b6ee7a77faacddd7de719017d0bc12f52f81589"
693+
integrity sha512-0ARSQootUG1RljH2HncpsY2TJBfGQIKOOi7kxzUY6z54ePu/ZD+wJA8zI2Q6v8rol2qpG/rvqsReco8zNMPvhQ==
694694

695695
"@types/parse-json@^4.0.0":
696696
version "4.0.0"
@@ -714,40 +714,40 @@
714714
dependencies:
715715
"@types/yargs-parser" "*"
716716

717-
"@typescript-eslint/eslint-plugin@^2.21.0":
718-
version "2.21.0"
719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.21.0.tgz#a34de84a0791cae0357c4dda805c5b4e8203b6c6"
720-
integrity sha512-b5jjjDMxzcjh/Sbjuo7WyhrQmVJg0WipTHQgXh5Xwx10uYm6nPWqN1WGOsaNq4HR3Zh4wUx4IRQdDkCHwyewyw==
717+
"@typescript-eslint/eslint-plugin@^2.22.0":
718+
version "2.22.0"
719+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.22.0.tgz#218ce6d4aa0244c6a40baba39ca1e021b26bb017"
720+
integrity sha512-BvxRLaTDVQ3N+Qq8BivLiE9akQLAOUfxNHIEhedOcg8B2+jY8Rc4/D+iVprvuMX1AdezFYautuGDwr9QxqSxBQ==
721721
dependencies:
722-
"@typescript-eslint/experimental-utils" "2.21.0"
722+
"@typescript-eslint/experimental-utils" "2.22.0"
723723
eslint-utils "^1.4.3"
724724
functional-red-black-tree "^1.0.1"
725725
regexpp "^3.0.0"
726726
tsutils "^3.17.1"
727727

728-
"@typescript-eslint/experimental-utils@2.21.0":
729-
version "2.21.0"
730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.21.0.tgz#71de390a3ec00b280b69138d80733406e6e86bfa"
731-
integrity sha512-olKw9JP/XUkav4lq0I7S1mhGgONJF9rHNhKFn9wJlpfRVjNo3PPjSvybxEldvCXnvD+WAshSzqH5cEjPp9CsBA==
728+
"@typescript-eslint/experimental-utils@2.22.0":
729+
version "2.22.0"
730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.22.0.tgz#4d00c91fbaaa68e56e7869be284999a265707f85"
731+
integrity sha512-sJt1GYBe6yC0dWOQzXlp+tiuGglNhJC9eXZeC8GBVH98Zv9jtatccuhz0OF5kC/DwChqsNfghHx7OlIDQjNYAQ==
732732
dependencies:
733733
"@types/json-schema" "^7.0.3"
734-
"@typescript-eslint/typescript-estree" "2.21.0"
734+
"@typescript-eslint/typescript-estree" "2.22.0"
735735
eslint-scope "^5.0.0"
736736

737-
"@typescript-eslint/parser@^2.21.0":
738-
version "2.21.0"
739-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.21.0.tgz#4f200995517c3d5fc5ef51b17527bc948992e438"
740-
integrity sha512-VrmbdrrrvvI6cPPOG7uOgGUFXNYTiSbnRq8ZMyuGa4+qmXJXVLEEz78hKuqupvkpwJQNk1Ucz1TenrRP90gmBg==
737+
"@typescript-eslint/parser@^2.22.0":
738+
version "2.22.0"
739+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.22.0.tgz#8eeb6cb6de873f655e64153397d4790898e149d0"
740+
integrity sha512-FaZKC1X+nvD7qMPqKFUYHz3H0TAioSVFGvG29f796Nc5tBluoqfHgLbSFKsh7mKjRoeTm8J9WX2Wo9EyZWjG7w==
741741
dependencies:
742742
"@types/eslint-visitor-keys" "^1.0.0"
743-
"@typescript-eslint/experimental-utils" "2.21.0"
744-
"@typescript-eslint/typescript-estree" "2.21.0"
743+
"@typescript-eslint/experimental-utils" "2.22.0"
744+
"@typescript-eslint/typescript-estree" "2.22.0"
745745
eslint-visitor-keys "^1.1.0"
746746

747-
"@typescript-eslint/typescript-estree@2.21.0":
748-
version "2.21.0"
749-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.21.0.tgz#7e4be29f2e338195a2e8c818949ed0ff727cc943"
750-
integrity sha512-NC/nogZNb9IK2MEFQqyDBAciOT8Lp8O3KgAfvHx2Skx6WBo+KmDqlU3R9KxHONaijfTIKtojRe3SZQyMjr3wBw==
747+
"@typescript-eslint/typescript-estree@2.22.0":
748+
version "2.22.0"
749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.22.0.tgz#a16ed45876abf743e1f5857e2f4a1c3199fd219e"
750+
integrity sha512-2HFZW2FQc4MhIBB8WhDm9lVFaBDy6h9jGrJ4V2Uzxe/ON29HCHBTj3GkgcsgMWfsl2U5as+pTOr30Nibaw7qRQ==
751751
dependencies:
752752
debug "^4.1.1"
753753
eslint-visitor-keys "^1.1.0"
@@ -778,7 +778,7 @@ acorn-globals@^4.3.2:
778778
acorn "^6.0.1"
779779
acorn-walk "^6.0.1"
780780

781-
acorn-jsx@^5.1.0:
781+
acorn-jsx@^5.2.0:
782782
version "5.2.0"
783783
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
784784
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
@@ -794,9 +794,9 @@ acorn@^6.0.1:
794794
integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==
795795

796796
acorn@^7.1.0:
797-
version "7.1.0"
798-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
799-
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
797+
version "7.1.1"
798+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
799+
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
800800

801801
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
802802
version "6.12.0"
@@ -814,11 +814,11 @@ ansi-escapes@^3.0.0:
814814
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
815815

816816
ansi-escapes@^4.2.1:
817-
version "4.3.0"
818-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.0.tgz#a4ce2b33d6b214b7950d8595c212f12ac9cc569d"
819-
integrity sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg==
817+
version "4.3.1"
818+
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz#a5c47cc43181f1f38ffd7076837700d395522a61"
819+
integrity sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==
820820
dependencies:
821-
type-fest "^0.8.1"
821+
type-fest "^0.11.0"
822822

823823
ansi-regex@^2.0.0:
824824
version "2.1.1"
@@ -1093,10 +1093,10 @@ braces@^3.0.1:
10931093
dependencies:
10941094
fill-range "^7.0.1"
10951095

1096-
browser-process-hrtime@^0.1.2:
1097-
version "0.1.3"
1098-
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4"
1099-
integrity sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw==
1096+
browser-process-hrtime@^1.0.0:
1097+
version "1.0.0"
1098+
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
1099+
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
11001100

11011101
browser-resolve@^1.11.3:
11021102
version "1.11.3"
@@ -1766,12 +1766,12 @@ eslint@^6.8.0:
17661766
v8-compile-cache "^2.0.3"
17671767

17681768
espree@^6.1.2:
1769-
version "6.1.2"
1770-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.2.tgz#6c272650932b4f91c3714e5e7b5f5e2ecf47262d"
1771-
integrity sha512-2iUPuuPP+yW1PZaMSDM9eyVf8D5P0Hi8h83YtZ5bPc/zHYjII5khoixIUTMO794NOY8F/ThF1Bo8ncZILarUTA==
1769+
version "6.2.0"
1770+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.0.tgz#349fef01a202bbab047748300deb37fa44da79d7"
1771+
integrity sha512-Xs8airJ7RQolnDIbLtRutmfvSsAe0xqMMAantCN/GMoqf81TFbeI1T7Jpd56qYu1uuh32dOG5W/X9uO+ghPXzA==
17721772
dependencies:
17731773
acorn "^7.1.0"
1774-
acorn-jsx "^5.1.0"
1774+
acorn-jsx "^5.2.0"
17751775
eslint-visitor-keys "^1.1.0"
17761776

17771777
esprima@^4.0.0, esprima@^4.0.1:
@@ -2249,9 +2249,9 @@ has@^1.0.3:
22492249
function-bind "^1.1.1"
22502250

22512251
hosted-git-info@^2.1.4:
2252-
version "2.8.7"
2253-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.7.tgz#4d2e0d5248e1cfabc984b0f6a6d75fe36e679511"
2254-
integrity sha512-ChkjQtKJ3GI6SsI4O5jwr8q8EPrWCnxuc4Tbx+vRI5x6mDOpjKKltNo1lRlszw3xwgTOSns1ZRBiMmmwpcvLxg==
2252+
version "2.8.8"
2253+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
2254+
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
22552255

22562256
html-encoding-sniffer@^1.0.2:
22572257
version "1.0.2"
@@ -2360,9 +2360,9 @@ ini@^1.3.4:
23602360
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
23612361

23622362
inquirer@^7.0.0:
2363-
version "7.0.5"
2364-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.5.tgz#fb95b238ba19966c1a1f55db53c3f0ce5c9e4275"
2365-
integrity sha512-6Z5cP+LAO0rzNE7xWjWtT84jxKa5ScLEGLgegPXeO3dGeU8lNe5Ii7SlXH6KVtLGlDuaEhsvsFjrjWjw8j5lFg==
2363+
version "7.0.6"
2364+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.6.tgz#ee4ff0ea7ecda5324656fe665878790f66df7d0c"
2365+
integrity sha512-7SVO4h+QIdMq6XcqIqrNte3gS5MzCCKZdsq9DO4PJziBFNYzP3PGFbDjgadDb//MCahzgjCxvQ/O2wa7kx9o4w==
23662366
dependencies:
23672367
ansi-escapes "^4.2.1"
23682368
chalk "^3.0.0"
@@ -3532,11 +3532,6 @@ [email protected], mkdirp@^0.5.1:
35323532
dependencies:
35333533
minimist "0.0.8"
35343534

3535-
mkdirp@^1.0.0:
3536-
version "1.0.3"
3537-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.3.tgz#4cf2e30ad45959dddea53ad97d518b6c8205e1ea"
3538-
integrity sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g==
3539-
35403535
35413536
version "2.0.0"
35423537
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -3579,15 +3574,14 @@ nice-try@^1.0.4:
35793574
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
35803575
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
35813576

3582-
nock@^12.0.1:
3583-
version "12.0.1"
3584-
resolved "https://registry.yarnpkg.com/nock/-/nock-12.0.1.tgz#6d497d01f23cb52c733545c97e09e8318f6af801"
3585-
integrity sha512-f5u5k7O5D2YXH2WEFQVLLPa36D5C0dxU9Lrg6KOuaFCMDt7yd1W4S3hbZClCMczxc4EZ0k1bEhPeMWSewrxYNw==
3577+
nock@^12.0.2:
3578+
version "12.0.2"
3579+
resolved "https://registry.yarnpkg.com/nock/-/nock-12.0.2.tgz#47617b34738e026b29d2294b4579e35b27e6a4d3"
3580+
integrity sha512-pTckyfP8QHvwXP/oX+zQuSIL3S/mWTd84ba4pOGZlS/FgRZyljv4C3ZyOjgMilvkydSaERML/aJEF13EBUuDTQ==
35863581
dependencies:
35873582
debug "^4.1.0"
35883583
json-stringify-safe "^5.0.1"
35893584
lodash "^4.17.13"
3590-
mkdirp "^1.0.0"
35913585
propagate "^2.0.0"
35923586

35933587
node-fetch@^2.3.0:
@@ -4100,10 +4094,10 @@ regenerator-runtime@^0.11.0:
41004094
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
41014095
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
41024096

4103-
regenerator-runtime@^0.13.2:
4104-
version "0.13.3"
4105-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
4106-
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
4097+
regenerator-runtime@^0.13.4:
4098+
version "0.13.4"
4099+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz#e96bf612a3362d12bb69f7e8f74ffeab25c7ac91"
4100+
integrity sha512-plpwicqEzfEyTQohIKktWigcLzmNStMGwbOUbykx51/29Z3JOGYldaaNGK7ngNXV+UcoqvIMmloZ48Sr74sd+g==
41074101

41084102
regex-not@^1.0.0, regex-not@^1.0.2:
41094103
version "1.0.2"
@@ -4980,6 +4974,11 @@ [email protected]:
49804974
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
49814975
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
49824976

4977+
type-fest@^0.11.0:
4978+
version "0.11.0"
4979+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
4980+
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
4981+
49834982
type-fest@^0.8.1:
49844983
version "0.8.1"
49854984
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
@@ -5098,11 +5097,11 @@ [email protected]:
50985097
extsprintf "^1.2.0"
50995098

51005099
w3c-hr-time@^1.0.1:
5101-
version "1.0.1"
5102-
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"
5103-
integrity sha1-gqwr/2PZUOqeMYmlimViX+3xkEU=
5100+
version "1.0.2"
5101+
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
5102+
integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==
51045103
dependencies:
5105-
browser-process-hrtime "^0.1.2"
5104+
browser-process-hrtime "^1.0.0"
51065105

51075106
w3c-xmlserializer@^1.1.2:
51085107
version "1.1.2"

0 commit comments

Comments
 (0)