Skip to content

Commit 6a6b6e5

Browse files
Merge pull request #263 from technote-space/release/next-v1.3.1
release: v1.3.2
2 parents 8890b4d + 1f41496 commit 6a6b6e5

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Helper to filter GitHub Action.",
55
"author": {
66
"name": "Technote",
@@ -34,9 +34,9 @@
3434
"devDependencies": {
3535
"@commitlint/cli": "^8.3.5",
3636
"@commitlint/config-conventional": "^8.3.4",
37-
"@technote-space/github-action-test-helper": "^0.2.5",
37+
"@technote-space/github-action-test-helper": "^0.2.6",
3838
"@types/jest": "^25.1.4",
39-
"@types/node": "^13.9.0",
39+
"@types/node": "^13.9.1",
4040
"@typescript-eslint/eslint-plugin": "^2.23.0",
4141
"@typescript-eslint/parser": "^2.23.0",
4242
"eslint": "^6.8.0",

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
source-map "^0.5.0"
5353

5454
"@babel/generator@^7.8.6", "@babel/generator@^7.8.7":
55-
version "7.8.7"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.7.tgz#870b3cf7984f5297998152af625c4f3e341400f7"
57-
integrity sha512-DQwjiKJqH4C3qGiyQCAExJHoZssn49JTMJgZ8SANGgVFdkupcUhLOdkAeoC6kmHZCPfoDG5M0b6cFlSN5wW7Ew==
55+
version "7.8.8"
56+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.8.tgz#cdcd58caab730834cee9eeadb729e833b625da3e"
57+
integrity sha512-HKyUVu69cZoclptr8t8U5b6sx6zoWjh8jiUhnuj3MpZuKT2dJ8zPTuiy31luq32swhI0SpwItCIlU8XW7BZeJg==
5858
dependencies:
5959
"@babel/types" "^7.8.7"
6060
jsesc "^2.5.1"
@@ -108,9 +108,9 @@
108108
js-tokens "^4.0.0"
109109

110110
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.8.7":
111-
version "7.8.7"
112-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.7.tgz#7b8facf95d25fef9534aad51c4ffecde1a61e26a"
113-
integrity sha512-9JWls8WilDXFGxs0phaXAZgpxTZhSk/yOYH2hTHC0X1yC7Z78IJfvR1vJ+rmJKq3I35td2XzXzN6ZLYlna+r/A==
111+
version "7.8.8"
112+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.8.tgz#4c3b7ce36db37e0629be1f0d50a571d2f86f6cd4"
113+
integrity sha512-mO5GWzBPsPf6865iIbzNE0AvkKF3NE+2S3eRUpE+FE07BOAkXh6G+GW/Pj01hhXjve1WScbaIO4UlY1JKeqCcA==
114114

115115
"@babel/plugin-syntax-bigint@^7.0.0":
116116
version "7.8.3"
@@ -583,9 +583,9 @@
583583
universal-user-agent "^4.0.0"
584584

585585
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
586-
version "2.4.0"
587-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.4.0.tgz#857c6e5e5983dc034a0b9150684062bfdebd87dd"
588-
integrity sha512-RxVKYIFUZti2POYxeASCSjj0JxtHvjlcFwpZnXQ7aDGDgkpzpve/qhQSR/nEw8zALRFiSuh9BP71AYL0rcV28A==
586+
version "2.5.0"
587+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.5.0.tgz#f1bbd147e662ae2c79717d518aac686e58257773"
588+
integrity sha512-KEnLwOfdXzxPNL34fj508bhi9Z9cStyN7qY1kOfVahmqtAfrWw6Oq3P4R+dtsg0lYtZdWBpUrS/Ixmd5YILSww==
589589
dependencies:
590590
"@types/node" ">= 8"
591591

@@ -603,10 +603,10 @@
603603
dependencies:
604604
type-detect "4.0.8"
605605

606-
"@technote-space/github-action-test-helper@^0.2.5":
607-
version "0.2.5"
608-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.5.tgz#86529a9c9478eb19dfcdcef02da1760df029c5cc"
609-
integrity sha512-AU0WBHoBNMrSX0vKnCBeNQ2+sdOGHEs2O8IqYVocITsqe3tCwpcYRaubulXfP6tpgW+0SOtMyjgvL9DEyDDFhA==
606+
"@technote-space/github-action-test-helper@^0.2.6":
607+
version "0.2.6"
608+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.6.tgz#2b98508b9ab5932b3e974c479d2c489ae1da2c44"
609+
integrity sha512-P5L/Xkgl44NmHf6+iugLFfLH5j0ShbZrIK7jeJq6gqlc6+J8PK5B9ogachy1DZSBrMHQV16cpt4ZiZOcy1nvmQ==
610610
dependencies:
611611
"@actions/github" "^2.1.1"
612612
js-yaml "^3.13.1"
@@ -687,10 +687,10 @@
687687
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
688688
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
689689

690-
"@types/node@>= 8", "@types/node@^13.9.0":
691-
version "13.9.0"
692-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.0.tgz#5b6ee7a77faacddd7de719017d0bc12f52f81589"
693-
integrity sha512-0ARSQootUG1RljH2HncpsY2TJBfGQIKOOi7kxzUY6z54ePu/ZD+wJA8zI2Q6v8rol2qpG/rvqsReco8zNMPvhQ==
690+
"@types/node@>= 8", "@types/node@^13.9.1":
691+
version "13.9.1"
692+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.1.tgz#96f606f8cd67fb018847d9b61e93997dabdefc72"
693+
integrity sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ==
694694

695695
"@types/parse-json@^4.0.0":
696696
version "4.0.0"
@@ -3513,9 +3513,9 @@ [email protected]:
35133513
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
35143514

35153515
minimist@^1.1.1, minimist@^1.2.0:
3516-
version "1.2.3"
3517-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"
3518-
integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==
3516+
version "1.2.5"
3517+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
3518+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
35193519

35203520
mixin-deep@^1.2.0:
35213521
version "1.3.2"
@@ -4095,9 +4095,9 @@ regenerator-runtime@^0.11.0:
40954095
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
40964096

40974097
regenerator-runtime@^0.13.4:
4098-
version "0.13.4"
4099-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz#e96bf612a3362d12bb69f7e8f74ffeab25c7ac91"
4100-
integrity sha512-plpwicqEzfEyTQohIKktWigcLzmNStMGwbOUbykx51/29Z3JOGYldaaNGK7ngNXV+UcoqvIMmloZ48Sr74sd+g==
4098+
version "0.13.5"
4099+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
4100+
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
41014101

41024102
regex-not@^1.0.0, regex-not@^1.0.2:
41034103
version "1.0.2"

0 commit comments

Comments
 (0)