Skip to content

Commit 2797422

Browse files
chore: update npm dependencies
1 parent 5ec90a2 commit 2797422

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"dependencies": {
2929
"@actions/github": "^4.0.0",
3030
"@octokit/plugin-rest-endpoint-methods": "^4.1.2",
31-
"@technote-space/github-action-helper": "^3.3.0"
31+
"@technote-space/github-action-helper": "^3.3.1"
3232
},
3333
"devDependencies": {
3434
"@commitlint/cli": "^9.1.2",
3535
"@commitlint/config-conventional": "^9.1.2",
36-
"@technote-space/github-action-test-helper": "^0.5.5",
36+
"@technote-space/github-action-test-helper": "^0.5.6",
3737
"@types/jest": "^26.0.10",
38-
"@types/node": "^14.0.27",
39-
"@typescript-eslint/eslint-plugin": "^3.9.0",
40-
"@typescript-eslint/parser": "^3.9.0",
38+
"@types/node": "^14.6.0",
39+
"@typescript-eslint/eslint-plugin": "^3.9.1",
40+
"@typescript-eslint/parser": "^3.9.1",
4141
"eslint": "^7.7.0",
4242
"husky": "^4.2.5",
4343
"jest": "^26.4.0",

yarn.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -729,21 +729,21 @@
729729
dependencies:
730730
"@sinonjs/commons" "^1.7.0"
731731

732-
"@technote-space/github-action-helper@^3.3.0":
733-
version "3.3.0"
734-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-3.3.0.tgz#ce34f8d18f423ec66f39ad9354a88ead28dc592b"
735-
integrity sha512-hJEst2vfs1PmylwW6v3ocTVbjPb5w9IQ/TSQ6awZCfHVe1KScypOkgt1K1qIQXbsUuZx5SIc7m2shsLxdca9PQ==
732+
"@technote-space/github-action-helper@^3.3.1":
733+
version "3.3.1"
734+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-3.3.1.tgz#631cf66abe605d5cfccbe399a71d14bb75a244a0"
735+
integrity sha512-TTedQChTDjHGCMrB7hmlD6rB9t4f4fbALhmdY5O3okofVFU1QyFDSDTJP6iNzShfGnisxCpC4wvJc8WK/YcO2Q==
736736
dependencies:
737737
"@actions/core" "^1.2.4"
738738
"@actions/github" "^4.0.0"
739739
"@octokit/plugin-rest-endpoint-methods" "^4.1.2"
740740
shell-escape "^0.2.0"
741741
sprintf-js "^1.1.2"
742742

743-
"@technote-space/github-action-test-helper@^0.5.5":
744-
version "0.5.5"
745-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.5.5.tgz#87c4d48cd79d5599abd89eb5020f0071bac1defb"
746-
integrity sha512-x2Iiw59wVPM6HT2Gq0F0V5r50k6jJ/xP9ApJHY3HfTfnxb0dZn1lVwNH+X3E2RxuuuWJtokvrQpm1OGAlY1fww==
743+
"@technote-space/github-action-test-helper@^0.5.6":
744+
version "0.5.6"
745+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.5.6.tgz#1941c8f63d8c516c5b69a947c8aca1d3ee881dd7"
746+
integrity sha512-oxwPXqYPSsjAEVE7oEaqseRHDaOmhOUqkW+NvzolT1s7LgiPzTjhHqiB/yQtsf2T1bFTt4+AfTm1HWat1HDVQA==
747747
dependencies:
748748
"@actions/github" "^4.0.0"
749749
"@octokit/plugin-rest-endpoint-methods" "^4.1.2"
@@ -844,10 +844,10 @@
844844
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
845845
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
846846

847-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.0.27":
848-
version "14.0.27"
849-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
850-
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
847+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.6.0":
848+
version "14.6.0"
849+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz#7d4411bf5157339337d7cff864d9ff45f177b499"
850+
integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA==
851851

852852
"@types/normalize-package-data@^2.4.0":
853853
version "2.4.0"
@@ -881,63 +881,63 @@
881881
dependencies:
882882
"@types/yargs-parser" "*"
883883

884-
"@typescript-eslint/eslint-plugin@^3.9.0":
885-
version "3.9.0"
886-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.0.tgz#0fe529b33d63c9a94f7503ca2bb12c84b9477ff3"
887-
integrity sha512-UD6b4p0/hSe1xdTvRCENSx7iQ+KR6ourlZFfYuPC7FlXEzdHuLPrEmuxZ23b2zW96KJX9Z3w05GE/wNOiEzrVg==
884+
"@typescript-eslint/eslint-plugin@^3.9.1":
885+
version "3.9.1"
886+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e"
887+
integrity sha512-XIr+Mfv7i4paEdBf0JFdIl9/tVxyj+rlilWIfZ97Be0lZ7hPvUbS5iHt9Glc8kRI53dsr0PcAEudbf8rO2wGgg==
888888
dependencies:
889-
"@typescript-eslint/experimental-utils" "3.9.0"
889+
"@typescript-eslint/experimental-utils" "3.9.1"
890890
debug "^4.1.1"
891891
functional-red-black-tree "^1.0.1"
892892
regexpp "^3.0.0"
893893
semver "^7.3.2"
894894
tsutils "^3.17.1"
895895

896-
"@typescript-eslint/experimental-utils@3.9.0":
897-
version "3.9.0"
898-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.0.tgz#3171d8ddba0bf02a8c2034188593630914fcf5ee"
899-
integrity sha512-/vSHUDYizSOhrOJdjYxPNGfb4a3ibO8zd4nUKo/QBFOmxosT3cVUV7KIg8Dwi6TXlr667G7YPqFK9+VSZOorNA==
896+
"@typescript-eslint/experimental-utils@3.9.1":
897+
version "3.9.1"
898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.1.tgz#b140b2dc7a7554a44f8a86fb6fe7cbfe57ca059e"
899+
integrity sha512-lkiZ8iBBaYoyEKhCkkw4SAeatXyBq9Ece5bZXdLe1LWBUwTszGbmbiqmQbwWA8cSYDnjWXp9eDbXpf9Sn0hLAg==
900900
dependencies:
901901
"@types/json-schema" "^7.0.3"
902-
"@typescript-eslint/types" "3.9.0"
903-
"@typescript-eslint/typescript-estree" "3.9.0"
902+
"@typescript-eslint/types" "3.9.1"
903+
"@typescript-eslint/typescript-estree" "3.9.1"
904904
eslint-scope "^5.0.0"
905905
eslint-utils "^2.0.0"
906906

907-
"@typescript-eslint/parser@^3.9.0":
908-
version "3.9.0"
909-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.0.tgz#344978a265d9a5c7c8f13e62c78172a4374dabea"
910-
integrity sha512-rDHOKb6uW2jZkHQniUQVZkixQrfsZGUCNWWbKWep4A5hGhN5dLHMUCNAWnC4tXRlHedXkTDptIpxs6e4Pz8UfA==
907+
"@typescript-eslint/parser@^3.9.1":
908+
version "3.9.1"
909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.1.tgz#ab7983abaea0ae138ff5671c7c7739d8a191b181"
910+
integrity sha512-y5QvPFUn4Vl4qM40lI+pNWhTcOWtpZAJ8pOEQ21fTTW4xTJkRplMjMRje7LYTXqVKKX9GJhcyweMz2+W1J5bMg==
911911
dependencies:
912912
"@types/eslint-visitor-keys" "^1.0.0"
913-
"@typescript-eslint/experimental-utils" "3.9.0"
914-
"@typescript-eslint/types" "3.9.0"
915-
"@typescript-eslint/typescript-estree" "3.9.0"
913+
"@typescript-eslint/experimental-utils" "3.9.1"
914+
"@typescript-eslint/types" "3.9.1"
915+
"@typescript-eslint/typescript-estree" "3.9.1"
916916
eslint-visitor-keys "^1.1.0"
917917

918-
"@typescript-eslint/types@3.9.0":
919-
version "3.9.0"
920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.0.tgz#be9d0aa451e1bf3ce99f2e6920659e5b2e6bfe18"
921-
integrity sha512-rb6LDr+dk9RVVXO/NJE8dT1pGlso3voNdEIN8ugm4CWM5w5GimbThCMiMl4da1t5u3YwPWEwOnKAULCZgBtBHg==
918+
"@typescript-eslint/types@3.9.1":
919+
version "3.9.1"
920+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.1.tgz#b2a6eaac843cf2f2777b3f2464fb1fbce5111416"
921+
integrity sha512-15JcTlNQE1BsYy5NBhctnEhEoctjXOjOK+Q+rk8ugC+WXU9rAcS2BYhoh6X4rOaXJEpIYDl+p7ix+A5U0BqPTw==
922922

923-
"@typescript-eslint/typescript-estree@3.9.0":
924-
version "3.9.0"
925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.0.tgz#c6abbb50fa0d715cab46fef67ca6378bf2eaca13"
926-
integrity sha512-N+158NKgN4rOmWVfvKOMoMFV5n8XxAliaKkArm/sOypzQ0bUL8MSnOEBW3VFIeffb/K5ce/cAV0yYhR7U4ALAA==
923+
"@typescript-eslint/typescript-estree@3.9.1":
924+
version "3.9.1"
925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.1.tgz#fd81cada74bc8a7f3a2345b00897acb087935779"
926+
integrity sha512-IqM0gfGxOmIKPhiHW/iyAEXwSVqMmR2wJ9uXHNdFpqVvPaQ3dWg302vW127sBpAiqM9SfHhyS40NKLsoMpN2KA==
927927
dependencies:
928-
"@typescript-eslint/types" "3.9.0"
929-
"@typescript-eslint/visitor-keys" "3.9.0"
928+
"@typescript-eslint/types" "3.9.1"
929+
"@typescript-eslint/visitor-keys" "3.9.1"
930930
debug "^4.1.1"
931931
glob "^7.1.6"
932932
is-glob "^4.0.1"
933933
lodash "^4.17.15"
934934
semver "^7.3.2"
935935
tsutils "^3.17.1"
936936

937-
"@typescript-eslint/visitor-keys@3.9.0":
938-
version "3.9.0"
939-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.0.tgz#44de8e1b1df67adaf3b94d6b60b80f8faebc8dd3"
940-
integrity sha512-O1qeoGqDbu0EZUC/MZ6F1WHTIzcBVhGqDj3LhTnj65WUA548RXVxUHbYhAW9bZWfb2rnX9QsbbP5nmeJ5Z4+ng==
937+
"@typescript-eslint/visitor-keys@3.9.1":
938+
version "3.9.1"
939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.1.tgz#92af3747cdb71509199a8f7a4f00b41d636551d1"
940+
integrity sha512-zxdtUjeoSh+prCpogswMwVUJfEFmCOjdzK9rpNjNBfm6EyPt99x3RrJoBOGZO23FCt0WPKUCOL5mb/9D5LjdwQ==
941941
dependencies:
942942
eslint-visitor-keys "^1.1.0"
943943

0 commit comments

Comments
 (0)