Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit b7b0ed2

Browse files
chore: update npm dependencies
1 parent 9e5bfd5 commit b7b0ed2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"dependencies": {
2828
"@actions/core": "^1.2.3",
2929
"@actions/github": "^2.1.1",
30-
"@technote-space/github-action-helper": "^1.3.0"
30+
"@technote-space/github-action-helper": "^1.3.1"
3131
},
3232
"devDependencies": {
3333
"@commitlint/cli": "^8.3.5",
3434
"@commitlint/config-conventional": "^8.3.4",
35-
"@technote-space/github-action-test-helper": "^0.2.5",
35+
"@technote-space/github-action-test-helper": "^0.2.6",
3636
"@technote-space/release-github-actions-cli": "^1.5.0",
3737
"@types/jest": "^25.1.4",
3838
"@types/node": "^13.9.0",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -611,20 +611,20 @@
611611
"@actions/core" "^1.2.2"
612612
"@actions/github" "^2.1.1"
613613

614-
"@technote-space/github-action-helper@^1.2.2", "@technote-space/github-action-helper@^1.3.0":
615-
version "1.3.0"
616-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.3.0.tgz#91aeab6c7c7da4d9a43ca6591a167f05e2cc8417"
617-
integrity sha512-iaMo6w09UwjpYQReCXKta8MjKnuQBGYQ+yf590DHkIoQgSVNNE+EeLDeeG3f4UEAJ27p1HpYpExnnPN/3bNOZA==
614+
"@technote-space/github-action-helper@^1.2.2", "@technote-space/github-action-helper@^1.3.1":
615+
version "1.3.1"
616+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.3.1.tgz#c4a9e33ec85fb9493f96ee09660191a3d7e52d29"
617+
integrity sha512-G6CAmXLmAnRZge8qsSY7oa+isNE6L+AtaJc+MfVsa9WLn0AbHPrySsLuMw2BXT26afQ7o1NITr+JymM5lQgQwQ==
618618
dependencies:
619619
"@actions/core" "^1.2.3"
620620
"@actions/github" "^2.1.1"
621621
shell-escape "^0.2.0"
622622
sprintf-js "^1.1.2"
623623

624-
"@technote-space/github-action-test-helper@^0.2.5":
625-
version "0.2.5"
626-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.5.tgz#86529a9c9478eb19dfcdcef02da1760df029c5cc"
627-
integrity sha512-AU0WBHoBNMrSX0vKnCBeNQ2+sdOGHEs2O8IqYVocITsqe3tCwpcYRaubulXfP6tpgW+0SOtMyjgvL9DEyDDFhA==
624+
"@technote-space/github-action-test-helper@^0.2.6":
625+
version "0.2.6"
626+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.6.tgz#2b98508b9ab5932b3e974c479d2c489ae1da2c44"
627+
integrity sha512-P5L/Xkgl44NmHf6+iugLFfLH5j0ShbZrIK7jeJq6gqlc6+J8PK5B9ogachy1DZSBrMHQV16cpt4ZiZOcy1nvmQ==
628628
dependencies:
629629
"@actions/github" "^2.1.1"
630630
js-yaml "^3.13.1"

0 commit comments

Comments
 (0)