Skip to content

Commit b0cddc8

Browse files
chore: update npm dependencies
1 parent d335c28 commit b0cddc8

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"@actions/core": "^1.2.5",
3030
"@actions/github": "^4.0.0",
3131
"@technote-space/filter-github-action": "^0.5.2",
32-
"@technote-space/github-action-helper": "^3.4.0"
32+
"@technote-space/github-action-helper": "^3.5.0"
3333
},
3434
"devDependencies": {
3535
"@commitlint/cli": "^9.1.2",
3636
"@commitlint/config-conventional": "^9.1.2",
3737
"@technote-space/github-action-test-helper": "^0.5.7",
3838
"@technote-space/release-github-actions-cli": "^1.6.10",
3939
"@types/jest": "^26.0.13",
40-
"@types/node": "^14.6.4",
40+
"@types/node": "^14.10.1",
4141
"@typescript-eslint/eslint-plugin": "^4.1.0",
4242
"@typescript-eslint/parser": "^4.1.0",
4343
"eslint": "^7.8.1",

yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -690,31 +690,31 @@
690690
universal-user-agent "^6.0.0"
691691

692692
"@octokit/endpoint@^6.0.1":
693-
version "6.0.5"
694-
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.5.tgz#43a6adee813c5ffd2f719e20cfd14a1fee7c193a"
695-
integrity sha512-70K5u6zd45ItOny6aHQAsea8HHQjlQq85yqOMe+Aj8dkhN2qSJ9T+Q3YjUjEYfPRBcuUWNgMn62DQnP/4LAIiQ==
693+
version "6.0.6"
694+
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.6.tgz#4f09f2b468976b444742a1d5069f6fa45826d999"
695+
integrity sha512-7Cc8olaCoL/mtquB7j/HTbPM+sY6Ebr4k2X2y4JoXpVKQ7r5xB4iGQE0IoO58wIPsUk4AzoT65AMEpymSbWTgQ==
696696
dependencies:
697697
"@octokit/types" "^5.0.0"
698-
is-plain-object "^4.0.0"
698+
is-plain-object "^5.0.0"
699699
universal-user-agent "^6.0.0"
700700

701701
"@octokit/graphql@^4.3.1":
702-
version "4.5.4"
703-
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.5.4.tgz#c9ef75b0406ebf195bf5f4ed2304a77ed7df27c7"
704-
integrity sha512-ITpZ+dQc0cXAW1FmDkHJJM+8Lb6anUnin0VB5hLBilnYVdLC0ICFU/KIvT7OXfW9S81DE3U4Vx2EypDG1OYaPA==
702+
version "4.5.6"
703+
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.5.6.tgz#708143ba15cf7c1879ed6188266e7f270be805d4"
704+
integrity sha512-Rry+unqKTa3svswT2ZAuqenpLrzJd+JTv89LTeVa5UM/5OX8o4KTkPL7/1ABq4f/ZkELb0XEK/2IEoYwykcLXg==
705705
dependencies:
706706
"@octokit/request" "^5.3.0"
707707
"@octokit/types" "^5.0.0"
708708
universal-user-agent "^6.0.0"
709709

710710
"@octokit/plugin-paginate-rest@^2.2.3":
711-
version "2.3.2"
712-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.3.2.tgz#746fca42bc1c79639625dbcafe983e3581bdbfc7"
713-
integrity sha512-PjHbMhKryxClCrmfvRpGaKCTxUcHIf2zirWRV9SMGf0EmxD/rFew/abSqbMiLl9uQgRZvqtTyCRMGMlUv1ZsBg==
711+
version "2.3.3"
712+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.3.3.tgz#ceaa9f77bdce4b468d8aeaf5eb8f9a23ee4f97b5"
713+
integrity sha512-pYU1sHau3CzcYIC6K5tvxsGjVfxBWcG9fcDPj7k8lUCzwXD2YJFoIPCrbsxWd/rc1lnyNVKgCkwdk3Kbm36z9Q==
714714
dependencies:
715715
"@octokit/types" "^5.3.0"
716716

717-
"@octokit/plugin-rest-endpoint-methods@^4.0.0", "@octokit/plugin-rest-endpoint-methods@^4.1.3":
717+
"@octokit/plugin-rest-endpoint-methods@^4.0.0", "@octokit/plugin-rest-endpoint-methods@^4.1.3", "@octokit/plugin-rest-endpoint-methods@^4.1.4":
718718
version "4.1.4"
719719
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.4.tgz#ca60736d761b304fec02a2608caaec2d822e9835"
720720
integrity sha512-Y2tVpSa7HjV3DGIQrQOJcReJ2JtcN9FaGr9jDa332Flro923/h3/Iu9e7Y4GilnzfLclHEh5iCQoCkHm7tWOcg==
@@ -732,15 +732,15 @@
732732
once "^1.4.0"
733733

734734
"@octokit/request@^5.3.0", "@octokit/request@^5.4.0":
735-
version "5.4.7"
736-
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.7.tgz#fd703ee092e0463ceba49ff7a3e61cb4cf8a0fde"
737-
integrity sha512-FN22xUDP0i0uF38YMbOfx6TotpcENP5W8yJM1e/LieGXn6IoRxDMnBf7tx5RKSW4xuUZ/1P04NFZy5iY3Rax1A==
735+
version "5.4.8"
736+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.8.tgz#13ad36e172bb57e78bacf02cd86210d1f7412f04"
737+
integrity sha512-mWbxjsARJzAq5xp+ZrQfotc+MHFz3/Am2qATJwflv4PZ1TjhgIJnr60PCVdZT9Z/tl+uPXooaVgeviy1KkDlLQ==
738738
dependencies:
739739
"@octokit/endpoint" "^6.0.1"
740740
"@octokit/request-error" "^2.0.0"
741741
"@octokit/types" "^5.0.0"
742742
deprecation "^2.0.0"
743-
is-plain-object "^4.0.0"
743+
is-plain-object "^5.0.0"
744744
node-fetch "^2.3.0"
745745
once "^1.4.0"
746746
universal-user-agent "^6.0.0"
@@ -774,14 +774,14 @@
774774
"@actions/core" "^1.2.5"
775775
"@actions/github" "^4.0.0"
776776

777-
"@technote-space/github-action-helper@^3.4.0":
778-
version "3.4.0"
779-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-3.4.0.tgz#96774137c84005a6fce132b7c37ac3355280c255"
780-
integrity sha512-wwIJqyxKQVPbHSUeHYEL6ekNKDx+I+02TCvVvWJzVsSpobdtM1wenRFIOIvSn+QizKwfmTHSa8bZTEN1ubzeig==
777+
"@technote-space/github-action-helper@^3.4.0", "@technote-space/github-action-helper@^3.5.0":
778+
version "3.5.0"
779+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-3.5.0.tgz#2310e2fc7d89747e8a5b729ba4336f436b371bc5"
780+
integrity sha512-jfCutNMJAeGhx/vqznFX2cYAPtGlRT24C1KD1GLJERXfAgerEW4ExsooMTCxSBTEZtihQCuFS979LVXV8at8UQ==
781781
dependencies:
782782
"@actions/core" "^1.2.5"
783783
"@actions/github" "^4.0.0"
784-
"@octokit/plugin-rest-endpoint-methods" "^4.1.3"
784+
"@octokit/plugin-rest-endpoint-methods" "^4.1.4"
785785
shell-escape "^0.2.0"
786786
sprintf-js "^1.1.2"
787787

@@ -843,9 +843,9 @@
843843
"@babel/types" "^7.0.0"
844844

845845
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
846-
version "7.0.13"
847-
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.13.tgz#1874914be974a492e1b4cb00585cabb274e8ba18"
848-
integrity sha512-i+zS7t6/s9cdQvbqKDARrcbrPvtJGlbYsMkazo03nTAK3RX9FNrLllXys22uiTGJapPOTZTQ35nHh4ISph4SLQ==
846+
version "7.0.14"
847+
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.14.tgz#e99da8c075d4fb098c774ba65dabf7dc9954bd13"
848+
integrity sha512-8w9szzKs14ZtBVuP6Wn7nMLRJ0D6dfB0VEBEyRgxrZ/Ln49aNMykrghM2FaNn4FJRzNppCSa0Rv9pBRM5Xc3wg==
849849
dependencies:
850850
"@babel/types" "^7.3.0"
851851

@@ -906,10 +906,10 @@
906906
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
907907
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
908908

909-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.6.4":
910-
version "14.6.4"
911-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.4.tgz#a145cc0bb14ef9c4777361b7bbafa5cf8e3acb5a"
912-
integrity sha512-Wk7nG1JSaMfMpoMJDKUsWYugliB2Vy55pdjLpmLixeyMi7HizW2I/9QoxsPCkXl3dO+ZOVqPumKaDUv5zJu2uQ==
909+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.10.1":
910+
version "14.10.1"
911+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.10.1.tgz#cc323bad8e8a533d4822f45ce4e5326f36e42177"
912+
integrity sha512-aYNbO+FZ/3KGeQCEkNhHFRIzBOUgc7QvcVNKXbfnhDkSfwUv91JsQQa10rDgKSTSLkXZ1UIyPe4FJJNVgw1xWQ==
913913

914914
"@types/normalize-package-data@^2.4.0":
915915
version "2.4.0"
@@ -1022,9 +1022,9 @@ JSONStream@^1.0.4:
10221022
through ">=2.2.7 <3"
10231023

10241024
abab@^2.0.3:
1025-
version "2.0.4"
1026-
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c"
1027-
integrity sha512-Eu9ELJWCz/c1e9gTiCY+FceWxcqzjYEbqMgtndnuSqZSUCOL73TWNK2mHfIj4Cw2E/ongOp+JISVNCmovt2KYQ==
1025+
version "2.0.5"
1026+
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
1027+
integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
10281028

10291029
acorn-globals@^6.0.0:
10301030
version "6.0.0"
@@ -2705,10 +2705,10 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4:
27052705
dependencies:
27062706
isobject "^3.0.1"
27072707

2708-
is-plain-object@^4.0.0:
2709-
version "4.1.1"
2710-
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-4.1.1.tgz#1a14d6452cbd50790edc7fdaa0aed5a40a35ebb5"
2711-
integrity sha512-5Aw8LLVsDlZsETVMhoMXzqsXwQqr/0vlnBYzIXJbYo2F4yYlhLHs+Ez7Bod7IIQKWkJbJfxrWD7pA1Dw1TKrwA==
2708+
is-plain-object@^5.0.0:
2709+
version "5.0.0"
2710+
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
2711+
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
27122712

27132713
is-potential-custom-element-name@^1.0.0:
27142714
version "1.0.0"

0 commit comments

Comments
 (0)