Skip to content

Commit 88ee86d

Browse files
Update dependency @types/archiver to v6 (main) (#203274)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/archiver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/archiver) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/archiver)) | devDependencies | major | [`^5.3.1` -> `^6.0.3`](https://renovatebot.com/diffs/npm/@types%2farchiver/5.3.1/6.0.3) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Brad White <[email protected]> (cherry picked from commit 6ef0bdf)
1 parent fc9630c commit 88ee86d

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@
15361536
"@testing-library/react-hooks": "^8.0.1",
15371537
"@testing-library/user-event": "^14.5.2",
15381538
"@types/adm-zip": "^0.5.0",
1539-
"@types/archiver": "^5.3.1",
1539+
"@types/archiver": "^6.0.3",
15401540
"@types/async": "^3.2.24",
15411541
"@types/aws4": "^1.5.0",
15421542
"@types/base64-js": "^1.2.5",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11143,12 +11143,12 @@
1114311143
dependencies:
1114411144
"@types/node" "*"
1114511145

11146-
"@types/archiver@^5.3.1":
11147-
version "5.3.1"
11148-
resolved "https://registry.yarnpkg.com/@types/archiver/-/archiver-5.3.1.tgz#02991e940a03dd1a32678fead4b4ca03d0e387ca"
11149-
integrity sha512-wKYZaSXaDvTZuInAWjCeGG7BEAgTWG2zZW0/f7IYFcoHB2X2d9lkVFnrOlXl3W6NrvO6Ml3FLLu8Uksyymcpnw==
11146+
"@types/archiver@^6.0.3":
11147+
version "6.0.3"
11148+
resolved "https://registry.yarnpkg.com/@types/archiver/-/archiver-6.0.3.tgz#074eb6f4febc0128c25a205a8263da3d4688df53"
11149+
integrity sha512-a6wUll6k3zX6qs5KlxIggs1P1JcYJaTCx2gnlr+f0S1yd2DoaEwoIK10HmBaLnZwWneBz+JBm0dwcZu0zECBcQ==
1115011150
dependencies:
11151-
"@types/glob" "*"
11151+
"@types/readdir-glob" "*"
1115211152

1115311153
"@types/archy@^0.0.32":
1115411154
version "0.0.32"
@@ -12298,6 +12298,13 @@
1229812298
"@types/prop-types" "*"
1229912299
csstype "^3.0.2"
1230012300

12301+
"@types/readdir-glob@*":
12302+
version "1.1.5"
12303+
resolved "https://registry.yarnpkg.com/@types/readdir-glob/-/readdir-glob-1.1.5.tgz#21a4a98898fc606cb568ad815f2a0eedc24d412a"
12304+
integrity sha512-raiuEPUYqXu+nvtY2Pe8s8FEmZ3x5yAH4VkLdihcPdalvsHltomrRC9BzuStrJ9yk06470hS0Crw0f1pXqD+Hg==
12305+
dependencies:
12306+
"@types/node" "*"
12307+
1230112308
"@types/redux-actions@^2.6.1":
1230212309
version "2.6.1"
1230312310
resolved "https://registry.yarnpkg.com/@types/redux-actions/-/redux-actions-2.6.1.tgz#0940e97fa35ad3004316bddb391d8e01d2efa605"

0 commit comments

Comments
 (0)