Skip to content

Commit 1328a97

Browse files
authored
fix(gatsby): update devcert (#26566)
1 parent 0bb2b3a commit 1328a97

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"debug": "^3.2.6",
5353
"del": "^5.1.0",
5454
"detect-port": "^1.3.0",
55-
"devcert": "^1.1.0",
55+
"devcert": "^1.1.3",
5656
"dotenv": "^8.2.0",
5757
"eslint": "^6.8.0",
5858
"eslint-config-react-app": "^5.2.1",

yarn.lock

+18-5
Original file line numberDiff line numberDiff line change
@@ -6139,6 +6139,20 @@ boxen@^1.2.1:
61396139
term-size "^1.2.0"
61406140
widest-line "^2.0.0"
61416141

6142+
boxen@^3.0.0:
6143+
version "3.2.0"
6144+
resolved "https://registry.yarnpkg.com/boxen/-/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb"
6145+
integrity sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==
6146+
dependencies:
6147+
ansi-align "^3.0.0"
6148+
camelcase "^5.3.1"
6149+
chalk "^2.4.2"
6150+
cli-boxes "^2.2.0"
6151+
string-width "^3.0.0"
6152+
term-size "^1.2.0"
6153+
type-fest "^0.3.0"
6154+
widest-line "^2.0.0"
6155+
61426156
boxen@^4.2.0:
61436157
version "4.2.0"
61446158
resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64"
@@ -8725,10 +8739,10 @@ detective@^4.0.0:
87258739
acorn "^5.2.1"
87268740
defined "^1.0.0"
87278741

8728-
devcert@^1.1.0:
8729-
version "1.1.0"
8730-
resolved "https://registry.yarnpkg.com/devcert/-/devcert-1.1.0.tgz#255508c20dd21045e3020acf438491b745835dfd"
8731-
integrity sha512-ppyIBJueMMisYvJABaXESY10CwEm1pUXoLOm6TeBO2bbDUQE8ZjJPNADlu31I2InL7hduSgratzRG/dHUDF41w==
8742+
devcert@^1.1.3:
8743+
version "1.1.3"
8744+
resolved "https://registry.yarnpkg.com/devcert/-/devcert-1.1.3.tgz#ff8119efae52ebf2449531b7482ae0f7211542e9"
8745+
integrity sha512-7/nIzKdQ8y2K0imjIP7dyg2GJ2h38Ps6VOMXWZHIarNDV3p6mTXyEugKFnkmsZ2DD58JEG34ILyVb3qdOMmP9w==
87328746
dependencies:
87338747
"@types/configstore" "^2.1.1"
87348748
"@types/debug" "^0.0.30"
@@ -8741,7 +8755,6 @@ devcert@^1.1.0:
87418755
"@types/tmp" "^0.0.33"
87428756
application-config-path "^0.1.0"
87438757
command-exists "^1.2.4"
8744-
configstore "^3.0.0"
87458758
debug "^3.1.0"
87468759
eol "^0.9.1"
87478760
get-port "^3.2.0"

0 commit comments

Comments
 (0)