Skip to content

Commit 13509ec

Browse files
chore: update npm dependencies
1 parent 0935c30 commit 13509ec

File tree

2 files changed

+58
-70
lines changed

2 files changed

+58
-70
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
],
2828
"dependencies": {
2929
"@actions/core": "^1.2.2",
30-
"@actions/github": "^2.1.0",
30+
"@actions/github": "^2.1.1",
3131
"@technote-space/filter-github-action": "^0.2.3",
32-
"@technote-space/github-action-helper": "^1.1.3"
32+
"@technote-space/github-action-helper": "^1.1.4"
3333
},
3434
"devDependencies": {
35-
"@technote-space/github-action-test-helper": "^0.2.2",
36-
"@types/jest": "^25.1.2",
37-
"@types/node": "^13.7.1",
35+
"@technote-space/github-action-test-helper": "^0.2.3",
36+
"@types/jest": "^25.1.3",
37+
"@types/node": "^13.7.4",
3838
"@typescript-eslint/eslint-plugin": "^2.20.0",
3939
"@typescript-eslint/parser": "^2.20.0",
4040
"eslint": "^6.8.0",
4141
"jest": "^25.1.0",
4242
"jest-circus": "^25.1.0",
43-
"nock": "^12.0.0",
44-
"ts-jest": "^25.2.0",
45-
"typescript": "^3.7.5"
43+
"nock": "^12.0.1",
44+
"ts-jest": "^25.2.1",
45+
"typescript": "^3.8.2"
4646
},
4747
"publishConfig": {
4848
"access": "public"

yarn.lock

Lines changed: 50 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.2.tgz#3c4848d50378f9e3bcb67bcf97813382ec7369ee"
88
integrity sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg==
99

10-
"@actions/github@^2.1.0":
11-
version "2.1.0"
12-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-2.1.0.tgz#ca36cfb146b4c8955f3d5f88d8dde5f89194de21"
13-
integrity sha512-G4ncMlh4pLLAvNgHUYUtpWQ1zPf/VYqmRH9oshxLabdaOOnp7i1hgSgzr2xne2YUaSND3uqemd3YYTIsm2f/KQ==
10+
"@actions/github@^2.1.0", "@actions/github@^2.1.1":
11+
version "2.1.1"
12+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-2.1.1.tgz#bcabedff598196d953f58ba750d5e75549a75142"
13+
integrity sha512-kAgTGUx7yf5KQCndVeHSwCNZuDBvPyxm5xKTswW2lofugeuC1AZX73nUUVDNaysnM9aKFMHv9YCdVJbg7syEyA==
1414
dependencies:
1515
"@actions/http-client" "^1.0.3"
1616
"@octokit/graphql" "^4.3.1"
17-
"@octokit/rest" "^16.15.0"
17+
"@octokit/rest" "^16.43.1"
1818

1919
"@actions/http-client@^1.0.3":
2020
version "1.0.6"
@@ -414,7 +414,7 @@
414414
once "^1.4.0"
415415
universal-user-agent "^4.0.0"
416416

417-
"@octokit/rest@^16.15.0":
417+
"@octokit/rest@^16.43.1":
418418
version "16.43.1"
419419
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.43.1.tgz#3b11e7d1b1ac2bbeeb23b08a17df0b20947eda6b"
420420
integrity sha512-gfFKwRT/wFxq5qlNjnW2dh+qh74XgTQ2B179UX5K1HYCluioWj8Ndbgqw2PVqa1NnVJkGHp2ovMpVn/DImlmkw==
@@ -444,9 +444,9 @@
444444
"@types/node" ">= 8"
445445

446446
"@sinonjs/commons@^1.7.0":
447-
version "1.7.0"
448-
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.0.tgz#f90ffc52a2e519f018b13b6c4da03cbff36ebed6"
449-
integrity sha512-qbk9AP+cZUsKdW1GJsBpxPKFmCJ0T8swwzVje3qFd+AkQb74Q/tiuzrdfFg8AD2g5HH/XbE/I8Uc1KYHVYWfhg==
447+
version "1.7.1"
448+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.1.tgz#da5fd19a5f71177a53778073978873964f49acf1"
449+
integrity sha512-Debi3Baff1Qu1Unc3mjJ96MgpbwTn43S1+9yJ0llWygPwDNu2aaWBD6yc9y/Z8XDRNhx7U+u2UDg2OGQXkclUQ==
450450
dependencies:
451451
type-detect "4.0.8"
452452

@@ -458,28 +458,28 @@
458458
"@actions/core" "^1.2.2"
459459
"@actions/github" "^2.1.0"
460460

461-
"@technote-space/github-action-helper@^1.1.3":
462-
version "1.1.3"
463-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.1.3.tgz#c9aaf967f5f37de4de3c1d8fc8155b939b0eedfc"
464-
integrity sha512-LAs1vfaypCFUaS5WDhPilFrg5cln3DifzVErIAsd9VpflMV+vxIBLN7FkS103Ho7Z7z9Mjoeu7yoeCxCHr+gig==
461+
"@technote-space/github-action-helper@^1.1.4":
462+
version "1.1.4"
463+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.1.4.tgz#6dee1ef05e96b0df70a17c0e744a38b79e695d0c"
464+
integrity sha512-ysHXyTKWncqd7R7oKvME+UYKRPGzfyM9y+cS3LsT30jGL80wFRVd4zq9FlETUyiJBHLtw8vhRtfMvR2Oy0uHCw==
465465
dependencies:
466466
"@actions/core" "^1.2.2"
467467
"@actions/github" "^2.1.0"
468468
shell-escape "^0.2.0"
469469
sprintf-js "^1.1.2"
470470

471-
"@technote-space/github-action-test-helper@^0.2.2":
472-
version "0.2.2"
473-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.2.tgz#9bffeb1c315668c71e4680c77decc8766ffa9d14"
474-
integrity sha512-Y+e+/djMlCn5lEh9YcJGnqzEa0Zz/f+ID2cyzMDh4wHqXJelPBIv2LgqBaMM0L3zZ7HMlwghaVEqXerL2XD7SA==
471+
"@technote-space/github-action-test-helper@^0.2.3":
472+
version "0.2.3"
473+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.3.tgz#44c5b41043ca290d36176e6adb04ad9b069bddd9"
474+
integrity sha512-D8am820P+975Ogg9/iiNzFTsgRbjkG46/fsBIf+jPoVnZAsUgv+q6uIyhO6O3Ame9pvN6VCN5dJm4hGo3NQpog==
475475
dependencies:
476476
"@actions/github" "^2.1.0"
477477
js-yaml "^3.13.1"
478478

479479
"@types/babel__core@^7.1.0":
480-
version "7.1.4"
481-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.4.tgz#5c5569cc40e5f2737dfc00692f5444e871e4a234"
482-
integrity sha512-c/5MuRz5HM4aizqL5ViYfW4iEnmfPcfbH4Xa6GgLT21dMc1NGeNnuS6egHheOmP+kCJ9CAzC4pv4SDCWTnRkbg==
480+
version "7.1.5"
481+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.5.tgz#e4d84704b4df868b3ad538365a13da2fa6dbc023"
482+
integrity sha512-+ckxwNj892FWgvwrUWLOghQ2JDgOgeqTPwrcl+0t1pG59CP8qMJ6S/efmEd999vCFSJKOpyMakvU+w380rduUQ==
483483
dependencies:
484484
"@babel/parser" "^7.1.0"
485485
"@babel/types" "^7.0.0"
@@ -503,9 +503,9 @@
503503
"@babel/types" "^7.0.0"
504504

505505
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
506-
version "7.0.8"
507-
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.8.tgz#479a4ee3e291a403a1096106013ec22cf9b64012"
508-
integrity sha512-yGeB2dHEdvxjP0y4UbRtQaSkXJ9649fYCmIdRoul5kfAoGCwxuCbMhag0k3RPfnuh9kPGm8x89btcfDEXdVWGw==
506+
version "7.0.9"
507+
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.9.tgz#be82fab304b141c3eee81a4ce3b034d0eba1590a"
508+
integrity sha512-jEFQ8L1tuvPjOI8lnpaf73oCJe+aoxL6ygqSy6c8LcW98zaC+4mzWuQIRCEvKeCOu+lbqdXcg4Uqmm1S8AP1tw==
509509
dependencies:
510510
"@babel/types" "^7.3.0"
511511

@@ -539,10 +539,10 @@
539539
"@types/istanbul-lib-coverage" "*"
540540
"@types/istanbul-lib-report" "*"
541541

542-
"@types/jest@^25.1.2":
543-
version "25.1.2"
544-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.2.tgz#1c4c8770c27906c7d8def5d2033df9dbd39f60da"
545-
integrity sha512-EsPIgEsonlXmYV7GzUqcvORsSS9Gqxw/OvkGwHfAdpjduNRxMlhsav0O5Kb0zijc/eXSO/uW6SJt9nwull8AUQ==
542+
"@types/jest@^25.1.3":
543+
version "25.1.3"
544+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.3.tgz#9b0b5addebccfb631175870be8ba62182f1bc35a"
545+
integrity sha512-jqargqzyJWgWAJCXX96LBGR/Ei7wQcZBvRv0PLEu9ZByMfcs23keUJrKv9FMR6YZf9YCbfqDqgmY+JUBsnqhrg==
546546
dependencies:
547547
jest-diff "^25.1.0"
548548
pretty-format "^25.1.0"
@@ -552,10 +552,10 @@
552552
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
553553
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
554554

555-
"@types/node@>= 8", "@types/node@^13.7.1":
556-
version "13.7.1"
557-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.1.tgz#238eb34a66431b71d2aaddeaa7db166f25971a0d"
558-
integrity sha512-Zq8gcQGmn4txQEJeiXo/KiLpon8TzAl0kmKH4zdWctPj05nWwp1ClMdAVEloqrQKfaC48PNLdgN/aVaLqUrluA==
555+
"@types/node@>= 8", "@types/node@^13.7.4":
556+
version "13.7.4"
557+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.4.tgz#76c3cb3a12909510f52e5dc04a6298cdf9504ffd"
558+
integrity sha512-oVeL12C6gQS/GAExndigSaLxTrKpQPxewx9bOcwfvJiJge4rr7wNaph4J+ns5hrmIV2as5qxqN8YKthn9qh0jw==
559559

560560
"@types/stack-utils@^1.0.1":
561561
version "1.0.1"
@@ -944,11 +944,6 @@ callsites@^3.0.0:
944944
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
945945
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
946946

947-
camelcase@^4.1.0:
948-
version "4.1.0"
949-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
950-
integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
951-
952947
camelcase@^5.0.0, camelcase@^5.3.1:
953948
version "5.3.1"
954949
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
@@ -2705,9 +2700,9 @@ make-dir@^3.0.0:
27052700
semver "^6.0.0"
27062701

27072702
2708-
version "1.3.5"
2709-
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8"
2710-
integrity sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==
2703+
version "1.3.6"
2704+
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
2705+
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
27112706

27122707
27132708
version "1.0.11"
@@ -2856,10 +2851,10 @@ nice-try@^1.0.4:
28562851
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
28572852
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
28582853

2859-
nock@^12.0.0:
2860-
version "12.0.0"
2861-
resolved "https://registry.yarnpkg.com/nock/-/nock-12.0.0.tgz#f405309bbf305d9a5bba2e9718aab4463edc9572"
2862-
integrity sha512-aTzDlXFH/Xq4m2V5x5nV13RTvYX8RXXcurCx6z4+y8IsloFMizZsDe/189GX1pSMJ99HBFZAokS5sMiMX/qfaQ==
2854+
nock@^12.0.1:
2855+
version "12.0.1"
2856+
resolved "https://registry.yarnpkg.com/nock/-/nock-12.0.1.tgz#6d497d01f23cb52c733545c97e09e8318f6af801"
2857+
integrity sha512-f5u5k7O5D2YXH2WEFQVLLPa36D5C0dxU9Lrg6KOuaFCMDt7yd1W4S3hbZClCMczxc4EZ0k1bEhPeMWSewrxYNw==
28632858
dependencies:
28642859
debug "^4.1.0"
28652860
json-stringify-safe "^5.0.1"
@@ -3836,10 +3831,10 @@ tr46@^1.0.1:
38363831
dependencies:
38373832
punycode "^2.1.0"
38383833

3839-
ts-jest@^25.2.0:
3840-
version "25.2.0"
3841-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.2.0.tgz#dfd87c2b71ef4867f5a0a44f40cb9c67e02991ac"
3842-
integrity sha512-VaRdb0da46eorLfuHEFf0G3d+jeREcV+Wb/SvW71S4y9Oe8SHWU+m1WY/3RaMknrBsnvmVH0/rRjT8dkgeffNQ==
3834+
ts-jest@^25.2.1:
3835+
version "25.2.1"
3836+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.2.1.tgz#49bf05da26a8b7fbfbc36b4ae2fcdc2fef35c85d"
3837+
integrity sha512-TnntkEEjuXq/Gxpw7xToarmHbAafgCaAzOpnajnFC6jI7oo1trMzAHA04eWpc3MhV6+yvhE8uUBAmN+teRJh0A==
38433838
dependencies:
38443839
bs-logger "0.x"
38453840
buffer-from "1.x"
@@ -3850,12 +3845,12 @@ ts-jest@^25.2.0:
38503845
mkdirp "0.x"
38513846
resolve "1.x"
38523847
semver "^5.5"
3853-
yargs-parser "10.x"
3848+
yargs-parser "^16.1.0"
38543849

38553850
tslib@^1.8.1, tslib@^1.9.0:
3856-
version "1.10.0"
3857-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
3858-
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
3851+
version "1.11.0"
3852+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.0.tgz#f1f3528301621a53220d58373ae510ff747a66bc"
3853+
integrity sha512-BmndXUtiTn/VDDrJzQE7Mm22Ix3PxgLltW9bSNLoeCY31gnG2OPx0QqJnuc9oMIKioYrz487i6K9o4Pdn0j+Kg==
38593854

38603855
tsutils@^3.17.1:
38613856
version "3.17.1"
@@ -3905,10 +3900,10 @@ typedarray-to-buffer@^3.1.5:
39053900
dependencies:
39063901
is-typedarray "^1.0.0"
39073902

3908-
typescript@^3.7.5:
3909-
version "3.7.5"
3910-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
3911-
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
3903+
typescript@^3.8.2:
3904+
version "3.8.2"
3905+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
3906+
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==
39123907

39133908
union-value@^1.0.0:
39143909
version "1.0.1"
@@ -4121,13 +4116,6 @@ y18n@^4.0.0:
41214116
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
41224117
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
41234118

4124-
4125-
version "10.1.0"
4126-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
4127-
integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==
4128-
dependencies:
4129-
camelcase "^4.1.0"
4130-
41314119
yargs-parser@^16.1.0:
41324120
version "16.1.0"
41334121
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-16.1.0.tgz#73747d53ae187e7b8dbe333f95714c76ea00ecf1"

0 commit comments

Comments
 (0)