Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency uuid to v11.0.3 (master) - autoclosed #1521

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@junipero/core": "3.7.1",
"uuid": "11.0.2"
"uuid": "11.0.3"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@junipero/hooks": "3.7.0",
"@junipero/react": "3.9.0",
"@junipero/transitions": "3.9.0",
"uuid": "11.0.2"
"uuid": "11.0.3"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3031,7 +3031,7 @@ __metadata:
resolution: "@oakjs/core@workspace:packages/core"
dependencies:
"@junipero/core": "npm:3.7.1"
uuid: "npm:11.0.2"
uuid: "npm:11.0.3"
languageName: unknown
linkType: soft

Expand All @@ -3043,7 +3043,7 @@ __metadata:
"@junipero/hooks": "npm:3.7.0"
"@junipero/react": "npm:3.9.0"
"@junipero/transitions": "npm:3.9.0"
uuid: "npm:11.0.2"
uuid: "npm:11.0.3"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
Expand Down Expand Up @@ -20522,12 +20522,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:11.0.2":
version: 11.0.2
resolution: "uuid@npm:11.0.2"
"uuid@npm:11.0.3":
version: 11.0.3
resolution: "uuid@npm:11.0.3"
bin:
uuid: dist/esm/bin/uuid
checksum: 10/b98082f398fa2ece8cacc2264402f739256ca70def4bb82e3a14ec70777d189c01ce1054764c3b59b8fc098b62b135a15d1b24914712904c988822e2ac9b4f44
checksum: 10/251385563195709eb0697c74a834764eef28e1656d61174e35edbd129288acb4d95a43f4ce8a77b8c2fc128e2b55924296a0945f964b05b9173469d045625ff2
languageName: node
linkType: hard

Expand Down
Loading