Skip to content

Commit ae36463

Browse files
Update dependency shipjs to ^0.19.0 (#46)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1ff910b commit ae36463

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lerna-changelog": "^1.0.0",
5252
"opener": "^1.5.1",
5353
"puppeteer": "^2.1.1",
54-
"shipjs": "^0.18.0",
54+
"shipjs": "^0.19.0",
5555
"ts-jest": "^25.3.0",
5656
"typescript": "^3.8.3",
5757
"typescript-eslint-language-service": "^2.0.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7744,21 +7744,21 @@ shellwords@^0.1.1:
77447744
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
77457745
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
77467746

7747-
shipjs-lib@0.18.4:
7748-
version "0.18.4"
7749-
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.18.4.tgz#cd509f1d3a60b4acc4b6c1a335f19f81c6253eb5"
7750-
integrity sha512-syu025fGRRTfLTQPZHhWoKsTaeHQBzoOeUUFuWw2RnGVG7SjjE7JQd22gGkT622KhGbvHefBaNwUeC05WxoGOA==
7747+
shipjs-lib@0.19.0:
7748+
version "0.19.0"
7749+
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.19.0.tgz#2de36f0054cfa8b193bd7965b2dd3002e0b950c7"
7750+
integrity sha512-0nSkaG7sJh0ynLzJEu23buuRKUAyOI7auNWhDnq48wnc1npkIoXLp9h+SDT6m7SiKOScJ0fSUlwOHmKhET/IPg==
77517751
dependencies:
77527752
deepmerge "^4.2.2"
77537753
dotenv "^8.1.0"
77547754
parse-github-url "1.0.2"
77557755
semver "6.3.0"
77567756
shelljs "0.8.4"
77577757

7758-
shipjs@^0.18.0:
7759-
version "0.18.4"
7760-
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.18.4.tgz#d9844a82781bc79b693afddda1ebe1457747546d"
7761-
integrity sha512-By6Q35LdReJLRsQnV1Ackxlgpn3NVDfTIsNfxMxHlBnFSBjhTw5JnxAaWHIROldwbI5bd51rR8Upm0GZwQQcJQ==
7758+
shipjs@^0.19.0:
7759+
version "0.19.0"
7760+
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.19.0.tgz#cce3a227d52b67545cca345ab6b96625e1f527c2"
7761+
integrity sha512-VhzL6QyI7/iYvzcNgh83uKLi4w/0Q6thHRLH459NPO+InwxNKghZjiFW6RqfKud7vCTqwi8udKANU5U45/8NIg==
77627762
dependencies:
77637763
"@babel/runtime" "^7.6.3"
77647764
"@octokit/rest" "^17.0.0"
@@ -7779,7 +7779,7 @@ shipjs@^0.18.0:
77797779
prettier "^2.0.0"
77807780
serialize-javascript "^3.0.0"
77817781
shell-quote "^1.7.2"
7782-
shipjs-lib "0.18.4"
7782+
shipjs-lib "0.19.0"
77837783
temp-write "4.0.0"
77847784
tempfile "^3.0.0"
77857785

0 commit comments

Comments
 (0)