Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit 97d9378

Browse files
chore(deps-dev): bump semantic-release from 15.13.19 to 15.13.21
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.19 to 15.13.21. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v15.13.19...v15.13.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4794c41 commit 97d9378

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint-staged": "9.2.1",
2121
"prettier": "1.18.2",
2222
"rimraf": "2.7.0",
23-
"semantic-release": "15.13.19",
23+
"semantic-release": "15.13.21",
2424
"ts-node": "8.3.0",
2525
"tslint": "5.18.0",
2626
"tslint-config-prettier": "1.18.0",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,6 +1798,13 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.6.0, hosted-git-info@^2.7.1:
17981798
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
17991799
integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==
18001800

1801+
hosted-git-info@^3.0.0:
1802+
version "3.0.0"
1803+
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.0.tgz#dd8af49cd01e73cc8e61ba13e217a772fd4ecd2d"
1804+
integrity sha512-zYSx1cP4MLsvKtTg8DF/PI6e6FHZ3wcawcTGsrLU2TM+UfD4jmSrn2wdQT16TFbH3lO4PIdjLG0E+cuYDgFD9g==
1805+
dependencies:
1806+
lru-cache "^5.1.1"
1807+
18011808
http-cache-semantics@^3.8.1:
18021809
version "3.8.1"
18031810
resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
@@ -2623,10 +2630,10 @@ lodash.without@~4.4.0:
26232630
resolved "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
26242631
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
26252632

2626-
lodash@^4.17.4, lodash@^4.2.1:
2627-
version "4.17.14"
2628-
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
2629-
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
2633+
lodash@^4.17.15, lodash@^4.17.4, lodash@^4.2.1:
2634+
version "4.17.15"
2635+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
2636+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
26302637

26312638
log-symbols@^1.0.2:
26322639
version "1.0.2"
@@ -4050,10 +4057,10 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
40504057
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
40514058
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
40524059

4053-
semantic-release@15.13.19:
4054-
version "15.13.19"
4055-
resolved "https://registry.npmjs.org/semantic-release/-/semantic-release-15.13.19.tgz#d1d05b3516fb8701d81f4e6b9be42bafffef13cb"
4056-
integrity sha512-6eqqAmzGaJWgP5R5IkWIQK9is+cWUp/A+pwzxf/YaG1hJv1eD25klUP7Y0fedsPOxxI8eLuDUVlEs7U8SOlK0Q==
4060+
semantic-release@15.13.21:
4061+
version "15.13.21"
4062+
resolved "https://registry.npmjs.org/semantic-release/-/semantic-release-15.13.21.tgz#d021c75f889cff75ae3410736942bee6c4557da7"
4063+
integrity sha512-3S9thQas28iv3NeHUqQVsDnxMcBGQICdxabeNnJ8BnbRBvCkgqCg3v9zo/+O5a8GCyxrgjtwJ2iWozL8SiIq1w==
40574064
dependencies:
40584065
"@semantic-release/commit-analyzer" "^6.1.0"
40594066
"@semantic-release/error" "^2.2.0"
@@ -4070,8 +4077,8 @@ semantic-release@15.13.19:
40704077
get-stream "^5.0.0"
40714078
git-log-parser "^1.2.0"
40724079
hook-std "^2.0.0"
4073-
hosted-git-info "^2.7.1"
4074-
lodash "^4.17.4"
4080+
hosted-git-info "^3.0.0"
4081+
lodash "^4.17.15"
40754082
marked "^0.7.0"
40764083
marked-terminal "^3.2.0"
40774084
p-locate "^4.0.0"

0 commit comments

Comments
 (0)