Skip to content

Commit efec67d

Browse files
Merge pull request #255 from technote-space/release/next
feat: release v1.2.2
2 parents fb9295d + ab3f0ba commit efec67d

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4",
37+
"@technote-space/github-action-test-helper": "^0.2.5",
3838
"@types/jest": "^25.1.3",
39-
"@types/node": "^13.7.6",
39+
"@types/node": "^13.7.7",
4040
"@typescript-eslint/eslint-plugin": "^2.21.0",
4141
"@typescript-eslint/parser": "^2.21.0",
4242
"eslint": "^6.8.0",
@@ -46,7 +46,7 @@
4646
"lint-staged": "^10.0.8",
4747
"nock": "^12.0.1",
4848
"ts-jest": "^25.2.1",
49-
"typescript": "^3.8.2"
49+
"typescript": "^3.8.3"
5050
},
5151
"publishConfig": {
5252
"access": "public"

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -603,10 +603,10 @@
603603
dependencies:
604604
type-detect "4.0.8"
605605

606-
"@technote-space/github-action-test-helper@^0.2.4":
607-
version "0.2.4"
608-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.4.tgz#9ff122c173caed66d7d1a7c98136f397e876e5de"
609-
integrity sha512-yU+KbfZ8+nn6uwMK0TN8W+PoyM2zS8x0lYABVS+077wqLubLIs5PQyFRggNOZPVg51aRWFI1if87VG7QBuan8Q==
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==
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.7.6":
691-
version "13.7.6"
692-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.6.tgz#cb734a7c191472ae6a2b3a502b4dfffcea974113"
693-
integrity sha512-eyK7MWD0R1HqVTp+PtwRgFeIsemzuj4gBFSQxfPHY5iMjS7474e5wq+VFgTcdpyHeNxyKSaetYAjdMLJlKoWqA==
690+
"@types/node@>= 8", "@types/node@^13.7.7":
691+
version "13.7.7"
692+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.7.tgz#1628e6461ba8cc9b53196dfeaeec7b07fa6eea99"
693+
integrity sha512-Uo4chgKbnPNlxQwoFmYIwctkQVkMMmsAoGGU4JKwLuvBefF0pCq4FybNSnfkfRCpC7ZW7kttcC/TrRtAJsvGtg==
694694

695695
"@types/parse-json@^4.0.0":
696696
version "4.0.0"
@@ -2360,22 +2360,22 @@ ini@^1.3.4:
23602360
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
23612361

23622362
inquirer@^7.0.0:
2363-
version "7.0.4"
2364-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.4.tgz#99af5bde47153abca23f5c7fc30db247f39da703"
2365-
integrity sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ==
2363+
version "7.0.5"
2364+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.5.tgz#fb95b238ba19966c1a1f55db53c3f0ce5c9e4275"
2365+
integrity sha512-6Z5cP+LAO0rzNE7xWjWtT84jxKa5ScLEGLgegPXeO3dGeU8lNe5Ii7SlXH6KVtLGlDuaEhsvsFjrjWjw8j5lFg==
23662366
dependencies:
23672367
ansi-escapes "^4.2.1"
2368-
chalk "^2.4.2"
2368+
chalk "^3.0.0"
23692369
cli-cursor "^3.1.0"
23702370
cli-width "^2.0.0"
23712371
external-editor "^3.0.3"
23722372
figures "^3.0.0"
23732373
lodash "^4.17.15"
23742374
mute-stream "0.0.8"
2375-
run-async "^2.2.0"
2375+
run-async "^2.4.0"
23762376
rxjs "^6.5.3"
23772377
string-width "^4.1.0"
2378-
strip-ansi "^5.1.0"
2378+
strip-ansi "^6.0.0"
23792379
through "^2.3.6"
23802380

23812381
ip-regex@^2.1.0:
@@ -4283,7 +4283,7 @@ rsvp@^4.8.4:
42834283
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
42844284
integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==
42854285

4286-
run-async@^2.2.0:
4286+
run-async@^2.4.0:
42874287
version "2.4.0"
42884288
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.0.tgz#e59054a5b86876cfae07f431d18cbaddc594f1e8"
42894289
integrity sha512-xJTbh/d7Lm7SBhc1tNvTpeCHaEzoyxPrqNlvSdMfBTYwaY++UJFyXUOxAtsRUXjlqOfj8luNaR9vjCh4KeV+pg==
@@ -4992,10 +4992,10 @@ typedarray-to-buffer@^3.1.5:
49924992
dependencies:
49934993
is-typedarray "^1.0.0"
49944994

4995-
typescript@^3.8.2:
4996-
version "3.8.2"
4997-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
4998-
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==
4995+
typescript@^3.8.3:
4996+
version "3.8.3"
4997+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
4998+
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
49994999

50005000
union-value@^1.0.0:
50015001
version "1.0.1"

0 commit comments

Comments
 (0)