Skip to content

Commit cfcf6d5

Browse files
chore(deps): update dependency shipjs to ^0.25.0 (#350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecb7888 commit cfcf6d5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"opener": "^1.5.1",
7070
"prettier": "^2.0.5",
7171
"rimraf": "^3.0.0",
72-
"shipjs": "^0.24.0",
72+
"shipjs": "^0.25.0",
7373
"ts-node": "^10.0.0",
7474
"typescript": "^4.3.2",
7575
"vue-eslint-editor": "^1.1.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@
12271227
node-fetch "^2.6.7"
12281228
universal-user-agent "^6.0.0"
12291229

1230-
"@octokit/rest@^17.0.0":
1230+
"@octokit/rest@^17.11.0":
12311231
version "17.11.2"
12321232
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-17.11.2.tgz#f3dbd46f9f06361c646230fd0ef8598e59183ead"
12331233
integrity sha512-4jTmn8WossTUaLfNDfXk4fVJgbz5JgZE8eCs4BvIb52lvIH8rpVMD1fgRCrHbSd6LRPE5JFZSfAEtszrOq3ZFQ==
@@ -9856,24 +9856,24 @@ [email protected]:
98569856
interpret "^1.0.0"
98579857
rechoir "^0.6.2"
98589858

9859-
shipjs-lib@0.24.4:
9860-
version "0.24.4"
9861-
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.24.4.tgz#b7a97ad0e2f286a9d2c2cf01defb4b0f47bc6da5"
9862-
integrity sha512-eAq2Ek5h/4dmZ7pksMxGnDbj26A9IFdC5YCmPQLRBPSokTy5WmVBfeeUUIlT/LOOnAvyYzvE22aUamh9ABq9Tg==
9859+
shipjs-lib@0.25.0:
9860+
version "0.25.0"
9861+
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.25.0.tgz#1eb16ed094f9ec714fb42a7c2f35f3f807938e7b"
9862+
integrity sha512-EoaHpBHJdD6pcRQ+iKc1hIylP7ygJPMJ5Iaf8hG5XYi+3V74+bvG3rUP1EYOhX48X/H8rRsrpwRr3SoYNcj60g==
98639863
dependencies:
98649864
deepmerge "^4.2.2"
98659865
dotenv "^8.1.0"
98669866
parse-github-url "1.0.2"
98679867
semver "6.3.0"
98689868
shelljs "0.8.5"
98699869

9870-
shipjs@^0.24.0:
9871-
version "0.24.4"
9872-
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.24.4.tgz#ee791395a1a0198999be6282929f0934eb226440"
9873-
integrity sha512-fz0vgeiKZc1fp+UaWkBhhUa2Sq20jbwV7UsdrZ9Ry2DEVARutmrnJCRzDq8vFAgcyKJxr53Gyg/a6r0A6QBh0w==
9870+
shipjs@^0.25.0:
9871+
version "0.25.0"
9872+
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.25.0.tgz#17080545aee33ad850ab3fed3afaf8a0e7b58140"
9873+
integrity sha512-8B+EJOk9zc3uBudXPqlf/Ok91mVzxJ2yBwAoHM3ohti0+3wnn1CRMA+PM9tLdxL4hEs3UGuYU3kT53+87D6hug==
98749874
dependencies:
98759875
"@babel/runtime" "^7.6.3"
9876-
"@octokit/rest" "^17.0.0"
9876+
"@octokit/rest" "^17.11.0"
98779877
"@slack/webhook" "^5.0.1"
98789878
add-stream "^1.0.0"
98799879
arg "4.1.3"
@@ -9894,7 +9894,7 @@ shipjs@^0.24.0:
98949894
prettier "^2.0.0"
98959895
serialize-javascript "^3.0.0"
98969896
shell-quote "^1.7.2"
9897-
shipjs-lib "0.24.4"
9897+
shipjs-lib "0.25.0"
98989898
temp-write "4.0.0"
98999899
tempfile "^3.0.0"
99009900

0 commit comments

Comments
 (0)