Skip to content

Commit b32fd93

Browse files
chore(deps): update dependency shipjs to ^0.20.0 (#113)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 59dee0d commit b32fd93

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
@@ -61,7 +61,7 @@
6161
"npm-run-all": "^4.1.5",
6262
"opener": "^1.5.1",
6363
"puppeteer": "^2.1.1",
64-
"shipjs": "^0.19.0",
64+
"shipjs": "^0.20.0",
6565
"ts-jest": "^26.0.0",
6666
"typescript": "^3.9.5",
6767
"typescript-eslint-language-service": "^3.0.0",

yarn.lock

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

7865-
shipjs-lib@0.19.0:
7866-
version "0.19.0"
7867-
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.19.0.tgz#2de36f0054cfa8b193bd7965b2dd3002e0b950c7"
7868-
integrity sha512-0nSkaG7sJh0ynLzJEu23buuRKUAyOI7auNWhDnq48wnc1npkIoXLp9h+SDT6m7SiKOScJ0fSUlwOHmKhET/IPg==
7865+
shipjs-lib@0.20.0:
7866+
version "0.20.0"
7867+
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.20.0.tgz#e622b08b590539c4344cb110f8a5efcaefd3df28"
7868+
integrity sha512-+zKtJ3Kap9rpP/l+UcFmon+1uQAZVjIJhTIaKAzrBzTGflA6VOelWnh9ZH6OFVVaRZJ3d/rWH/EAe9RpoExMwA==
78697869
dependencies:
78707870
deepmerge "^4.2.2"
78717871
dotenv "^8.1.0"
78727872
parse-github-url "1.0.2"
78737873
semver "6.3.0"
78747874
shelljs "0.8.4"
78757875

7876-
shipjs@^0.19.0:
7877-
version "0.19.0"
7878-
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.19.0.tgz#cce3a227d52b67545cca345ab6b96625e1f527c2"
7879-
integrity sha512-VhzL6QyI7/iYvzcNgh83uKLi4w/0Q6thHRLH459NPO+InwxNKghZjiFW6RqfKud7vCTqwi8udKANU5U45/8NIg==
7876+
shipjs@^0.20.0:
7877+
version "0.20.0"
7878+
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.20.0.tgz#4dd1007880c481820234f8b74a45a106a2939299"
7879+
integrity sha512-1kyPCUGOjzMt6qELApDjePOMgaP/2sa/w7mImauDMkjVbRk7cqGWNdV5l565/Ihy+rhCCeol04t+GyAZDJ8KBw==
78807880
dependencies:
78817881
"@babel/runtime" "^7.6.3"
78827882
"@octokit/rest" "^17.0.0"
@@ -7897,7 +7897,7 @@ shipjs@^0.19.0:
78977897
prettier "^2.0.0"
78987898
serialize-javascript "^3.0.0"
78997899
shell-quote "^1.7.2"
7900-
shipjs-lib "0.19.0"
7900+
shipjs-lib "0.20.0"
79017901
temp-write "4.0.0"
79027902
tempfile "^3.0.0"
79037903

0 commit comments

Comments
 (0)