Skip to content

Commit 152406f

Browse files
chore: update npm dependencies
1 parent ebae5ea commit 152406f

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@actions/core": "^1.2.6",
3939
"@actions/github": "^4.0.0",
40-
"@technote-space/filter-github-action": "^0.5.3",
40+
"@technote-space/filter-github-action": "^0.5.4",
4141
"@technote-space/github-action-helper": "^4.0.2",
4242
"@technote-space/github-action-log-helper": "^0.1.1"
4343
},
@@ -48,9 +48,9 @@
4848
"@technote-space/release-github-actions-cli": "^1.7.1",
4949
"@types/jest": "^26.0.14",
5050
"@types/node": "^14.11.2",
51-
"@typescript-eslint/eslint-plugin": "^4.2.0",
52-
"@typescript-eslint/parser": "^4.2.0",
53-
"eslint": "^7.9.0",
51+
"@typescript-eslint/eslint-plugin": "^4.3.0",
52+
"@typescript-eslint/parser": "^4.3.0",
53+
"eslint": "^7.10.0",
5454
"husky": "^4.3.0",
5555
"jest": "^26.4.2",
5656
"jest-circus": "^26.4.2",

yarn.lock

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.2.5", "@actions/core@^1.2.6":
5+
"@actions/core@^1.2.6":
66
version "1.2.6"
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
88
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
@@ -766,15 +766,15 @@
766766
dependencies:
767767
"@sinonjs/commons" "^1.7.0"
768768

769-
"@technote-space/filter-github-action@^0.5.3":
770-
version "0.5.3"
771-
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.5.3.tgz#d27c3149195e284649fef413a5e21311eb2741e3"
772-
integrity sha512-vV/hQXpx12iiCEnXWfnEd0XfvRgcBHWPQV8z5Ac/sfRH+NS19nsF/CLZ4GwBcFmZeLFWev1g4jQQPxL5/ycl0w==
769+
"@technote-space/filter-github-action@^0.5.4":
770+
version "0.5.4"
771+
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.5.4.tgz#f331e416f33f962d71fd801fba34cd4827adcdb1"
772+
integrity sha512-Vqt/tPO5MuXix7j3/9cPTMzi4mmWDyZxzVAf+kXpCQ/btVIea85AnN65NZyXFiiOx4iRH4o8SCByKwAy2fjfVw==
773773
dependencies:
774-
"@actions/core" "^1.2.5"
774+
"@actions/core" "^1.2.6"
775775
"@actions/github" "^4.0.0"
776776

777-
"@technote-space/github-action-helper@^4.0.1", "@technote-space/github-action-helper@^4.0.2":
777+
"@technote-space/github-action-helper@^4.0.2":
778778
version "4.0.2"
779779
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.0.2.tgz#4fd9a81a82d0ca715839e334fa5a3207998c10d9"
780780
integrity sha512-ipD8OrSY+eTn6XvbvvbRwAyCLFr8g36Ch1T2cZXm/PiQszQo9a4vLxk8BwGBl19BbJYgSnpTH5A+bDxEWP3Zcw==
@@ -816,15 +816,15 @@
816816
js-yaml "^3.14.0"
817817

818818
"@technote-space/release-github-actions@^6.2.0":
819-
version "6.2.0"
820-
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-6.2.0.tgz#2fa6d2d0c70621dbc9825eeb8cefa411c9d22d60"
821-
integrity sha512-L1KtvLqizzBY5Z0chajpI5YlvFsiAB2hjVG2s/o2MXXer6ML3Yr/OR8sfSrmq8GiDZ5MVpc2b02lZzdvAi3byQ==
819+
version "6.2.1"
820+
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-6.2.1.tgz#bcae3af8ae00cb8a3ff9de6710f1eb7ed80a9417"
821+
integrity sha512-0FZ5j77LfOkZ8G5TfRCjoVO5n20Xr8lC9iqzLjYrOJj2bpkps24E3DeH6cWw6gDE1ki4rzTfY3+mH8iCXkwU8g==
822822
dependencies:
823-
"@actions/core" "^1.2.5"
823+
"@actions/core" "^1.2.6"
824824
"@actions/github" "^4.0.0"
825-
"@technote-space/filter-github-action" "^0.5.3"
826-
"@technote-space/github-action-helper" "^4.0.1"
827-
"@technote-space/github-action-log-helper" "^0.1.0"
825+
"@technote-space/filter-github-action" "^0.5.4"
826+
"@technote-space/github-action-helper" "^4.0.2"
827+
"@technote-space/github-action-log-helper" "^0.1.1"
828828
memize "^1.1.0"
829829

