1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-12-22 09:13:19 +01:00

Bump devcert from 1.2.0 to 1.2.1 (#308)

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](https://github.com/davewasmer/devcert/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: devcert
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-08 23:40:31 +01:00 committed by GitHub
parent 9e9b8af135
commit 42438c40fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
package-lock.json generated
View File

@ -9691,9 +9691,9 @@
"peer": true
},
"node_modules/devcert": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/devcert/-/devcert-1.2.0.tgz",
"integrity": "sha512-Tca9LUcmDegqTxlnQLTxVARS3MqYT+eWJfskXykefknT9jPoSJEA+t5BkDq5C5Tz+gVmAWmOH5vvKMfLJO/UhQ==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/devcert/-/devcert-1.2.1.tgz",
"integrity": "sha512-R7DqtMtsNmFVY75kzRHXON3hXoJili2xxlEcZgHi0VHSx8aJECfm7ZqAquXzTeAM/I9f8G2pHc/zq5k6iXHQzA==",
"peer": true,
"dependencies": {
"@types/configstore": "^2.1.1",
@ -9711,6 +9711,7 @@
"eol": "^0.9.1",
"get-port": "^3.2.0",
"glob": "^7.1.2",
"is-valid-domain": "^0.1.6",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"password-prompt": "^1.0.4",
@ -16118,6 +16119,15 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-valid-domain": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/is-valid-domain/-/is-valid-domain-0.1.6.tgz",
"integrity": "sha512-ZKtq737eFkZr71At8NxOFcP9O1K89gW3DkdrGMpp1upr/ueWjj+Weh4l9AI4rN0Gt8W2M1w7jrG2b/Yv83Ljpg==",
"peer": true,
"dependencies": {
"punycode": "^2.1.1"
}
},
"node_modules/is-valid-path": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz",
@ -35105,9 +35115,9 @@
}
},
"devcert": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/devcert/-/devcert-1.2.0.tgz",
"integrity": "sha512-Tca9LUcmDegqTxlnQLTxVARS3MqYT+eWJfskXykefknT9jPoSJEA+t5BkDq5C5Tz+gVmAWmOH5vvKMfLJO/UhQ==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/devcert/-/devcert-1.2.1.tgz",
"integrity": "sha512-R7DqtMtsNmFVY75kzRHXON3hXoJili2xxlEcZgHi0VHSx8aJECfm7ZqAquXzTeAM/I9f8G2pHc/zq5k6iXHQzA==",
"peer": true,
"requires": {
"@types/configstore": "^2.1.1",
@ -35125,6 +35135,7 @@
"eol": "^0.9.1",
"get-port": "^3.2.0",
"glob": "^7.1.2",
"is-valid-domain": "^0.1.6",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"password-prompt": "^1.0.4",
@ -39952,6 +39963,15 @@
"integrity": "sha512-wH+U77omcRzevfIG8dDhTS0V9zZyweakfD01FULl97+0EHiJTTZtJqxPSkIIo/SDPv/i07k/C9jAPY+jwLLeUQ==",
"dev": true
},
"is-valid-domain": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/is-valid-domain/-/is-valid-domain-0.1.6.tgz",
"integrity": "sha512-ZKtq737eFkZr71At8NxOFcP9O1K89gW3DkdrGMpp1upr/ueWjj+Weh4l9AI4rN0Gt8W2M1w7jrG2b/Yv83Ljpg==",
"peer": true,
"requires": {
"punycode": "^2.1.1"
}
},
"is-valid-path": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz",