From 579c9d58d744de1e4b353cd8177ad44c0c89ede7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:15:50 -0500 Subject: [PATCH] Bump rfc6902 from 4.0.2 to 5.0.0 (#6765) Bumps [rfc6902](https://github.com/chbrown/rfc6902) from 4.0.2 to 5.0.0. - [Release notes](https://github.com/chbrown/rfc6902/releases) - [Commits](https://github.com/chbrown/rfc6902/compare/v4.0.2...v5.0.0) --- updated-dependencies: - dependency-name: rfc6902 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a7614cc063..bf49235294 100644 --- a/package.json +++ b/package.json @@ -267,7 +267,7 @@ "readable-stream": "^3.6.0", "request": "^2.88.2", "request-promise-native": "^1.0.9", - "rfc6902": "^4.0.2", + "rfc6902": "^5.0.0", "selfsigned": "^2.1.1", "semver": "^7.3.8", "tar": "^6.1.13", diff --git a/yarn.lock b/yarn.lock index 76d4089524..f546e03aca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11189,10 +11189,10 @@ rfc4648@^1.3.0: resolved "https://registry.yarnpkg.com/rfc4648/-/rfc4648-1.5.1.tgz#b0b16756e33d9de8c0c7833e94b28e627ec372a4" integrity sha512-60e/YWs2/D3MV1ErdjhJHcmlgnyLUiG4X/14dgsfm9/zmCWLN16xI6YqJYSCd/OANM7bUNzJqPY5B8/02S9Ibw== -rfc6902@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/rfc6902/-/rfc6902-4.0.2.tgz#ce99d3562b9e3287d403462e6bcc81eead8fcea0" - integrity sha512-MJOC4iDSv3Qn5/QvhPbrNoRongti6moXSShcRmtbNqOk0WPxlviEdMV4bb9PaULhSxLUXzWd4AjAMKQ3j3y54w== +rfc6902@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/rfc6902/-/rfc6902-5.0.0.tgz#cb53ac1cb8a700edc1ddc6c19afbb93422f9e385" + integrity sha512-6d0Q7DgN+RWHhvY/jb7QWG6ol+XreFqQn4NzvHB8CSALA70fRLRmbJaMvxlFf/JIzfkiNWq0lQF0l5yWb4yuLA== rimraf@^3.0.0, rimraf@^3.0.2: version "3.0.2"