830830
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
@@ -954,74 +954,74 @@
954954
dependencies:
955955
"@types/yargs-parser" "*"
956956

957-
"@typescript-eslint/eslint-plugin@^4.2.0":
958-
version "4.2.0"
959-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.2.0.tgz#a3d5c11b377b7e18f3cd9c4e87d465fe9432669b"
960-
integrity sha512-zBNRkzvLSwo6y5TG0DVcmshZIYBHKtmzD4N+LYnfTFpzc4bc79o8jNRSb728WV7A4Cegbs+MV5IRAj8BKBgOVQ==
957+
"@typescript-eslint/eslint-plugin@^4.3.0":
958+
version "4.3.0"
959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
960+
integrity sha512-RqEcaHuEKnn3oPFislZ6TNzsBLqpZjN93G69SS+laav/I8w/iGMuMq97P0D2/2/kW4SCebHggqhbcCfbDaaX+g==
961961
dependencies:
962-
"@typescript-eslint/experimental-utils" "4.2.0"
963-
"@typescript-eslint/scope-manager" "4.2.0"
962+
"@typescript-eslint/experimental-utils" "4.3.0"
963+
"@typescript-eslint/scope-manager" "4.3.0"
964964
debug "^4.1.1"
965965
functional-red-black-tree "^1.0.1"
966966
regexpp "^3.0.0"
967967
semver "^7.3.2"
968968
tsutils "^3.17.1"
969969

970-
"@typescript-eslint/experimental-utils@4.2.0":
971-
version "4.2.0"
972-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.2.0.tgz#3d0b5cd4aa61f5eb7aa1e873dea0db1410b062d2"
973-
integrity sha512-5BBj6BjgHEndBaQQpUVzRIPERz03LBc0MCQkHwUaH044FJFL08SwWv/sQftk7gf0ShZ2xZysz0LTwCwNt4Xu3w==
970+
"@typescript-eslint/experimental-utils@4.3.0":
971+
version "4.3.0"
972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
973+
integrity sha512-cmmIK8shn3mxmhpKfzMMywqiEheyfXLV/+yPDnOTvQX/ztngx7Lg/OD26J8gTZfkLKUmaEBxO2jYP3keV7h2OQ==
974974
dependencies:
975975
"@types/json-schema" "^7.0.3"
976-
"@typescript-eslint/scope-manager" "4.2.0"
977-
"@typescript-eslint/types" "4.2.0"
978-
"@typescript-eslint/typescript-estree" "4.2.0"
976+
"@typescript-eslint/scope-manager" "4.3.0"
977+
"@typescript-eslint/types" "4.3.0"
978+
"@typescript-eslint/typescript-estree" "4.3.0"
979979
eslint-scope "^5.0.0"
980980
eslint-utils "^2.0.0"
981981

982-
"@typescript-eslint/parser@^4.2.0":
983-
version "4.2.0"
984-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.2.0.tgz#1879ef400abd73d972e20f14c3522e5b343d1d1b"
985-
integrity sha512-54jJ6MwkOtowpE48C0QJF9iTz2/NZxfKVJzv1ha5imigzHbNSLN9yvbxFFH1KdlRPQrlR8qxqyOvLHHxd397VA==
982+
"@typescript-eslint/parser@^4.3.0":
983+
version "4.3.0"
984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
985+
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==
986986
dependencies:
987-
"@typescript-eslint/scope-manager" "4.2.0"
988-
"@typescript-eslint/types" "4.2.0"
989-
"@typescript-eslint/typescript-estree" "4.2.0"
987+
"@typescript-eslint/scope-manager" "4.3.0"
988+
"@typescript-eslint/types" "4.3.0"
989+
"@typescript-eslint/typescript-estree" "4.3.0"
990990
debug "^4.1.1"
991991

992-
"@typescript-eslint/scope-manager@4.2.0":
993-
version "4.2.0"
994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.2.0.tgz#d10e6854a65e175b22a28265d372a97c8cce4bfc"
995-
integrity sha512-Tb402cxxObSxWIVT+PnBp5ruT2V/36yj6gG4C9AjkgRlZpxrLAzWDk3neen6ToMBGeGdxtnfFLoJRUecGz9mYQ==
992+
"@typescript-eslint/scope-manager@4.3.0":
993+
version "4.3.0"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
995+
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
996996
dependencies:
997-
"@typescript-eslint/types" "4.2.0"
998-
"@typescript-eslint/visitor-keys" "4.2.0"
997+
"@typescript-eslint/types" "4.3.0"
998+
"@typescript-eslint/visitor-keys" "4.3.0"
999999

