Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit ad32e6a

Browse files
committedMay 2, 2021
chore: update npm dependencies
1 parent f26bd35 commit ad32e6a

File tree

2 files changed

+91
-91
lines changed

2 files changed

+91
-91
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"dependencies": {
4040
"@actions/core": "^1.2.7",
4141
"@actions/github": "^4.0.0",
42-
"@octokit/openapi-types": "^6.2.1",
42+
"@octokit/openapi-types": "^7.0.0",
4343
"@octokit/plugin-paginate-rest": "^2.13.3",
4444
"@octokit/plugin-rest-endpoint-methods": "^5.1.1",
45-
"@octokit/types": "^6.14.1",
46-
"@technote-space/github-action-helper": "^5.2.6",
45+
"@octokit/types": "^6.14.2",
46+
"@technote-space/github-action-helper": "^5.2.7",
4747
"@technote-space/github-action-log-helper": "^0.1.24"
4848
},
4949
"devDependencies": {

‎yarn.lock

+88-88
Original file line numberDiff line numberDiff line change
@@ -39,37 +39,37 @@
3939
"@babel/highlight" "^7.12.13"
4040

4141
"@babel/compat-data@^7.13.15":
42-
version "7.13.15"
43-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
44-
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
42+
version "7.14.0"
43+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
44+
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
4545

4646
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
47-
version "7.13.16"
48-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
49-
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
47+
version "7.14.0"
48+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88"
49+
integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==
5050
dependencies:
5151
"@babel/code-frame" "^7.12.13"
52-
"@babel/generator" "^7.13.16"
52+
"@babel/generator" "^7.14.0"
5353
"@babel/helper-compilation-targets" "^7.13.16"
54-
"@babel/helper-module-transforms" "^7.13.14"
55-
"@babel/helpers" "^7.13.16"
56-
"@babel/parser" "^7.13.16"
54+
"@babel/helper-module-transforms" "^7.14.0"
55+
"@babel/helpers" "^7.14.0"
56+
"@babel/parser" "^7.14.0"
5757
"@babel/template" "^7.12.13"
58-
"@babel/traverse" "^7.13.15"
59-
"@babel/types" "^7.13.16"
58+
"@babel/traverse" "^7.14.0"
59+
"@babel/types" "^7.14.0"
6060
convert-source-map "^1.7.0"
6161
debug "^4.1.0"
6262
gensync "^1.0.0-beta.2"
6363
json5 "^2.1.2"
6464
semver "^6.3.0"
6565
source-map "^0.5.0"
6666

67-
"@babel/generator@^7.13.16":
68-
version "7.13.16"
69-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
70-
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
67+
"@babel/generator@^7.14.0":
68+
version "7.14.0"
69+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be"
70+
integrity sha512-C6u00HbmsrNPug6A+CiNl8rEys7TsdcXwg12BHi2ca5rUfAs3+UwZsuDQSXnc+wCElCXMB8gMaJ3YXDdh8fAlg==
7171
dependencies:
72-
"@babel/types" "^7.13.16"
72+
"@babel/types" "^7.14.0"
7373
jsesc "^2.5.1"
7474
source-map "^0.5.0"
7575

@@ -113,19 +113,19 @@
113113
dependencies:
114114
"@babel/types" "^7.13.12"
115115

116-
"@babel/helper-module-transforms@^7.13.14":
117-
version "7.13.14"
118-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
119-
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
116+
"@babel/helper-module-transforms@^7.14.0":
117+
version "7.14.0"
118+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad"
119+
integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==
120120
dependencies:
121121
"@babel/helper-module-imports" "^7.13.12"
122122
"@babel/helper-replace-supers" "^7.13.12"
123123
"@babel/helper-simple-access" "^7.13.12"
124124
"@babel/helper-split-export-declaration" "^7.12.13"
125-
"@babel/helper-validator-identifier" "^7.12.11"
125+
"@babel/helper-validator-identifier" "^7.14.0"
126126
"@babel/template" "^7.12.13"
127-
"@babel/traverse" "^7.13.13"
128-
"@babel/types" "^7.13.14"
127+
"@babel/traverse" "^7.14.0"
128+
"@babel/types" "^7.14.0"
129129

130130
"@babel/helper-optimise-call-expression@^7.12.13":
131131
version "7.12.13"
@@ -163,38 +163,38 @@
163163
dependencies:
164164
"@babel/types" "^7.12.13"
165165

166-
"@babel/helper-validator-identifier@^7.12.11":
167-
version "7.12.11"
168-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
169-
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
166+
"@babel/helper-validator-identifier@^7.14.0":
167+
version "7.14.0"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
169+
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
170170

171171
"@babel/helper-validator-option@^7.12.17":
172172
version "7.12.17"
173173
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
174174
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
175175

176-
"@babel/helpers@^7.13.16":
177-
version "7.13.17"
178-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.17.tgz#b497c7a00e9719d5b613b8982bda6ed3ee94caf6"
179-
integrity sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==
176+
"@babel/helpers@^7.14.0":
177+
version "7.14.0"
178+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
179+
integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
180180
dependencies:
181181
"@babel/template" "^7.12.13"
182-
"@babel/traverse" "^7.13.17"
183-
"@babel/types" "^7.13.17"
182+
"@babel/traverse" "^7.14.0"
183+
"@babel/types" "^7.14.0"
184184

185185
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
186-
version "7.13.10"
187-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
188-
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
186+
version "7.14.0"
187+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf"
188+
integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==
189189
dependencies:
190-
"@babel/helper-validator-identifier" "^7.12.11"
190+
"@babel/helper-validator-identifier" "^7.14.0"
191191
chalk "^2.0.0"
192192
js-tokens "^4.0.0"
193193

194-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.16":
195-
version "7.13.16"
196-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
197-
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
194+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.0":
195+
version "7.14.0"
196+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380"
197+
integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q==
198198

199199
"@babel/plugin-syntax-async-generators@^7.8.4":
200200
version "7.8.4"
@@ -289,26 +289,26 @@
289289
"@babel/parser" "^7.12.13"
290290
"@babel/types" "^7.12.13"
291291

292-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17":
293-
version "7.13.17"
294-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
295-
integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
292+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0":
293+
version "7.14.0"
294+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
295+
integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==
296296
dependencies:
297297
"@babel/code-frame" "^7.12.13"
298-
"@babel/generator" "^7.13.16"
298+
"@babel/generator" "^7.14.0"
299299
"@babel/helper-function-name" "^7.12.13"
300300
"@babel/helper-split-export-declaration" "^7.12.13"
301-
"@babel/parser" "^7.13.16"
302-
"@babel/types" "^7.13.17"
301+
"@babel/parser" "^7.14.0"
302+
"@babel/types" "^7.14.0"
303303
debug "^4.1.0"
304304
globals "^11.1.0"
305305

306-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.13.16", "@babel/types@^7.13.17", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
307-
version "7.13.17"
308-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4"
309-
integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA==
306+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
307+
version "7.14.0"
308+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802"
309+
integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg==
310310
dependencies:
311-
"@babel/helper-validator-identifier" "^7.12.11"
311+
"@babel/helper-validator-identifier" "^7.14.0"
312312
to-fast-properties "^2.0.0"
313313

314314
"@bcoe/v8-coverage@^0.2.3":
@@ -723,10 +723,10 @@
723723
"@octokit/types" "^6.0.3"
724724
universal-user-agent "^6.0.0"
725725

726-
"@octokit/openapi-types@^6.2.1":
727-
version "6.2.1"
728-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-6.2.1.tgz#5830395622ca0d8e945532c7ace722aec3670508"
729-
integrity sha512-rSyuVb2zVwEbWpl1FJzVziyDfvEhNcvIsp6QxmEJkpiFuPfcZ4LwXz2/fhVdVC8Xy7BCugUQr7/ISdhYwgs3zQ==
726+
"@octokit/openapi-types@^7.0.0":
727+
version "7.0.0"
728+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.0.0.tgz#0f6992db9854af15eca77d71ab0ec7fad2f20411"
729+
integrity sha512-gV/8DJhAL/04zjTI95a7FhQwS6jlEE0W/7xeYAzuArD0KVAVWDLP2f3vi98hs3HLTczxXdRK/mF0tRoQPpolEw==
730730

731731
"@octokit/plugin-paginate-rest@^2.13.3", "@octokit/plugin-paginate-rest@^2.2.3":
732732
version "2.13.3"
@@ -743,7 +743,7 @@
743743
"@octokit/types" "^6.13.0"
744744
deprecation "^2.3.1"
745745

746-
"@octokit/plugin-rest-endpoint-methods@^5.1.0", "@octokit/plugin-rest-endpoint-methods@^5.1.1":
746+
"@octokit/plugin-rest-endpoint-methods@^5.1.1":
747747
version "5.1.1"
748748
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.1.1.tgz#1720de3511944ebcca5c391ea82605e13e8f95eb"
749749
integrity sha512-u4zy0rVA8darm/AYsIeWkRalhQR99qPL1D/EXHejV2yaECMdHfxXiTXtba8NMBSajOJe8+C9g+EqMKSvysx0dg==
@@ -772,12 +772,12 @@
772772
node-fetch "^2.6.1"
773773
universal-user-agent "^6.0.0"
774774

775-
"@octokit/types@^6.0.3", "@octokit/types@^6.11.0", "@octokit/types@^6.13.0", "@octokit/types@^6.14.1", "@octokit/types@^6.7.1":
776-
version "6.14.1"
777-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.14.1.tgz#4579bbdabee9a8349ce302f29ebc6f81775f0f5c"
778-
integrity sha512-RDzkeFPaT2TgZcNtB2s1HtaMmtOrvXsc5VsAdpzApNkTwNN7Jk76RRCzGYhjm+hQ/HHuQXZkxUDWhJlt2QAyKQ==
775+
"@octokit/types@^6.0.3", "@octokit/types@^6.11.0", "@octokit/types@^6.13.0", "@octokit/types@^6.14.1", "@octokit/types@^6.14.2", "@octokit/types@^6.7.1":
776+
version "6.14.2"
777+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.14.2.tgz#64c9457f38fb8522bdbba3c8cc814590a2d61bf5"
778+
integrity sha512-wiQtW9ZSy4OvgQ09iQOdyXYNN60GqjCL/UdMsepDr1Gr0QzpW6irIKbH3REuAHXAhxkEk9/F2a3Gcs1P6kW5jA==
779779
dependencies:
780-
"@octokit/openapi-types" "^6.2.1"
780+
"@octokit/openapi-types" "^7.0.0"
781781

782782
"@sinonjs/commons@^1.7.0":
783783
version "1.8.3"
@@ -801,20 +801,20 @@
801801
"@actions/core" "^1.2.7"
802802
"@actions/github" "^4.0.0"
803803

804-
"@technote-space/github-action-helper@^5.2.6":
805-
version "5.2.6"
806-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-5.2.6.tgz#69fa8eacf59857f8aeac55ffe713e855d41e91cd"
807-
integrity sha512-oMNf2IgQp5Q946dljK3BFkyUmUeXJKE6Bg16JUq5qNMWIOvXlJLMbYsSsER+vsIpbk6iotVOjfbP8KK+KoN5iQ==
804+
"@technote-space/github-action-helper@^5.2.6", "@technote-space/github-action-helper@^5.2.7":
805+
version "5.2.7"
806+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-5.2.7.tgz#8a5672c7e13b879f34af7d5908b0e534495f295e"
807+
integrity sha512-6W6XpK9ml2N+3D1gj750A0FkJxr5/AgTkfivoDwK8ht51Md2F+MlT3a45uCVR+Mn0UjQv1xsDYQr/ADV+atEag==
808808
dependencies:
809809
"@actions/core" "^1.2.7"
810810
"@actions/github" "^4.0.0"
811-
"@octokit/openapi-types" "^6.2.1"
812-
"@octokit/plugin-rest-endpoint-methods" "^5.1.0"
813-
"@technote-space/github-action-log-helper" "^0.1.23"
811+
"@octokit/openapi-types" "^7.0.0"
812+
"@octokit/plugin-rest-endpoint-methods" "^5.1.1"
813+
"@technote-space/github-action-log-helper" "^0.1.24"
814814
shell-escape "^0.2.0"
815815
sprintf-js "^1.1.2"
816816

817-
"@technote-space/github-action-log-helper@^0.1.23", "@technote-space/github-action-log-helper@^0.1.24":
817+
"@technote-space/github-action-log-helper@^0.1.24":
818818
version "0.1.24"
819819
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.24.tgz#ee62eff52e1500be79e6f63b64f1cb64139a647f"
820820
integrity sha512-ktBnLNAkBTZKXmxsfwUOGgRmM2dJ2/kLsac6d06fO0ihrALFYnulZbnLMLj7BdE+oFNXPchvIc7i1Tb4dqdMIg==
@@ -1379,13 +1379,13 @@ browser-process-hrtime@^1.0.0:
13791379
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
13801380

13811381
browserslist@^4.14.5:
1382-
version "4.16.5"
1383-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.5.tgz#952825440bca8913c62d0021334cbe928ef062ae"
1384-
integrity sha512-C2HAjrM1AI/djrpAUU/tr4pml1DqLIzJKSLDBXBrNErl9ZCCTXdhwxdJjYc16953+mBWf7Lw+uUJgpgb8cN71A==
1382+
version "4.16.6"
1383+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
1384+
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
13851385
dependencies:
1386-
caniuse-lite "^1.0.30001214"
1386+
caniuse-lite "^1.0.30001219"
13871387
colorette "^1.2.2"
1388-
electron-to-chromium "^1.3.719"
1388+
electron-to-chromium "^1.3.723"
13891389
escalade "^3.1.1"
13901390
node-releases "^1.1.71"
13911391

@@ -1447,10 +1447,10 @@ camelcase@^6.0.0:
14471447
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
14481448
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
14491449

1450-
caniuse-lite@^1.0.30001214:
1451-
version "1.0.30001219"
1452-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001219.tgz#5bfa5d0519f41f993618bd318f606a4c4c16156b"
1453-
integrity sha512-c0yixVG4v9KBc/tQ2rlbB3A/bgBFRvl8h8M4IeUbqCca4gsiCfvtaheUssbnux/Mb66Vjz7x8yYjDgYcNQOhyQ==
1450+
caniuse-lite@^1.0.30001219:
1451+
version "1.0.30001220"
1452+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001220.tgz#c080e1c8eefb99f6cc9685da6313840bdbaf4c36"
1453+
integrity sha512-pjC2T4DIDyGAKTL4dMvGUQaMUHRmhvPpAgNNTa14jaBWHu+bLQgvpFqElxh9L4829Fdx0PlKiMp3wnYldRtECA==
14541454

14551455
capture-exit@^2.0.0:
14561456
version "2.0.0"
@@ -1635,9 +1635,9 @@ conventional-changelog-angular@^5.0.11:
16351635
q "^1.5.1"
16361636

16371637
conventional-changelog-conventionalcommits@^4.3.1:
1638-
version "4.5.0"
1639-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.5.0.tgz#a02e0b06d11d342fdc0f00c91d78265ed0bc0a62"
1640-
integrity sha512-buge9xDvjjOxJlyxUnar/+6i/aVEVGA7EEh4OafBCXPlLUQPGbRUBhBUveWRxzvR8TEjhKEP4BdepnpG2FSZXw==
1638+
version "4.6.0"
1639+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.0.tgz#7fc17211dbca160acf24687bd2fdd5fd767750eb"
1640+
integrity sha512-sj9tj3z5cnHaSJCYObA9nISf7eq/YjscLPoq6nmew4SiOjxqL2KRpK20fjnjVbpNDjJ2HR3MoVcWKXwbVvzS0A==
16411641
dependencies:
16421642
compare-func "^2.0.0"
16431643
lodash "^4.17.15"
@@ -1877,10 +1877,10 @@ ecc-jsbn@~0.1.1:
18771877
jsbn "~0.1.0"
18781878
safer-buffer "^2.1.0"
18791879

1880-
electron-to-chromium@^1.3.719:
1881-
version "1.3.723"
1882-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.723.tgz#52769a75635342a4db29af5f1e40bd3dad02c877"
1883-
integrity sha512-L+WXyXI7c7+G1V8ANzRsPI5giiimLAUDC6Zs1ojHHPhYXb3k/iTABFmWjivEtsWrRQymjnO66/rO2ZTABGdmWg==
1880+
electron-to-chromium@^1.3.723:
1881+
version "1.3.725"
1882+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.725.tgz#04fc83f9189169aff50f0a00c6b4090b910cba85"
1883+
integrity sha512-2BbeAESz7kc6KBzs7WVrMc1BY5waUphk4D4DX5dSQXJhsc3tP5ZFaiyuL0AB7vUKzDYpIeYwTYlEfxyjsGUrhw==
18841884

18851885
emittery@^0.7.1:
18861886
version "0.7.2"

0 commit comments

Comments
 (0)
This repository has been archived.