Skip to content

Commit b1a594d

Browse files
authored
Merge pull request #967 from coq/dependabot/npm_and_yarn/client/goal-view-ui/nanoid-3.3.8
build(deps): bump nanoid from 3.3.6 to 3.3.8 in /client/goal-view-ui
2 parents 05e5ae6 + 06e4170 commit b1a594d

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

client/goal-view-ui/yarn.lock

+13-5
Original file line numberDiff line numberDiff line change
@@ -788,9 +788,9 @@ [email protected]:
788788
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
789789

790790
nanoid@^3.3.6:
791-
version "3.3.6"
792-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
793-
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
791+
version "3.3.8"
792+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
793+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
794794

795795
node-releases@^2.0.6:
796796
version "2.0.8"
@@ -827,8 +827,16 @@ postcss@^8.4.13:
827827
source-map-js "^1.0.2"
828828

829829
"pp-display@link:../pp-display":
830-
version "0.0.0"
831-
uid ""
830+
version "0.0.1"
831+
dependencies:
832+
"@react-hook/resize-observer" "^1.2.6"
833+
"@vscode/codicons" "^0.0.32"
834+
"@vscode/webview-ui-toolkit" "^1.2.1"
835+
react "^17.0.2"
836+
react-dom "^17.0.2"
837+
react-hook "^0.0.1"
838+
react-icons "^4.7.1"
839+
uuidv4 "^6.2.13"
832840

833841
react-dom@^17.0.2:
834842
version "17.0.2"

client/goal-view-ui/yarn.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -922,11 +922,11 @@
922922
};
923923
}
924924
{
925-
name = "nanoid___nanoid_3.3.6.tgz";
925+
name = "nanoid___nanoid_3.3.8.tgz";
926926
path = fetchurl {
927-
name = "nanoid___nanoid_3.3.6.tgz";
928-
url = "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz";
929-
sha512 = "BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==";
927+
name = "nanoid___nanoid_3.3.8.tgz";
928+
url = "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz";
929+
sha512 = "WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==";
930930
};
931931
}
932932
{

0 commit comments

Comments
 (0)