Skip to content

Commit ec1c212

Browse files
Update dependency shipjs to ^0.21.0 (#64)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 220b6ea commit ec1c212

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
@@ -54,7 +54,7 @@
5454
"npm-run-all": "^4.1.5",
5555
"opener": "^1.5.1",
5656
"puppeteer": "^2.1.1",
57-
"shipjs": "^0.20.0",
57+
"shipjs": "^0.21.0",
5858
"ts-jest": "^26.0.0",
5959
"typescript": "^4.0.0",
6060
"typescript-eslint-language-service": "^3.0.0",

yarn.lock

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

7929-
shipjs-lib@0.20.0:
7930-
version "0.20.0"
7931-
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.20.0.tgz#e622b08b590539c4344cb110f8a5efcaefd3df28"
7932-
integrity sha512-+zKtJ3Kap9rpP/l+UcFmon+1uQAZVjIJhTIaKAzrBzTGflA6VOelWnh9ZH6OFVVaRZJ3d/rWH/EAe9RpoExMwA==
7929+
shipjs-lib@0.21.0:
7930+
version "0.21.0"
7931+
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.21.0.tgz#a4570c44903d28fb80e548c1907f8282264de190"
7932+
integrity sha512-TKMtbl9rDYs7kxK9QBM0cGXQYCRCmNF1ACLocsqwll7OwOKnWm/GeubeWi/tSEcj5E2jFUGS2ZLXKZ1jRW+SZw==
79337933
dependencies:
79347934
deepmerge "^4.2.2"
79357935
dotenv "^8.1.0"
79367936
parse-github-url "1.0.2"
79377937
semver "6.3.0"
79387938
shelljs "0.8.4"
79397939

7940-
shipjs@^0.20.0:
7941-
version "0.20.0"
7942-
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.20.0.tgz#4dd1007880c481820234f8b74a45a106a2939299"
7943-
integrity sha512-1kyPCUGOjzMt6qELApDjePOMgaP/2sa/w7mImauDMkjVbRk7cqGWNdV5l565/Ihy+rhCCeol04t+GyAZDJ8KBw==
7940+
shipjs@^0.21.0:
7941+
version "0.21.0"
7942+
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.21.0.tgz#28c76dec11502d1031b31921fa538cd66aeeee1b"
7943+
integrity sha512-ovrn6JhrMA9MV/xWGs69U7wv36cw/bWGL0pio9OodglC97HpZaRiO54vR9DPU6o/biqAvGMDglqFzhCA9On63Q==
79447944
dependencies:
79457945
"@babel/runtime" "^7.6.3"
79467946
"@octokit/rest" "^17.0.0"
@@ -7961,7 +7961,7 @@ shipjs@^0.20.0:
79617961
prettier "^2.0.0"
79627962
serialize-javascript "^3.0.0"
79637963
shell-quote "^1.7.2"
7964-
shipjs-lib "0.20.0"
7964+
shipjs-lib "0.21.0"
79657965
temp-write "4.0.0"
79667966
tempfile "^3.0.0"
79677967

0 commit comments

Comments
 (0)