Skip to content

Commit 0d8f858

Browse files
chore: update packages
1 parent 1aaee7e commit 0d8f858

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"release-ga": "./bin/release-ga"
3030
},
3131
"dependencies": {
32-
"@technote-space/release-github-actions": "^4.1.0",
32+
"@technote-space/release-github-actions": "^4.1.1",
3333
"commander": "^5.0.0",
3434
"cosmiconfig": "^6.0.0",
3535
"dotenv": "^8.2.0",

yarn.lock

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -611,16 +611,6 @@
611611
"@actions/core" "^1.2.2"
612612
"@actions/github" "^2.1.1"
613613

614-
"@technote-space/github-action-helper@^1.2.2":
615-
version "1.3.2"
616-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.3.2.tgz#2ee72fd7b7b6ed9d1771539e8a5a330b8da07420"
617-
integrity sha512-otArVHfH/v8m/5F/0/F2khV2bQ5a2LsTXncRCH4VZ2+jUludN2UWHbp7dPbqTvqMQpALx78gYNtYkqDrQ8zp8w==
618-
dependencies:
619-
"@actions/core" "^1.2.3"
620-
"@actions/github" "^2.1.1"
621-
shell-escape "^0.2.0"
622-
sprintf-js "^1.1.2"
623-
624614
"@technote-space/github-action-helper@^2.0.0":
625615
version "2.0.0"
626616
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-2.0.0.tgz#5010294ddee09356bff8f4f745add3b11861c81a"
@@ -639,16 +629,16 @@
639629
"@actions/github" "^2.1.1"
640630
js-yaml "^3.13.1"
641631

642-
"@technote-space/release-github-actions@^4.1.0":
643-
version "4.1.0"
644-
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-4.1.0.tgz#dba4a946c53a4ce78dc59e6afe392d5da1b1b576"
645-
integrity sha512-c56KzLImU0kvZ9FrmGG8zmYSuZPNzsQ3MMk4VLbFMpL5CezZ/CB3/HP/Ef0Ku3gZO7EnFPpknO+XlglqUKO2mA==
632+
"@technote-space/release-github-actions@^4.1.1":
633+
version "4.1.1"
634+
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-4.1.1.tgz#4ef1e1181e1ebe071b197f6d00a020b685ea1ce6"
635+
integrity sha512-AlNNiOddFjc4MndvybAHlIYh479J0MWTHnFdFkFELIkBeklO2iJWqqUdYwgvSZHHf+HaAmf4BVKeSBct8LokQQ==
646636
dependencies:
647637
"@actions/core" "^1.2.3"
648638
"@actions/github" "^2.1.1"
649639
"@technote-space/filter-github-action" "^0.2.5"
650-
"@technote-space/github-action-helper" "^1.2.2"
651-
memize "^1.0.5"
640+
"@technote-space/github-action-helper" "^2.0.0"
641+
memize "^1.1.0"
652642

653643
"@types/babel__core@^7.1.0":
654644
version "7.1.6"
@@ -3472,7 +3462,7 @@ map-visit@^1.0.0:
34723462
dependencies:
34733463
object-visit "^1.0.0"
34743464

3475-
memize@^1.0.5:
3465+
memize@^1.1.0:
34763466
version "1.1.0"
34773467
resolved "https://registry.yarnpkg.com/memize/-/memize-1.1.0.tgz#4a5a684ac6992a13b1299043f3e49b1af6a0b0d3"
34783468
integrity sha512-K4FcPETOMTwe7KL2LK0orMhpOmWD2wRGwWWpbZy0fyArwsyIKR8YJVz8+efBAh3BO4zPqlSICu4vsLTRRqtFAg==

0 commit comments

Comments
 (0)