Skip to content

Commit 6ce3835

Browse files
chore(deps): bump devcert from 1.2.0 to 1.2.1
Bumps [devcert](https://github.com/davewasmer/devcert) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/davewasmer/devcert/releases) - [Changelog](https://github.com/davewasmer/devcert/blob/master/CHANGELOG.md) - [Commits](davewasmer/devcert@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: devcert dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b6d6ad commit 6ce3835

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,7 @@
28002800
resolved "https://registry.yarnpkg.com/@types/get-port/-/get-port-3.2.0.tgz#f9e0a11443cc21336470185eae3dfba4495d29bc"
28012801
integrity sha512-TiNg8R1kjDde5Pub9F9vCwZA/BNW9HeXP5b9j7Qucqncy/McfPZ6xze/EyBdXS5FhMIGN6Fx3vg75l5KHy3V1Q==
28022802

2803-
"@types/glob@*":
2803+
"@types/glob@*", "@types/glob@^7.1.1":
28042804
version "7.2.0"
28052805
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
28062806
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
@@ -2816,14 +2816,6 @@
28162816
"@types/minimatch" "*"
28172817
"@types/node" "*"
28182818

2819-
"@types/glob@^7.1.1":
2820-
version "7.1.3"
2821-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
2822-
integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
2823-
dependencies:
2824-
"@types/minimatch" "*"
2825-
"@types/node" "*"
2826-
28272819
"@types/graceful-fs@^4.1.2":
28282820
version "4.1.5"
28292821
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
@@ -6241,9 +6233,9 @@ [email protected]:
62416233
debug "^2.6.0"
62426234

62436235
devcert@^1.2.0:
6244-
version "1.2.0"
6245-
resolved "https://registry.yarnpkg.com/devcert/-/devcert-1.2.0.tgz#7fb0fa2ca4c73baf3a3053973e80ebc5899fb20d"
6246-
integrity sha512-Tca9LUcmDegqTxlnQLTxVARS3MqYT+eWJfskXykefknT9jPoSJEA+t5BkDq5C5Tz+gVmAWmOH5vvKMfLJO/UhQ==
6236+
version "1.2.1"
6237+
resolved "https://registry.yarnpkg.com/devcert/-/devcert-1.2.1.tgz#cb545583f4dfd33ed5358dacc3756d4c3878b858"
6238+
integrity sha512-R7DqtMtsNmFVY75kzRHXON3hXoJili2xxlEcZgHi0VHSx8aJECfm7ZqAquXzTeAM/I9f8G2pHc/zq5k6iXHQzA==
62476239
dependencies:
62486240
"@types/configstore" "^2.1.1"
62496241
"@types/debug" "^0.0.30"
@@ -6260,6 +6252,7 @@ devcert@^1.2.0:
62606252
eol "^0.9.1"
62616253
get-port "^3.2.0"
62626254
glob "^7.1.2"
6255+
is-valid-domain "^0.1.6"
62636256
lodash "^4.17.4"
62646257
mkdirp "^0.5.1"
62656258
password-prompt "^1.0.4"
@@ -9718,6 +9711,13 @@ is-utf8@^0.2.0:
97189711
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
97199712
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
97209713

9714+
is-valid-domain@^0.1.6:
9715+
version "0.1.6"
9716+
resolved "https://registry.yarnpkg.com/is-valid-domain/-/is-valid-domain-0.1.6.tgz#3c85469d2938f170c8f82ce6e52df8ad9fca8105"
9717+
integrity sha512-ZKtq737eFkZr71At8NxOFcP9O1K89gW3DkdrGMpp1upr/ueWjj+Weh4l9AI4rN0Gt8W2M1w7jrG2b/Yv83Ljpg==
9718+
dependencies:
9719+
punycode "^2.1.1"
9720+
97219721
is-what@^3.12.0:
97229722
version "3.14.1"
97239723
resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.14.1.tgz#e1222f46ddda85dead0fd1c9df131760e77755c1"

0 commit comments

Comments
 (0)