chore(deps-dev): Bump semantic-release from 17.4.1 to 17.4.2 (#1971)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.1 to 17.4.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.4.1...v17.4.2)

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] 2021-03-15 09:54:17 -05:00 committed by GitHub
parent 6fd19823ea
commit d4e6cb3b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 8 deletions

23
package-lock.json generated
View File

@ -8876,9 +8876,9 @@
"dev": true
},
"semantic-release": {
"version": "17.4.1",
"resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-17.4.1.tgz",
"integrity": "sha512-o/Rjk0HCBUWEYxN99Vq04Th+XtRQAxbC+FN+pBQ49wpqQ5NW/cfwhfw0qyxeTEhbchQ/1/KGMPWqD4/rRScAag==",
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-17.4.2.tgz",
"integrity": "sha512-TPLWuoe2L2DmgnQEh+OLWW5V1T+ZAa1xWuHXsuPAWEko0BqSdLPl+5+BlQ+D5Bp27S5gDJ1//Y1tgbmvUhnOCw==",
"dev": true,
"requires": {
"@semantic-release/commit-analyzer": "^8.0.0",
@ -8896,7 +8896,7 @@
"get-stream": "^6.0.0",
"git-log-parser": "^1.2.0",
"hook-std": "^2.0.0",
"hosted-git-info": "^3.0.0",
"hosted-git-info": "^4.0.0",
"lodash": "^4.17.15",
"marked": "^2.0.0",
"marked-terminal": "^4.1.1",
@ -8934,6 +8934,15 @@
"integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==",
"dev": true
},
"hosted-git-info": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.0.tgz",
"integrity": "sha512-fqhGdjk4av7mT9fU/B01dUtZ+WZSc/XEXMoLXDVZukiQRXxeHSSz3AqbeWRJHtF8EQYHlAgB1NSAHU0Cm7aqZA==",
"dev": true,
"requires": {
"lru-cache": "^6.0.0"
}
},
"human-signals": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
@ -9736,9 +9745,9 @@
"dev": true
},
"yaml": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
"integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==",
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
"dev": true
},
"yargs": {

View File

@ -57,7 +57,7 @@
"node-fetch": "^2.6.1",
"rollup": "^2.41.2",
"rollup-plugin-license": "^2.3.0",
"semantic-release": "^17.4.1",
"semantic-release": "^17.4.2",
"titleize": "^2.1.0",
"uglify-js": "^3.13.0",
"vuln-regex-detector": "^1.3.0"