Skip to content

Commit

Permalink
Merge pull request #967 from coq/dependabot/npm_and_yarn/client/goal-…
Browse files Browse the repository at this point in the history
…view-ui/nanoid-3.3.8

build(deps): bump nanoid from 3.3.6 to 3.3.8 in /client/goal-view-ui
  • Loading branch information
rtetley authored Jan 20, 2025
2 parents 05e5ae6 + 06e4170 commit b1a594d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
18 changes: 13 additions & 5 deletions client/goal-view-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -788,9 +788,9 @@ [email protected]:
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

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

node-releases@^2.0.6:
version "2.0.8"
Expand Down Expand Up @@ -827,8 +827,16 @@ postcss@^8.4.13:
source-map-js "^1.0.2"

"pp-display@link:../pp-display":
version "0.0.0"
uid ""
version "0.0.1"
dependencies:
"@react-hook/resize-observer" "^1.2.6"
"@vscode/codicons" "^0.0.32"
"@vscode/webview-ui-toolkit" "^1.2.1"
react "^17.0.2"
react-dom "^17.0.2"
react-hook "^0.0.1"
react-icons "^4.7.1"
uuidv4 "^6.2.13"

react-dom@^17.0.2:
version "17.0.2"
Expand Down
8 changes: 4 additions & 4 deletions client/goal-view-ui/yarn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -922,11 +922,11 @@
};
}
{
name = "nanoid___nanoid_3.3.6.tgz";
name = "nanoid___nanoid_3.3.8.tgz";
path = fetchurl {
name = "nanoid___nanoid_3.3.6.tgz";
url = "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz";
sha512 = "BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==";
name = "nanoid___nanoid_3.3.8.tgz";
url = "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz";
sha512 = "WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==";
};
}
{
Expand Down

0 comments on commit b1a594d

Please sign in to comment.