chore(deps-dev): Bump semantic-release from 18.0.0 to 18.0.1 (#2307)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-29 09:05:08 -06:00 committed by GitHub
parent 4f38383011
commit e86066410f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@ -35,7 +35,7 @@
"node-fetch": "^3.1.0",
"rollup": "^2.60.1",
"rollup-plugin-license": "^2.6.0",
"semantic-release": "^18.0.0",
"semantic-release": "^18.0.1",
"titleize": "^3.0.0",
"uglify-js": "^3.14.3",
"vuln-regex-detector": "^1.3.0"
@ -1924,14 +1924,14 @@
"dev": true
},
"node_modules/@semantic-release/commit-analyzer": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.1.tgz",
"integrity": "sha512-ncNsnrLmiykhgNZUXNvhhAjNN0me7VGIb0X5hu3ogyi5DDPapjGAHdEffO5vi+HX1BFWLRD/Ximx5PjGAKjAqQ==",
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz",
"integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==",
"dev": true,
"dependencies": {
"conventional-changelog-angular": "^5.0.0",
"conventional-commits-filter": "^2.0.0",
"conventional-commits-parser": "^3.0.7",
"conventional-commits-parser": "^3.2.3",
"debug": "^4.0.0",
"import-from": "^4.0.0",
"lodash": "^4.17.4",
@ -9509,12 +9509,12 @@
"dev": true
},
"node_modules/semantic-release": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-18.0.0.tgz",
"integrity": "sha512-/Szyhq5DTZCYry/aZqpBbK/kqv10ydn6oiiaYOXtPgDbAIkqidZcQOm+mfYFJ0sBTUaOYCKMlcPMgJycP7jDYQ==",
"version": "18.0.1",
"resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-18.0.1.tgz",
"integrity": "sha512-xTdKCaEnCzHr+Fqyhg/5I8P9pvY9z7WHa8TFCYIwcdPbuzAtQShOTzw3VNPsqBT+Yq1kFyBQFBKBYkGOlqWmfA==",
"dev": true,
"dependencies": {
"@semantic-release/commit-analyzer": "^9.0.0",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/error": "^3.0.0",
"@semantic-release/github": "^8.0.0",
"@semantic-release/npm": "^8.0.0",
@ -11907,14 +11907,14 @@
}
},
"@semantic-release/commit-analyzer": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.1.tgz",
"integrity": "sha512-ncNsnrLmiykhgNZUXNvhhAjNN0me7VGIb0X5hu3ogyi5DDPapjGAHdEffO5vi+HX1BFWLRD/Ximx5PjGAKjAqQ==",
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz",
"integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==",
"dev": true,
"requires": {
"conventional-changelog-angular": "^5.0.0",
"conventional-commits-filter": "^2.0.0",
"conventional-commits-parser": "^3.0.7",
"conventional-commits-parser": "^3.2.3",
"debug": "^4.0.0",
"import-from": "^4.0.0",
"lodash": "^4.17.4",
@ -17496,12 +17496,12 @@
"dev": true
},
"semantic-release": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-18.0.0.tgz",
"integrity": "sha512-/Szyhq5DTZCYry/aZqpBbK/kqv10ydn6oiiaYOXtPgDbAIkqidZcQOm+mfYFJ0sBTUaOYCKMlcPMgJycP7jDYQ==",
"version": "18.0.1",
"resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-18.0.1.tgz",
"integrity": "sha512-xTdKCaEnCzHr+Fqyhg/5I8P9pvY9z7WHa8TFCYIwcdPbuzAtQShOTzw3VNPsqBT+Yq1kFyBQFBKBYkGOlqWmfA==",
"dev": true,
"requires": {
"@semantic-release/commit-analyzer": "^9.0.0",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/error": "^3.0.0",
"@semantic-release/github": "^8.0.0",
"@semantic-release/npm": "^8.0.0",

View File

@ -66,7 +66,7 @@
"node-fetch": "^3.1.0",
"rollup": "^2.60.1",
"rollup-plugin-license": "^2.6.0",
"semantic-release": "^18.0.0",
"semantic-release": "^18.0.1",
"titleize": "^3.0.0",
"uglify-js": "^3.14.3",
"vuln-regex-detector": "^1.3.0"