Skip to content

Commit 4b9d308

Browse files
chore: update packages
1 parent 08f02e6 commit 4b9d308

File tree

2 files changed

+52
-42
lines changed

2 files changed

+52
-42
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"devDependencies": {
3939
"@commitlint/cli": "^8.3.5",
4040
"@commitlint/config-conventional": "^8.3.4",
41-
"@technote-space/github-action-helper": "^1.3.2",
42-
"@technote-space/github-action-test-helper": "^0.2.6",
41+
"@technote-space/github-action-helper": "^2.0.0",
42+
"@technote-space/github-action-test-helper": "^0.3.1",
4343
"@types/jest": "^25.1.4",
4444
"@types/node": "^13.9.1",
45-
"@typescript-eslint/eslint-plugin": "^2.23.0",
46-
"@typescript-eslint/parser": "^2.23.0",
45+
"@typescript-eslint/eslint-plugin": "^2.24.0",
46+
"@typescript-eslint/parser": "^2.24.0",
4747
"eslint": "^6.8.0",
4848
"husky": "^4.2.3",
4949
"jest": "^25.1.0",

yarn.lock

Lines changed: 48 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
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.2":
614+
"@technote-space/github-action-helper@^1.2.2":
615615
version "1.3.2"
616616
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.3.2.tgz#2ee72fd7b7b6ed9d1771539e8a5a330b8da07420"
617617
integrity sha512-otArVHfH/v8m/5F/0/F2khV2bQ5a2LsTXncRCH4VZ2+jUludN2UWHbp7dPbqTvqMQpALx78gYNtYkqDrQ8zp8w==
@@ -621,10 +621,20 @@
621621
shell-escape "^0.2.0"
622622
sprintf-js "^1.1.2"
623623

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==
624+
"@technote-space/github-action-helper@^2.0.0":
625+
version "2.0.0"
626+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-2.0.0.tgz#5010294ddee09356bff8f4f745add3b11861c81a"
627+
integrity sha512-tSPlGv7cczyt0xSlzvJB9YLJQhnqD0FDP8HmqcuIZTm/iibZEM4qCfQ3JAcIooxvX2RQxceJ1ilUO3Ah+8FmGQ==
628+
dependencies:
629+
"@actions/core" "^1.2.3"
630+
"@actions/github" "^2.1.1"
631+
shell-escape "^0.2.0"
632+
sprintf-js "^1.1.2"
633+
634+
"@technote-space/github-action-test-helper@^0.3.1":
635+
version "0.3.1"
636+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.3.1.tgz#75d569e927db9add4c45a7ca764db47605092e67"
637+
integrity sha512-CVnegCaipSpb/g23TxnhzpyGnYl37YsTThv9JWqFwJ4o0QkM1pssRBNIR7izOAPe8rYu7AF57KR6wzJ+U3TV8A==
628638
dependencies:
629639
"@actions/github" "^2.1.1"
630640
js-yaml "^3.13.1"
@@ -743,40 +753,40 @@
743753
dependencies:
744754
"@types/yargs-parser" "*"
745755

746-
"@typescript-eslint/eslint-plugin@^2.23.0":
747-
version "2.23.0"
748-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.23.0.tgz#aa7133bfb7b685379d9eafe4ae9e08b9037e129d"
749-
integrity sha512-8iA4FvRsz8qTjR0L/nK9RcRUN3QtIHQiOm69FzV7WS3SE+7P7DyGGwh3k4UNR2JBbk+Ej2Io+jLAaqKibNhmtw==
756+
"@typescript-eslint/eslint-plugin@^2.24.0":
757+
version "2.24.0"
758+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.24.0.tgz#a86cf618c965a462cddf3601f594544b134d6d68"
759+
integrity sha512-wJRBeaMeT7RLQ27UQkDFOu25MqFOBus8PtOa9KaT5ZuxC1kAsd7JEHqWt4YXuY9eancX0GK9C68i5OROnlIzBA==
750760
dependencies:
751-
"@typescript-eslint/experimental-utils" "2.23.0"
761+
"@typescript-eslint/experimental-utils" "2.24.0"
752762
eslint-utils "^1.4.3"
753763
functional-red-black-tree "^1.0.1"
754764
regexpp "^3.0.0"
755765
tsutils "^3.17.1"
756766

757-
"@typescript-eslint/experimental-utils@2.23.0":
758-
version "2.23.0"
759-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
760-
integrity sha512-OswxY59RcXH3NNPmq+4Kis2CYZPurRU6mG5xPcn24CjFyfdVli5mySwZz/g/xDbJXgDsYqNGq7enV0IziWGXVQ==
767+
"@typescript-eslint/experimental-utils@2.24.0":
768+
version "2.24.0"
769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.24.0.tgz#a5cb2ed89fedf8b59638dc83484eb0c8c35e1143"
770+
integrity sha512-DXrwuXTdVh3ycNCMYmWhUzn/gfqu9N0VzNnahjiDJvcyhfBy4gb59ncVZVxdp5XzBC77dCncu0daQgOkbvPwBw==
761771
dependencies:
762772
"@types/json-schema" "^7.0.3"
763-
"@typescript-eslint/typescript-estree" "2.23.0"
773+
"@typescript-eslint/typescript-estree" "2.24.0"
764774
eslint-scope "^5.0.0"
765775

766-
"@typescript-eslint/parser@^2.23.0":
767-
version "2.23.0"
768-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.23.0.tgz#f3d4e2928ff647fe77fc2fcef1a3534fee6a3212"
769-
integrity sha512-k61pn/Nepk43qa1oLMiyqApC6x5eP5ddPz6VUYXCAuXxbmRLqkPYzkFRKl42ltxzB2luvejlVncrEpflgQoSUg==
776+
"@typescript-eslint/parser@^2.24.0":
777+
version "2.24.0"
778+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.24.0.tgz#2cf0eae6e6dd44d162486ad949c126b887f11eb8"
779+
integrity sha512-H2Y7uacwSSg8IbVxdYExSI3T7uM1DzmOn2COGtCahCC3g8YtM1xYAPi2MAHyfPs61VKxP/J/UiSctcRgw4G8aw==
770780
dependencies:
771781
"@types/eslint-visitor-keys" "^1.0.0"
772-
"@typescript-eslint/experimental-utils" "2.23.0"
773-
"@typescript-eslint/typescript-estree" "2.23.0"
782+
"@typescript-eslint/experimental-utils" "2.24.0"
783+
"@typescript-eslint/typescript-estree" "2.24.0"
774784
eslint-visitor-keys "^1.1.0"
775785

776-
"@typescript-eslint/typescript-estree@2.23.0":
777-
version "2.23.0"
778-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"
779-
integrity sha512-pmf7IlmvXdlEXvE/JWNNJpEvwBV59wtJqA8MLAxMKLXNKVRC3HZBXR/SlZLPWTCcwOSg9IM7GeRSV3SIerGVqw==
786+
"@typescript-eslint/typescript-estree@2.24.0":
787+
version "2.24.0"
788+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.24.0.tgz#38bbc8bb479790d2f324797ffbcdb346d897c62a"
789+
integrity sha512-RJ0yMe5owMSix55qX7Mi9V6z2FDuuDpN6eR5fzRJrp+8in9UF41IGNQHbg5aMK4/PjVaEQksLvz0IA8n+Mr/FA==
780790
dependencies:
781791
debug "^4.1.1"
782792
eslint-visitor-keys "^1.1.0"
@@ -3172,11 +3182,11 @@ json-stringify-safe@~5.0.1:
31723182
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
31733183

31743184
[email protected], json5@^2.1.0:
3175-
version "2.1.1"
3176-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
3177-
integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==
3185+
version "2.1.2"
3186+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e"
3187+
integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ==
31783188
dependencies:
3179-
minimist "^1.2.0"
3189+
minimist "^1.2.5"
31803190

31813191
jsonparse@^1.2.0:
31823192
version "1.3.1"
@@ -3556,7 +3566,7 @@ [email protected]:
35563566
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
35573567
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
35583568

3559-
minimist@^1.1.1, minimist@^1.2.0:
3569+
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
35603570
version "1.2.5"
35613571
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
35623572
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -5296,18 +5306,18 @@ yargs-parser@^16.1.0:
52965306
camelcase "^5.0.0"
52975307
decamelize "^1.2.0"
52985308

5299-
yargs-parser@^18.1.0:
5300-
version "18.1.0"
5301-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.0.tgz#1b0ab1118ebd41f68bb30e729f4c83df36ae84c3"
5302-
integrity sha512-o/Jr6JBOv6Yx3pL+5naWSoIA2jJ+ZkMYQG/ie9qFbukBe4uzmBatlXFOiu/tNKRWEtyf+n5w7jc/O16ufqOTdQ==
5309+
yargs-parser@^18.1.1:
5310+
version "18.1.1"
5311+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.1.tgz#bf7407b915427fc760fcbbccc6c82b4f0ffcbd37"
5312+
integrity sha512-KRHEsOM16IX7XuLnMOqImcPNbLVXMNHYAoFc3BKR8Ortl5gzDbtXvvEoGx9imk5E+X1VeNKNlcHr8B8vi+7ipA==
53035313
dependencies:
53045314
camelcase "^5.0.0"
53055315
decamelize "^1.2.0"
53065316

53075317
yargs@^15.0.0:
5308-
version "15.3.0"
5309-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.0.tgz#403af6edc75b3ae04bf66c94202228ba119f0976"
5310-
integrity sha512-g/QCnmjgOl1YJjGsnUg2SatC7NUYEiLXJqxNOQU9qSpjzGtGXda9b+OKccr1kLTy8BN9yqEyqfq5lxlwdc13TA==
5318+
version "15.3.1"
5319+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b"
5320+
integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==
53115321
dependencies:
53125322
cliui "^6.0.0"
53135323
decamelize "^1.2.0"
@@ -5319,4 +5329,4 @@ yargs@^15.0.0:
53195329
string-width "^4.2.0"
53205330
which-module "^2.0.0"
53215331
y18n "^4.0.0"
5322-
yargs-parser "^18.1.0"
5332+
yargs-parser "^18.1.1"

0 commit comments

Comments
 (0)