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

Update dependency uuid to v9 #11646

Open
wants to merge 7 commits into
base: latest
Choose a base branch
from
Open
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
Binary file removed .yarn/cache/uuid-npm-3.4.0-4fd8ef88ad-4f2b86432b.zip
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"resolutions": {
"@babel/runtime": "7.24.6",
"@optimizely/js-sdk-utils": "0.4.0",
"uuid": "3.4.0",
"uuid": "9.0.1",
"winston@3.8.2": "patch:winston@npm:3.8.2#.yarn/patches/winston-npm-3.8.2-2035e9cac4.patch",
"ramda@0.28.0": "patch:ramda@npm:0.28.0#.yarn/patches/ramda-npm-0.28.0-6a5fe8f6cc.patch"
},
Expand Down Expand Up @@ -127,7 +127,7 @@
"react-router-config": "5.1.1",
"react-router-dom": "5.3.4",
"url-parse": "1.5.10",
"uuid": "8.3.2",
"uuid": "9.0.1",
"winston": "patch:winston@3.8.2#./patches/winston-file-descriptor.patch",
"xmldoc": "1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/bundleSize/bundleSizeConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
*/

export const MIN_SIZE = 634 - 5;
export const MAX_SIZE = 1093 + 5;
export const MAX_SIZE = 1095 + 5;
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17152,7 +17152,7 @@ __metadata:
ts-loader: "npm:9.5.1"
typescript: "npm:5.4.5"
url-parse: "npm:1.5.10"
uuid: "npm:8.3.2"
uuid: "npm:9.0.1"
wait-on: "npm:7.2.0"
webpack: "npm:5.91.0"
webpack-bundle-analyzer: "npm:4.10.2"
Expand Down Expand Up @@ -18748,12 +18748,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:3.4.0":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
"uuid@npm:9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: ./bin/uuid
checksum: 10/4f2b86432b04cc7c73a0dd1bcf11f1fc18349d65d2e4e32dd0fc658909329a1e0cc9244aa93f34c0cccfdd5ae1af60a149251a5f420ec3ac4223a3dab198fb2e
uuid: dist/bin/uuid
checksum: 10/9d0b6adb72b736e36f2b1b53da0d559125ba3e39d913b6072f6f033e0c87835b414f0836b45bcfaf2bdf698f92297fea1c3cc19b0b258bc182c9c43cc0fab9f2
languageName: node
linkType: hard

Expand Down
Loading