Skip to content

Commit

Permalink
fix: pin get-random-values-esm to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Feb 14, 2024
1 parent 56cd2dc commit 8b09226
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@sanity/block-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json"
},
"dependencies": {
"get-random-values-esm": "^1.0.0",
"get-random-values-esm": "1.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
},
"dependencies": {
"@sanity/types": "3.29.0",
"get-random-values-esm": "^1.0.0",
"get-random-values-esm": "1.0.0",
"moment": "^2.29.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"exif-component": "^1.0.1",
"framer-motion": "^11.0.0",
"get-it": "^8.4.4",
"get-random-values-esm": "^1.0.0",
"get-random-values-esm": "1.0.0",
"groq-js": "^1.1.12",
"hashlru": "^2.3.0",
"history": "^5.3.0",
Expand Down

0 comments on commit 8b09226

Please sign in to comment.