Bump devcert from 1.1.3 to 1.2.1
Bumps [devcert](https://github.com/davewasmer/devcert) from 1.1.3 to 1.2.1. - [Release notes](https://github.com/davewasmer/devcert/releases) - [Changelog](https://github.com/davewasmer/devcert/blob/master/CHANGELOG.md) - [Commits](https://github.com/davewasmer/devcert/compare/v1.1.3...v1.2.1) --- updated-dependencies: - dependency-name: devcert dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Jun 3, 2022 at 23:04 UTC
d23721a250752780bf2b575a87b91934ac7aae0e
1 file changed
+24
-6
package-lock.json
+24
-6
@@ -9033,9 +9033,9 @@
9033
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
9034
},
9035
"node_modules/devcert": {
9036
- "version": "1.1.3",
9037
- "resolved": "https://registry.npmjs.org/devcert/-/devcert-1.1.3.tgz",
9038
- "integrity": "sha512-7/nIzKdQ8y2K0imjIP7dyg2GJ2h38Ps6VOMXWZHIarNDV3p6mTXyEugKFnkmsZ2DD58JEG34ILyVb3qdOMmP9w==",
9036
+ "version": "1.2.1",
9037
+ "resolved": "https://registry.npmjs.org/devcert/-/devcert-1.2.1.tgz",
9038
+ "integrity": "sha512-R7DqtMtsNmFVY75kzRHXON3hXoJili2xxlEcZgHi0VHSx8aJECfm7ZqAquXzTeAM/I9f8G2pHc/zq5k6iXHQzA==",
9039
"dependencies": {
9040
"@types/configstore": "^2.1.1",
9041
"@types/debug": "^0.0.30",
@@ -9052,6 +9052,7 @@
9052
"eol": "^0.9.1",
9053
"get-port": "^3.2.0",
9054
"glob": "^7.1.2",
9055
+ "is-valid-domain": "^0.1.6",
9056
"lodash": "^4.17.4",
9057
"mkdirp": "^0.5.1",
9058
"password-prompt": "^1.0.4",
@@ -15089,6 +15090,14 @@
15090
"resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
15091
"integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww=="
15092
},
15093
+ "node_modules/is-valid-domain": {
15094
+ "version": "0.1.6",
15095
+ "resolved": "https://registry.npmjs.org/is-valid-domain/-/is-valid-domain-0.1.6.tgz",
15096
+ "integrity": "sha512-ZKtq737eFkZr71At8NxOFcP9O1K89gW3DkdrGMpp1upr/ueWjj+Weh4l9AI4rN0Gt8W2M1w7jrG2b/Yv83Ljpg==",
15097
+ "dependencies": {
15098
+ "punycode": "^2.1.1"
15099
+ }
15100
+ },
15101
"node_modules/is-valid-path": {
15102
"version": "0.1.1",
15103
"resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz",
@@ -39326,9 +39335,9 @@
39335
}
39336
},
39337
"devcert": {
39329
- "version": "1.1.3",
39330
- "resolved": "https://registry.npmjs.org/devcert/-/devcert-1.1.3.tgz",
39331
- "integrity": "sha512-7/nIzKdQ8y2K0imjIP7dyg2GJ2h38Ps6VOMXWZHIarNDV3p6mTXyEugKFnkmsZ2DD58JEG34ILyVb3qdOMmP9w==",
39338
+ "version": "1.2.1",
39339
+ "resolved": "https://registry.npmjs.org/devcert/-/devcert-1.2.1.tgz",
39340
+ "integrity": "sha512-R7DqtMtsNmFVY75kzRHXON3hXoJili2xxlEcZgHi0VHSx8aJECfm7ZqAquXzTeAM/I9f8G2pHc/zq5k6iXHQzA==",
39341
"requires": {
39342
"@types/configstore": "^2.1.1",
39343
"@types/debug": "^0.0.30",
@@ -39345,6 +39354,7 @@
39354
"eol": "^0.9.1",
39355
"get-port": "^3.2.0",
39356
"glob": "^7.1.2",
39357
+ "is-valid-domain": "^0.1.6",
39358
"lodash": "^4.17.4",
39359
"mkdirp": "^0.5.1",
39360
"password-prompt": "^1.0.4",
@@ -44132,6 +44142,14 @@
44142
"resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
44143
"integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww=="
44144
},
44145
+ "is-valid-domain": {
44146
+ "version": "0.1.6",
44147
+ "resolved": "https://registry.npmjs.org/is-valid-domain/-/is-valid-domain-0.1.6.tgz",
44148
+ "integrity": "sha512-ZKtq737eFkZr71At8NxOFcP9O1K89gW3DkdrGMpp1upr/ueWjj+Weh4l9AI4rN0Gt8W2M1w7jrG2b/Yv83Ljpg==",
44149
+ "requires": {
44150
+ "punycode": "^2.1.1"
44151
+ }
44152
+ },
44153
"is-valid-path": {
44154
"version": "0.1.1",
44155
"resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz",