Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
fix doc-path version resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 committed Jan 21, 2021
1 parent 8cc26d7 commit 09da162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kibana-reports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"resolutions": {
"trim": "^1.0.0",
"doc-path": "^2.1.2",
"doc-path": "2.1.2",
"y18n": "^5.0.5"
}
}
8 changes: 4 additions & 4 deletions kibana-reports/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1968,10 +1968,10 @@ diffie-hellman@^5.0.0:
miller-rabin "^4.0.0"
randombytes "^2.0.0"

doc-path@2.0.4, doc-path@^2.1.2:
version "2.3.0"
resolved "https://registry.yarnpkg.com/doc-path/-/doc-path-2.3.0.tgz#dd6321154ab1e33165bf5783a49ee67abcc02491"
integrity sha512-RMZA8AXl0I78jI9odw0kFzOfQvBcCFLI6/ZtOs9PwogcL4DHc+sCUZQ34fkealJyqErJryYODVBOtO2IzU/CSw==
doc-path@2.0.4, doc-path@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/doc-path/-/doc-path-2.1.2.tgz#08344d188619a6ff7c6631e462362dd720e4e81f"
integrity sha512-saM17czrIb4jYLsS5728OKbCa/WQ3xVctkGiMixOHz3X1VYsRn/Q5xPMxE1A5WN+XHHLWak34mMMjmAKRgMLeA==

dom-helpers@^5.0.1:
version "5.2.0"
Expand Down

0 comments on commit 09da162

Please sign in to comment.