chore(deps-dev): Bump semantic-release from 17.4.0 to 17.4.1 (#1961)

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

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-08 08:51:26 -06:00 committed by GitHub
parent 1fc9a20b56
commit 07c282e36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -4427,14 +4427,14 @@
"dev": true
},
"marked-terminal": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-4.1.0.tgz",
"integrity": "sha512-5KllfAOW02WS6hLRQ7cNvGOxvKW1BKuXELH4EtbWfyWgxQhROoMxEvuQ/3fTgkNjledR0J48F4HbapvYp1zWkQ==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-4.1.1.tgz",
"integrity": "sha512-t7Mdf6T3PvOEyN01c3tYxDzhyKZ8xnkp8Rs6Fohno63L/0pFTJ5Qtwto2AQVuDtbQiWzD+4E5AAu1Z2iLc8miQ==",
"dev": true,
"requires": {
"ansi-escapes": "^4.3.1",
"cardinal": "^2.1.1",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"cli-table": "^0.3.1",
"node-emoji": "^1.10.0",
"supports-hyperlinks": "^2.1.0"
@ -8958,9 +8958,9 @@
"dev": true
},
"semantic-release": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-17.4.0.tgz",
"integrity": "sha512-FrPUpqKobak39F/6HnxhBK6LdL2ZEHadz5qVDTIJ9qlJ6bw8BQ5sguZ2j0ewI0aqRcLf/u9LGy/kOnUy0v7NbQ==",
"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==",
"dev": true,
"requires": {
"@semantic-release/commit-analyzer": "^8.0.0",
@ -8981,7 +8981,7 @@
"hosted-git-info": "^3.0.0",
"lodash": "^4.17.15",
"marked": "^2.0.0",
"marked-terminal": "^4.0.0",
"marked-terminal": "^4.1.1",
"micromatch": "^4.0.2",
"p-each-series": "^2.1.0",
"p-reduce": "^2.0.0",

View File

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