Skip to content

Commit c5716eb

Browse files
Update dependency shipjs to ^0.20.0 (#54)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b533c83 commit c5716eb

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
@@ -52,7 +52,7 @@
5252
"npm-run-all": "^4.1.5",
5353
"opener": "^1.5.1",
5454
"puppeteer": "^2.1.1",
55-
"shipjs": "^0.19.0",
55+
"shipjs": "^0.20.0",
5656
"ts-jest": "^26.0.0",
5757
"typescript": "^3.9.5",
5858
"typescript-eslint-language-service": "^3.0.0",

yarn.lock

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

7810-
shipjs-lib@0.19.0:
7811-
version "0.19.0"
7812-
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.19.0.tgz#2de36f0054cfa8b193bd7965b2dd3002e0b950c7"
7813-
integrity sha512-0nSkaG7sJh0ynLzJEu23buuRKUAyOI7auNWhDnq48wnc1npkIoXLp9h+SDT6m7SiKOScJ0fSUlwOHmKhET/IPg==
7810+
shipjs-lib@0.20.0:
7811+
version "0.20.0"
7812+
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.20.0.tgz#e622b08b590539c4344cb110f8a5efcaefd3df28"
7813+
integrity sha512-+zKtJ3Kap9rpP/l+UcFmon+1uQAZVjIJhTIaKAzrBzTGflA6VOelWnh9ZH6OFVVaRZJ3d/rWH/EAe9RpoExMwA==
78147814
dependencies:
78157815
deepmerge "^4.2.2"
78167816
dotenv "^8.1.0"
78177817
parse-github-url "1.0.2"
78187818
semver "6.3.0"
78197819
shelljs "0.8.4"
78207820

7821-
shipjs@^0.19.0:
7822-
version "0.19.0"
7823-
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.19.0.tgz#cce3a227d52b67545cca345ab6b96625e1f527c2"
7824-
integrity sha512-VhzL6QyI7/iYvzcNgh83uKLi4w/0Q6thHRLH459NPO+InwxNKghZjiFW6RqfKud7vCTqwi8udKANU5U45/8NIg==
7821+
shipjs@^0.20.0:
7822+
version "0.20.0"
7823+
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.20.0.tgz#4dd1007880c481820234f8b74a45a106a2939299"
7824+
integrity sha512-1kyPCUGOjzMt6qELApDjePOMgaP/2sa/w7mImauDMkjVbRk7cqGWNdV5l565/Ihy+rhCCeol04t+GyAZDJ8KBw==
78257825
dependencies:
78267826
"@babel/runtime" "^7.6.3"
78277827
"@octokit/rest" "^17.0.0"
@@ -7842,7 +7842,7 @@ shipjs@^0.19.0:
78427842
prettier "^2.0.0"
78437843
serialize-javascript "^3.0.0"
78447844
shell-quote "^1.7.2"
7845-
shipjs-lib "0.19.0"
7845+
shipjs-lib "0.20.0"
78467846
temp-write "4.0.0"
78477847
tempfile "^3.0.0"
78487848

0 commit comments

Comments
 (0)