Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit c18b28e

Browse files
chore: update npm dependencies
1 parent 1651eff commit c18b28e

File tree

2 files changed

+98
-93
lines changed

2 files changed

+98
-93
lines changed

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@octokit/plugin-paginate-rest": "^2.6.0",
4040
"@octokit/plugin-rest-endpoint-methods": "^4.2.1",
4141
"@octokit/types": "^5.5.0",
42-
"@technote-space/github-action-helper": "^4.2.7",
42+
"@technote-space/github-action-helper": "^4.4.1",
4343
"@technote-space/github-action-log-helper": "^0.1.8"
4444
},
4545
"devDependencies": {
@@ -48,14 +48,14 @@
4848
"@technote-space/github-action-test-helper": "^0.6.4",
4949
"@technote-space/release-github-actions-cli": "^1.7.2",
5050
"@types/jest": "^26.0.15",
51-
"@types/node": "^14.14.9",
52-
"@typescript-eslint/eslint-plugin": "^4.8.1",
53-
"@typescript-eslint/parser": "^4.8.1",
51+
"@types/node": "^14.14.10",
52+
"@typescript-eslint/eslint-plugin": "^4.8.2",
53+
"@typescript-eslint/parser": "^4.8.2",
5454
"eslint": "^7.14.0",
5555
"husky": "^4.3.0",
5656
"jest": "^26.6.3",
5757
"jest-circus": "^26.6.3",
58-
"lint-staged": "^10.5.1",
58+
"lint-staged": "^10.5.2",
5959
"nock": "^13.0.5",
6060
"ts-jest": "^26.4.4",
6161
"typescript": "^4.1.2"

Diff for: yarn.lock

+93-88
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
"@babel/highlight" "^7.10.4"
3333

3434
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
35-
version "7.12.7"
36-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf"
37-
integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==
35+
version "7.12.9"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
37+
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
3838
dependencies:
3939
"@babel/code-frame" "^7.10.4"
4040
"@babel/generator" "^7.12.5"
4141
"@babel/helper-module-transforms" "^7.12.1"
4242
"@babel/helpers" "^7.12.5"
4343
"@babel/parser" "^7.12.7"
4444
"@babel/template" "^7.12.7"
45-
"@babel/traverse" "^7.12.7"
45+
"@babel/traverse" "^7.12.9"
4646
"@babel/types" "^7.12.7"
4747
convert-source-map "^1.7.0"
4848
debug "^4.1.0"
@@ -271,10 +271,10 @@
271271
"@babel/parser" "^7.12.7"
272272
"@babel/types" "^7.12.7"
273273

274-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7":
275-
version "7.12.7"
276-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
277-
integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
274+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9":
275+
version "7.12.9"
276+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
277+
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
278278
dependencies:
279279
"@babel/code-frame" "^7.10.4"
280280
"@babel/generator" "^7.12.5"
@@ -765,17 +765,17 @@
765765
"@sinonjs/commons" "^1.7.0"
766766

767767
"@technote-space/filter-github-action@^0.5.7":
768-
version "0.5.7"
769-
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.5.7.tgz#6608b1e43347bd49f554d9d928a67482321d06f4"
770-
integrity sha512-Z+o9LDjlxavShBxVJLSaqjsF4N7FjCrrv6VNaRbmOGOKVxsp+a4n4vTpsekmpomp5h6pIPwt4RbSmG4JdiBL6g==
768+
version "0.5.8"
769+
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.5.8.tgz#a9e3cf4bda26c43831acf78569f859077712a4a3"
770+
integrity sha512-fHnGnS7CPhyPtFfTwXFKB+31x19mNMNFCZabWOEkkSD+30cyRbA2K2IU81FTjZSOCblFWjsz+kiaZ4kGSsU4gg==
771771
dependencies:
772772
"@actions/core" "^1.2.6"
773773
"@actions/github" "^4.0.0"
774774

775-
"@technote-space/github-action-helper@^4.2.4", "@technote-space/github-action-helper@^4.2.7":
776-
version "4.2.7"
777-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.2.7.tgz#a7ef029e7c4260c490395c250e5cc498d52ee3e9"
778-
integrity sha512-DFMbylAXUvsTaEdgEFpP1P93i0VjuyfDPTqCKee8YUNNQGmICiuGu7HdlrWXOxm4fXIrc8XRp8Nn04sphqwSSg==
775+
"@technote-space/github-action-helper@^4.2.4", "@technote-space/github-action-helper@^4.2.7", "@technote-space/github-action-helper@^4.4.1":
776+
version "4.4.1"
777+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.4.1.tgz#ea8105c9edb0cab1c9af1f716bdc7e59c932f53b"
778+
integrity sha512-ob4dlZqPU1o+VMC3WU3UXwC9Cm189NVM9jkWk5XeNEMLp8NS+SlNUdYhdAla6VcaEMUgJS6NXL76977ClvmFoQ==
779779
dependencies:
780780
"@actions/core" "^1.2.6"
781781
"@actions/github" "^4.0.0"
@@ -816,15 +816,15 @@
816816
js-yaml "^3.14.0"
817817

818818
"@technote-space/release-github-actions@^6.2.3":
819-
version "6.2.3"
820-
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-6.2.3.tgz#5930bf9c092b7f82789d50cd283a44c27f21bb8c"
821-
integrity sha512-imFB3+GIfMo5j75Vhyf0gzu69vZNy6gO7h4kk6dxQt47Quc/KqiBoCp/rCOqv1mjLY762e6nuaXIO6dMj9mX8w==
819+
version "6.2.4"
820+
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-6.2.4.tgz#bc132a6170c1c470edb568ecec37709488a36958"
821+
integrity sha512-wXFS3MCB94S7gt7a8ozfICBQ3Y1rgvMSJMItEpNdFaec490OJ+V5/T+kbkUe2zqKr/wib5Md8wT0m0jKxMtWpA==
822822
dependencies:
823823
"@actions/core" "^1.2.6"
824824
"@actions/github" "^4.0.0"
825825
"@technote-space/filter-github-action" "^0.5.7"
826-
"@technote-space/github-action-helper" "^4.2.4"
827-
"@technote-space/github-action-log-helper" "^0.1.7"
826+
"@technote-space/github-action-helper" "^4.2.7"
827+
"@technote-space/github-action-log-helper" "^0.1.8"
828828
memize "^1.1.0"
829829

830830
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
@@ -854,9 +854,9 @@
854854
"@babel/types" "^7.0.0"
855855

856856
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6":
857-
version "7.0.15"
858-
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.15.tgz#db9e4238931eb69ef8aab0ad6523d4d4caa39d03"
859-
integrity sha512-Pzh9O3sTK8V6I1olsXpCfj2k/ygO2q1X0vhhnDrEQyYLHZesWz+zMZMVcwXLCYf0U36EtmyYaFGPfXlTtDHe3A==
857+
version "7.0.16"
858+
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.16.tgz#0bbbf70c7bc4193210dd27e252c51260a37cd6a7"
859+
integrity sha512-S63Dt4CZOkuTmpLGGWtT/mQdVORJOpx6SZWGVaP56dda/0Nx5nEe82K7/LAm8zYr6SfMq+1N2OreIOrHAx656w==
860860
dependencies:
861861
"@babel/types" "^7.3.0"
862862

@@ -904,10 +904,10 @@
904904
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
905905
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
906906

907-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.9":
908-
version "14.14.9"
909-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.9.tgz#04afc9a25c6ff93da14deabd65dc44485b53c8d6"
910-
integrity sha512-JsoLXFppG62tWTklIoO4knA+oDTYsmqWxHRvd4lpmfQRNhX6osheUOWETP2jMoV/2bEHuMra8Pp3Dmo/stBFcw==
907+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.10":
908+
version "14.14.10"
909+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785"
910+
integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==
911911

912912
"@types/normalize-package-data@^2.4.0":
913913
version "2.4.0"
@@ -941,74 +941,74 @@
941941
dependencies:
942942
"@types/yargs-parser" "*"
943943

944-
"@typescript-eslint/eslint-plugin@^4.8.1":
945-
version "4.8.1"
946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.1.tgz#b362abe0ee478a6c6d06c14552a6497f0b480769"
947-
integrity sha512-d7LeQ7dbUrIv5YVFNzGgaW3IQKMmnmKFneRWagRlGYOSfLJVaRbj/FrBNOBC1a3tVO+TgNq1GbHvRtg1kwL0FQ==
944+
"@typescript-eslint/eslint-plugin@^4.8.2":
945+
version "4.8.2"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.2.tgz#cf9102ec800391caa574f589ffe0623cca1d9308"
947+
integrity sha512-gQ06QLV5l1DtvYtqOyFLXD9PdcILYqlrJj2l+CGDlPtmgLUzc1GpqciJFIRvyfvgLALpnxYINFuw+n9AZhPBKQ==
948948
dependencies:
949-
"@typescript-eslint/experimental-utils" "4.8.1"
950-
"@typescript-eslint/scope-manager" "4.8.1"
949+
"@typescript-eslint/experimental-utils" "4.8.2"
950+
"@typescript-eslint/scope-manager" "4.8.2"
951951
debug "^4.1.1"
952952
functional-red-black-tree "^1.0.1"
953953
regexpp "^3.0.0"
954954
semver "^7.3.2"
955955
tsutils "^3.17.1"
956956

957-
"@typescript-eslint/[email protected].1":
958-
version "4.8.1"
959-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.1.tgz#27275c20fa4336df99ebcf6195f7d7aa7aa9f22d"
960-
integrity sha512-WigyLn144R3+lGATXW4nNcDJ9JlTkG8YdBWHkDlN0lC3gUGtDi7Pe3h5GPvFKMcRz8KbZpm9FJV9NTW8CpRHpg==
957+
"@typescript-eslint/[email protected].2":
958+
version "4.8.2"
959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.2.tgz#8909a5732f19329cf5ef0c39766170476bff5e50"
960+
integrity sha512-hpTw6o6IhBZEsQsjuw/4RWmceRyESfAiEzAEnXHKG1X7S5DXFaZ4IO1JO7CW1aQ604leQBzjZmuMI9QBCAJX8Q==
961961
dependencies:
962962
"@types/json-schema" "^7.0.3"
963-
"@typescript-eslint/scope-manager" "4.8.1"
964-
"@typescript-eslint/types" "4.8.1"
965-
"@typescript-eslint/typescript-estree" "4.8.1"
963+
"@typescript-eslint/scope-manager" "4.8.2"
964+
"@typescript-eslint/types" "4.8.2"
965+
"@typescript-eslint/typescript-estree" "4.8.2"
966966
eslint-scope "^5.0.0"
967967
eslint-utils "^2.0.0"
968968

969-
"@typescript-eslint/parser@^4.8.1":
970-
version "4.8.1"
971-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1"
972-
integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw==
969+
"@typescript-eslint/parser@^4.8.2":
970+
version "4.8.2"
971+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.2.tgz#78dccbe5124de2b8dea2d4c363dee9f769151ca8"
972+
integrity sha512-u0leyJqmclYr3KcXOqd2fmx6SDGBO0MUNHHAjr0JS4Crbb3C3d8dwAdlazy133PLCcPn+aOUFiHn72wcuc5wYw==
973973
dependencies:
974-
"@typescript-eslint/scope-manager" "4.8.1"
975-
"@typescript-eslint/types" "4.8.1"
976-
"@typescript-eslint/typescript-estree" "4.8.1"
974+
"@typescript-eslint/scope-manager" "4.8.2"
975+
"@typescript-eslint/types" "4.8.2"
976+
"@typescript-eslint/typescript-estree" "4.8.2"
977977
debug "^4.1.1"
978978

979-
"@typescript-eslint/[email protected].1":
980-
version "4.8.1"
981-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
982-
integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ==
979+
"@typescript-eslint/[email protected].2":
980+
version "4.8.2"
981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.2.tgz#a18388c63ae9c17adde519384f539392f2c4f0d9"
982+
integrity sha512-qHQ8ODi7mMin4Sq2eh/6eu03uVzsf5TX+J43xRmiq8ujng7ViQSHNPLOHGw/Wr5dFEoxq/ubKhzClIIdQy5q3g==
983983
dependencies:
984-
"@typescript-eslint/types" "4.8.1"
985-
"@typescript-eslint/visitor-keys" "4.8.1"
984+
"@typescript-eslint/types" "4.8.2"
985+
"@typescript-eslint/visitor-keys" "4.8.2"
986986

987-
"@typescript-eslint/[email protected].1":
988-
version "4.8.1"
989-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
990-
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
987+
"@typescript-eslint/[email protected].2":
988+
version "4.8.2"
989+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.2.tgz#c862dd0e569d9478eb82d6aee662ea53f5661a36"
990+
integrity sha512-z1/AVcVF8ju5ObaHe2fOpZYEQrwHyZ7PTOlmjd3EoFeX9sv7UekQhfrCmgUO7PruLNfSHrJGQvrW3Q7xQ8EoAw==
991991

992-
"@typescript-eslint/[email protected].1":
993-
version "4.8.1"
994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
995-
integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ==
992+
"@typescript-eslint/[email protected].2":
993+
version "4.8.2"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.2.tgz#eeec34707d8577600fb21661b5287226cc8b3bed"
995+
integrity sha512-HToGNwI6fekH0dOw3XEVESUm71Onfam0AKin6f26S2FtUmO7o3cLlWgrIaT1q3vjB3wCTdww3Dx2iGq5wtUOCg==
996996
dependencies:
997-
"@typescript-eslint/types" "4.8.1"
998-
"@typescript-eslint/visitor-keys" "4.8.1"
997+
"@typescript-eslint/types" "4.8.2"
998+
"@typescript-eslint/visitor-keys" "4.8.2"
999999
debug "^4.1.1"
10001000
globby "^11.0.1"
10011001
is-glob "^4.0.1"
10021002
lodash "^4.17.15"
10031003
semver "^7.3.2"
10041004
tsutils "^3.17.1"
10051005

1006-
"@typescript-eslint/[email protected].1":
1007-
version "4.8.1"
1008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"
1009-
integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ==
1006+
"@typescript-eslint/[email protected].2":
1007+
version "4.8.2"
1008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.2.tgz#62cd3fbbbf65f8eccfbe6f159eb1b84a243a3f77"
1009+
integrity sha512-Vg+/SJTMZJEKKGHW7YC21QxgKJrSbxoYYd3MEUGtW7zuytHuEcksewq0DUmo4eh/CTNrVJGSdIY9AtRb6riWFw==
10101010
dependencies:
1011-
"@typescript-eslint/types" "4.8.1"
1011+
"@typescript-eslint/types" "4.8.2"
10121012
eslint-visitor-keys "^2.0.0"
10131013

10141014
JSONStream@^1.0.4:
@@ -1599,9 +1599,9 @@ copy-descriptor@^0.1.0:
15991599
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
16001600

16011601
core-js@^3.6.1:
1602-
version "3.7.0"
1603-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.7.0.tgz#b0a761a02488577afbf97179e4681bf49568520f"
1604-
integrity sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==
1602+
version "3.8.0"
1603+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.0.tgz#0fc2d4941cadf80538b030648bb64d230b4da0ce"
1604+
integrity sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA==
16051605

16061606
[email protected], core-util-is@~1.0.0:
16071607
version "1.0.2"
@@ -2593,9 +2593,9 @@ is-ci@^2.0.0:
25932593
ci-info "^2.0.0"
25942594

25952595
is-core-module@^2.1.0:
2596-
version "2.1.0"
2597-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1.0.tgz#a4cc031d9b1aca63eecbd18a650e13cb4eeab946"
2598-
integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==
2596+
version "2.2.0"
2597+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
2598+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
25992599
dependencies:
26002600
has "^1.0.3"
26012601

@@ -3392,10 +3392,10 @@ lines-and-columns@^1.1.6:
33923392
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
33933393
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
33943394

3395-
lint-staged@^10.5.1:
3396-
version "10.5.1"
3397-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.5.1.tgz#901e915c2360072dded0e7d752a0d9a49e079daa"
3398-
integrity sha512-fTkTGFtwFIJJzn/PbUO3RXyEBHIhbfYBE7+rJyLcOXabViaO/h6OslgeK6zpeUtzkDrzkgyAYDTLAwx6JzDTHw==
3395+
lint-staged@^10.5.2:
3396+
version "10.5.2"
3397+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.5.2.tgz#acfaa0093af3262aee3130b2e22438941530bdd1"
3398+
integrity sha512-e8AYR1TDlzwB8VVd38Xu2lXDZf6BcshVqKVuBQThDJRaJLobqKnpbm4dkwJ2puypQNbLr9KF/9mfA649mAGvjA==
33993399
dependencies:
34003400
chalk "^4.1.0"
34013401
cli-truncate "^2.1.0"
@@ -3414,9 +3414,9 @@ lint-staged@^10.5.1:
34143414
stringify-object "^3.3.0"
34153415

34163416
listr2@^3.2.2:
3417-
version "3.2.2"
3418-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.2.2.tgz#d20feb75015e506992b55af40722ba1af168b8f1"
3419-
integrity sha512-AajqcZEUikF2ioph6PfH3dIuxJclhr3i3kHgTOP0xeXdWQohrvJAAmqVcV43/GI987HFY/vzT73jYXoa4esDHg==
3417+
version "3.2.3"
3418+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.2.3.tgz#ef9e0d790862f038dde8a9837be552b1adfd1c07"
3419+
integrity sha512-vUb80S2dSUi8YxXahO8/I/s29GqnOL8ozgHVLjfWQXa03BNEeS1TpBLjh2ruaqq5ufx46BRGvfymdBSuoXET5w==
34203420
dependencies:
34213421
chalk "^4.1.0"
34223422
cli-truncate "^2.1.0"
@@ -3882,11 +3882,11 @@ p-limit@^2.2.0:
38823882
p-try "^2.0.0"
38833883

38843884
p-limit@^3.0.2:
3885-
version "3.0.2"
3886-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe"
3887-
integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==
3885+
version "3.1.0"
3886+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
3887+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
38883888
dependencies:
3889-
p-try "^2.0.0"
3889+
yocto-queue "^0.1.0"
38903890

38913891
p-locate@^4.1.0:
38923892
version "4.1.0"
@@ -4559,9 +4559,9 @@ spdx-expression-parse@^3.0.0:
45594559
spdx-license-ids "^3.0.0"
45604560

45614561
spdx-license-ids@^3.0.0:
4562-
version "3.0.6"
4563-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz#c80757383c28abf7296744998cbc106ae8b854ce"
4564-
integrity sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==
4562+
version "3.0.7"
4563+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz#e9c18a410e5ed7e12442a549fbd8afa767038d65"
4564+
integrity sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==
45654565

45664566
split-string@^3.0.1, split-string@^3.0.2:
45674567
version "3.1.0"
@@ -5251,3 +5251,8 @@ yargs@^15.1.0, yargs@^15.4.1:
52515251
which-module "^2.0.0"
52525252
y18n "^4.0.0"
52535253
yargs-parser "^18.1.2"
5254+
5255+
yocto-queue@^0.1.0:
5256+
version "0.1.0"
5257+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
5258+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

0 commit comments

Comments
 (0)