-
-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump find-my-way from 8.1.0 to 8.2.2
Bumps [find-my-way](https://github.com/delvedor/find-my-way) from 8.1.0 to 8.2.2. - [Release notes](https://github.com/delvedor/find-my-way/releases) - [Commits](delvedor/find-my-way@v8.1.0...v8.2.2) --- updated-dependencies: - dependency-name: find-my-way dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8da003e
commit 430c24b
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6783,13 +6783,13 @@ fill-range@^7.1.1: | |
to-regex-range "^5.0.1" | ||
|
||
find-my-way@^8.0.0: | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-8.1.0.tgz#cc05e8e4b145322299d0de0a839b5be528c2083e" | ||
integrity sha512-41QwjCGcVTODUmLLqTMeoHeiozbMXYMAE1CKFiDyi9zVZ2Vjh0yz3MF0WQZoIb+cmzP/XlbFjlF2NtJmvZHznA== | ||
version "8.2.2" | ||
resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-8.2.2.tgz#f3e78bc6ead2da4fdaa201335da3228600ed0285" | ||
integrity sha512-Dobi7gcTEq8yszimcfp/R7+owiT4WncAJ7VTTgFH1jYJ5GaG1FbhjwDG820hptN0QDFvzVY3RfCzdInvGPGzjA== | ||
dependencies: | ||
fast-deep-equal "^3.1.3" | ||
fast-querystring "^1.0.0" | ||
safe-regex2 "^2.0.0" | ||
safe-regex2 "^3.1.0" | ||
|
||
[email protected], find-up@^5.0.0: | ||
version "5.0.0" | ||
|
@@ -11358,10 +11358,10 @@ restore-cursor@^4.0.0: | |
onetime "^5.1.0" | ||
signal-exit "^3.0.2" | ||
|
||
ret@~0.2.0: | ||
version "0.2.2" | ||
resolved "https://registry.npmjs.org/ret/-/ret-0.2.2.tgz" | ||
integrity sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ== | ||
ret@~0.4.0: | ||
version "0.4.3" | ||
resolved "https://registry.yarnpkg.com/ret/-/ret-0.4.3.tgz#5243fa30e704a2e78a9b9b1e86079e15891aa85c" | ||
integrity sha512-0f4Memo5QP7WQyUEAYUO3esD/XjOc3Zjjg5CPsAq1p8sIu0XPeMbHJemKA0BO7tV0X7+A0FoEpbmHXWxPyD3wQ== | ||
|
||
retry@^0.12.0: | ||
version "0.12.0" | ||
|
@@ -11550,12 +11550,12 @@ safe-regex-test@^1.0.0: | |
get-intrinsic "^1.1.3" | ||
is-regex "^1.1.4" | ||
|
||
safe-regex2@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.npmjs.org/safe-regex2/-/safe-regex2-2.0.0.tgz" | ||
integrity sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ== | ||
safe-regex2@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/safe-regex2/-/safe-regex2-3.1.0.tgz#fd7ec23908e2c730e1ce7359a5b72883a87d2763" | ||
integrity sha512-RAAZAGbap2kBfbVhvmnTFv73NWLMvDGOITFYTZBAaY8eR+Ir4ef7Up/e7amo+y1+AH+3PtLkrt9mvcTsG9LXug== | ||
dependencies: | ||
ret "~0.2.0" | ||
ret "~0.4.0" | ||
|
||
safe-stable-stringify@^2.3.1: | ||
version "2.4.2" | ||
|