Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
chore: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Feb 21, 2020
1 parent 86d5f76 commit 84baabc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
],
"dependencies": {
"@actions/core": "^1.2.2",
"@actions/github": "^2.1.0",
"@technote-space/filter-github-action": "^0.2.3",
"@technote-space/github-action-helper": "^1.1.4"
"@actions/github": "^2.1.1",
"@technote-space/filter-github-action": "^0.2.4",
"@technote-space/github-action-helper": "^1.1.6"
},
"devDependencies": {
"@technote-space/github-action-test-helper": "^0.2.2",
"@technote-space/github-action-test-helper": "^0.2.4",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
"@typescript-eslint/eslint-plugin": "^2.20.0",
Expand All @@ -41,7 +41,7 @@
"jest-circus": "^25.1.0",
"nock": "^12.0.1",
"ts-jest": "^25.2.1",
"typescript": "^3.7.5"
"typescript": "^3.8.2"
},
"publishConfig": {
"access": "public"
Expand Down
68 changes: 34 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.2.tgz#3c4848d50378f9e3bcb67bcf97813382ec7369ee"
integrity sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg==

"@actions/github@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@actions/github/-/github-2.1.0.tgz#ca36cfb146b4c8955f3d5f88d8dde5f89194de21"
integrity sha512-G4ncMlh4pLLAvNgHUYUtpWQ1zPf/VYqmRH9oshxLabdaOOnp7i1hgSgzr2xne2YUaSND3uqemd3YYTIsm2f/KQ==
"@actions/github@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@actions/github/-/github-2.1.1.tgz#bcabedff598196d953f58ba750d5e75549a75142"
integrity sha512-kAgTGUx7yf5KQCndVeHSwCNZuDBvPyxm5xKTswW2lofugeuC1AZX73nUUVDNaysnM9aKFMHv9YCdVJbg7syEyA==
dependencies:
"@actions/http-client" "^1.0.3"
"@octokit/graphql" "^4.3.1"
"@octokit/rest" "^16.15.0"
"@octokit/rest" "^16.43.1"

"@actions/http-client@^1.0.3":
version "1.0.6"
Expand Down Expand Up @@ -414,7 +414,7 @@
once "^1.4.0"
universal-user-agent "^4.0.0"

"@octokit/rest@^16.15.0":
"@octokit/rest@^16.43.1":
version "16.43.1"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.43.1.tgz#3b11e7d1b1ac2bbeeb23b08a17df0b20947eda6b"
integrity sha512-gfFKwRT/wFxq5qlNjnW2dh+qh74XgTQ2B179UX5K1HYCluioWj8Ndbgqw2PVqa1NnVJkGHp2ovMpVn/DImlmkw==
Expand Down Expand Up @@ -450,36 +450,36 @@
dependencies:
type-detect "4.0.8"

"@technote-space/filter-github-action@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.2.3.tgz#ab467724de0905b10f9737c69d550354bcb2138c"
integrity sha512-9lAbzEseqwfYoEQehJA0CqLEbmDuLAWTl6e8qyAnQBKGXQnqN8wrDXGqdEcY5sMwlIyQtRPLQW32oBtT0O4PRQ==
"@technote-space/filter-github-action@^0.2.4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.2.4.tgz#927f147c4b3ca0afa6af49875687c7d51d2e336d"
integrity sha512-/EK6LVXUr0w91bFIiIcYrG2KTxeOd8V58P+5IWstFArp6Svf5I1uOtPmZmvt4pOfTQtRiSVRNnVQZmGe5Lu8Pw==
dependencies:
"@actions/core" "^1.2.2"
"@actions/github" "^2.1.0"
"@actions/github" "^2.1.1"

"@technote-space/github-action-helper@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.1.4.tgz#6dee1ef05e96b0df70a17c0e744a38b79e695d0c"
integrity sha512-ysHXyTKWncqd7R7oKvME+UYKRPGzfyM9y+cS3LsT30jGL80wFRVd4zq9FlETUyiJBHLtw8vhRtfMvR2Oy0uHCw==
"@technote-space/github-action-helper@^1.1.6":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.1.6.tgz#6f5500ec3785d1ea0e7b8f02796c39df7225009a"
integrity sha512-psuu1qqPd1N5Tku5Cywsdio5W9/09mVBqhawel/voMRQ1MWwCvIEgHzcQ0MiNLjaJcCUeYB1fGKnQjGk3LBZiQ==
dependencies:
"@actions/core" "^1.2.2"
"@actions/github" "^2.1.0"
"@actions/github" "^2.1.1"
shell-escape "^0.2.0"
sprintf-js "^1.1.2"

"@technote-space/github-action-test-helper@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.2.tgz#9bffeb1c315668c71e4680c77decc8766ffa9d14"
integrity sha512-Y+e+/djMlCn5lEh9YcJGnqzEa0Zz/f+ID2cyzMDh4wHqXJelPBIv2LgqBaMM0L3zZ7HMlwghaVEqXerL2XD7SA==
"@technote-space/github-action-test-helper@^0.2.4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.4.tgz#9ff122c173caed66d7d1a7c98136f397e876e5de"
integrity sha512-yU+KbfZ8+nn6uwMK0TN8W+PoyM2zS8x0lYABVS+077wqLubLIs5PQyFRggNOZPVg51aRWFI1if87VG7QBuan8Q==
dependencies:
"@actions/github" "^2.1.0"
"@actions/github" "^2.1.1"
js-yaml "^3.13.1"

"@types/babel__core@^7.1.0":
version "7.1.4"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.4.tgz#5c5569cc40e5f2737dfc00692f5444e871e4a234"
integrity sha512-c/5MuRz5HM4aizqL5ViYfW4iEnmfPcfbH4Xa6GgLT21dMc1NGeNnuS6egHheOmP+kCJ9CAzC4pv4SDCWTnRkbg==
version "7.1.5"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.5.tgz#e4d84704b4df868b3ad538365a13da2fa6dbc023"
integrity sha512-+ckxwNj892FWgvwrUWLOghQ2JDgOgeqTPwrcl+0t1pG59CP8qMJ6S/efmEd999vCFSJKOpyMakvU+w380rduUQ==
dependencies:
"@babel/parser" "^7.1.0"
"@babel/types" "^7.0.0"
Expand All @@ -503,9 +503,9 @@
"@babel/types" "^7.0.0"

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

Expand Down Expand Up @@ -3848,9 +3848,9 @@ ts-jest@^25.2.1:
yargs-parser "^16.1.0"

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

tsutils@^3.17.1:
version "3.17.1"
Expand Down Expand Up @@ -3900,10 +3900,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

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

union-value@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 84baabc

Please sign in to comment.