Skip to content

Commit ee9a8e2

Browse files
chore(deps): update dependency shipjs to ^0.22.0 (#72)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3d41585 commit ee9a8e2

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.21.0",
57+
"shipjs": "^0.22.0",
5858
"ts-jest": "^26.0.0",
5959
"typescript": "^4.0.0",
6060
"typescript-eslint-language-service": "^4.0.0",

yarn.lock

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

7984-
shipjs-lib@0.21.0:
7985-
version "0.21.0"
7986-
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.21.0.tgz#a4570c44903d28fb80e548c1907f8282264de190"
7987-
integrity sha512-TKMtbl9rDYs7kxK9QBM0cGXQYCRCmNF1ACLocsqwll7OwOKnWm/GeubeWi/tSEcj5E2jFUGS2ZLXKZ1jRW+SZw==
7984+
shipjs-lib@0.22.0:
7985+
version "0.22.0"
7986+
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.22.0.tgz#e9413529b3cb03d971f14a6ce7502bddf40d0ed9"
7987+
integrity sha512-49xomVWwy3Bbu7ieF/D9GURVltJcFZTSYVVM3fa1w/vrZMxskTHjS0UWm/jiUL/EHACyp+7mbTWK8qPHEKz6xA==
79887988
dependencies:
79897989
deepmerge "^4.2.2"
79907990
dotenv "^8.1.0"
79917991
parse-github-url "1.0.2"
79927992
semver "6.3.0"
79937993
shelljs "0.8.4"
79947994

7995-
shipjs@^0.21.0:
7996-
version "0.21.0"
7997-
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.21.0.tgz#28c76dec11502d1031b31921fa538cd66aeeee1b"
7998-
integrity sha512-ovrn6JhrMA9MV/xWGs69U7wv36cw/bWGL0pio9OodglC97HpZaRiO54vR9DPU6o/biqAvGMDglqFzhCA9On63Q==
7995+
shipjs@^0.22.0:
7996+
version "0.22.0"
7997+
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.22.0.tgz#01641f12d464cc4442f1686c4174a36e3e6d351c"
7998+
integrity sha512-43Ia3tnnM5lCOY0XqkoWZ55WqVRWO/b5ce51zh42TfHvNYhFL/5WYb9/avhUHs1ey0Rtxfq4YAAIjAyKx0RVhA==
79997999
dependencies:
80008000
"@babel/runtime" "^7.6.3"
80018001
"@octokit/rest" "^17.0.0"
@@ -8016,7 +8016,7 @@ shipjs@^0.21.0:
80168016
prettier "^2.0.0"
80178017
serialize-javascript "^3.0.0"
80188018
shell-quote "^1.7.2"
8019-
shipjs-lib "0.21.0"
8019+
shipjs-lib "0.22.0"
80208020
temp-write "4.0.0"
80218021
tempfile "^3.0.0"
80228022

0 commit comments

Comments
 (0)