1000-
"@typescript-eslint/types@4.2.0":
1001-
version "4.2.0"
1002-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.2.0.tgz#6f6b094329e72040f173123832397c7c0b910fc8"
1003-
integrity sha512-xkv5nIsxfI/Di9eVwN+G9reWl7Me9R5jpzmZUch58uQ7g0/hHVuGUbbn4NcxcM5y/R4wuJIIEPKPDb5l4Fdmwg==
1000+
"@typescript-eslint/types@4.3.0":
1001+
version "4.3.0"
1002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
1003+
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
10041004

1005-
"@typescript-eslint/typescript-estree@4.2.0":
1006-
version "4.2.0"
1007-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.2.0.tgz#9d746240991c305bf225ad5e96cbf57e7fea0551"
1008-
integrity sha512-iWDLCB7z4MGkLipduF6EOotdHNtgxuNKnYD54nMS/oitFnsk4S3S/TE/UYXQTra550lHtlv9eGmp+dvN9pUDtA==
1005+
"@typescript-eslint/typescript-estree@4.3.0":
1006+
version "4.3.0"
1007+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
1008+
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
10091009
dependencies:
1010-
"@typescript-eslint/types" "4.2.0"
1011-
"@typescript-eslint/visitor-keys" "4.2.0"
1010+
"@typescript-eslint/types" "4.3.0"
1011+
"@typescript-eslint/visitor-keys" "4.3.0"
10121012
debug "^4.1.1"
10131013
globby "^11.0.1"
10141014
is-glob "^4.0.1"
10151015
lodash "^4.17.15"
10161016
semver "^7.3.2"
10171017
tsutils "^3.17.1"
10181018

1019-
"@typescript-eslint/visitor-keys@4.2.0":
1020-
version "4.2.0"
1021-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.2.0.tgz#ae13838e3a260b63ae51021ecaf1d0cdea8dbba5"
1022-
integrity sha512-WIf4BNOlFOH2W+YqGWa6YKLcK/EB3gEj2apCrqLw6mme1RzBy0jtJ9ewJgnrZDB640zfnv8L+/gwGH5sYp/rGw==
1019+
"@typescript-eslint/visitor-keys@4.3.0":
1020+
version "4.3.0"
1021+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
1022+
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
10231023
dependencies:
1024-
"@typescript-eslint/types" "4.2.0"
1024+
"@typescript-eslint/types" "4.3.0"
10251025
eslint-visitor-keys "^2.0.0"
10261026

10271027
JSONStream@^1.0.4:
@@ -1721,9 +1721,9 @@ decamelize@^1.1.0, decamelize@^1.2.0:
17211721
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
17221722

17231723
decimal.js@^10.2.0:
1724-
version "10.2.0"
1725-
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.2.0.tgz#39466113a9e036111d02f82489b5fd6b0b5ed231"
1726-
integrity sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==
1724+
version "10.2.1"
1725+
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.2.1.tgz#238ae7b0f0c793d3e3cea410108b35a2c01426a3"
1726+
integrity sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==
17271727

17281728
decode-uri-component@^0.2.0:
17291729
version "0.2.0"
@@ -1891,7 +1891,7 @@ escodegen@^1.14.1:
18911891
optionalDependencies:
18921892
source-map "~0.6.1"
18931893

1894-
eslint-scope@^5.0.0, eslint-scope@^5.1.0:
1894+
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
18951895
version "5.1.1"
18961896
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
18971897
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -1916,10 +1916,10 @@ eslint-visitor-keys@^2.0.0:
19161916
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
19171917
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
19181918

1919-
eslint@^7.9.0:
1920-
version "7.9.0"
1921-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
1922-
integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
1919+
eslint@^7.10.0:
1920+
version "7.10.0"
1921+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
1922+
integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA==
19231923
dependencies:
19241924
"@babel/code-frame" "^7.0.0"
19251925
"@eslint/eslintrc" "^0.1.3"
@@ -1929,7 +1929,7 @@ eslint@^7.9.0:
19291929
debug "^4.0.1"
19301930
doctrine "^3.0.0"
19311931
enquirer "^2.3.5"
1932-
eslint-scope "^5.1.0"
1932+
eslint-scope "^5.1.1"
19331933
eslint-utils "^2.1.0"
19341934
eslint-visitor-keys "^1.3.0"
19351935
espree "^7.3.0"

0 commit comments

Comments
 (0)