diff --git a/.yarn/cache/uuid-npm-3.4.0-4fd8ef88ad-58de2feed6.zip b/.yarn/cache/uuid-npm-3.4.0-4fd8ef88ad-58de2feed6.zip deleted file mode 100644 index 86d48ead38f..00000000000 Binary files a/.yarn/cache/uuid-npm-3.4.0-4fd8ef88ad-58de2feed6.zip and /dev/null differ diff --git a/.yarn/cache/uuid-npm-9.0.1-39a8442bc6-39931f6da7.zip b/.yarn/cache/uuid-npm-9.0.1-39a8442bc6-39931f6da7.zip new file mode 100644 index 00000000000..9a64a74202e Binary files /dev/null and b/.yarn/cache/uuid-npm-9.0.1-39a8442bc6-39931f6da7.zip differ diff --git a/package.json b/package.json index 325aa037b16..b4929462f63 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "resolutions": { "@babel/runtime": "7.24.5", "@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" }, @@ -128,7 +128,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" }, @@ -276,4 +276,4 @@ ] }, "packageManager": "yarn@3.8.1" -} +} \ No newline at end of file diff --git a/scripts/bundleSize/bundleSizeConfig.js b/scripts/bundleSize/bundleSizeConfig.js index eba28b7b16f..49ffce2084b 100644 --- a/scripts/bundleSize/bundleSizeConfig.js +++ b/scripts/bundleSize/bundleSizeConfig.js @@ -7,5 +7,5 @@ * We are allowing a variance of -5 on `MIN_SIZE` and +5 on `MAX_SIZE` to avoid the need for frequent changes, as bundle sizes can fluctuate */ -export const MIN_SIZE = 640 - 5; -export const MAX_SIZE = 1093 + 5; +export const MIN_SIZE = 636 - 5; +export const MAX_SIZE = 1107 + 5; diff --git a/yarn.lock b/yarn.lock index b0dd44f41e1..add55618652 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15752,7 +15752,7 @@ __metadata: ts-loader: 9.5.1 typescript: 5.4.5 url-parse: 1.5.10 - uuid: 8.3.2 + uuid: 9.0.1 wait-on: 7.2.0 webpack: 5.91.0 webpack-bundle-analyzer: 4.10.2 @@ -17315,12 +17315,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: 58de2feed61c59060b40f8203c0e4ed7fd6f99d42534a499f1741218a1dd0c129f4aa1de797bcf822c8ea5da7e4137aa3673431a96dae729047f7aca7b27866f + uuid: dist/bin/uuid + checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4 languageName: node linkType: hard