diff --git a/package.json b/package.json index 852f64788d..205225f491 100644 --- a/package.json +++ b/package.json @@ -281,7 +281,7 @@ "tabbable": "^1.1.3", "ts-loader": "^6.2.1", "typescript": "5.2.2", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "wait-on": "^9.0.5", "webpack": "^5.105.4", "webpack-bundle-analyzer": "^4.10.2", @@ -349,14 +349,15 @@ "sass": "1.77.6", "scroll-into-view-if-needed": "^2.2.31", "tabbable": "^1.1.3", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "resolutions": { "draft-js/immutable": "^3.8.3", "eslint-plugin-formatjs/**/minimatch": "^9.0.9", "qs": "^6.14.1", "serialize-javascript": "^7.0.5", - "tar": "^7.5.11" + "tar": "^7.5.11", + "uuid": "^14.0.0" }, "msw": { "workerDirectory": [".storybook/public"] diff --git a/scripts/jest/jest.config.js b/scripts/jest/jest.config.js index cfdf16820a..adbdacc82e 100644 --- a/scripts/jest/jest.config.js +++ b/scripts/jest/jest.config.js @@ -28,6 +28,6 @@ module.exports = { testMatch: ['**/__tests__/**/*.test.+(js|jsx|ts|tsx)'], testPathIgnorePatterns: ['stories.test.js$', 'stories.test.tsx$', 'stories.test.d.ts'], transformIgnorePatterns: [ - 'node_modules/(?!(@box/react-virtualized/dist/es|@box/cldr-data|@box/blueprint-web|@box/blueprint-web-assets|@box/metadata-editor|@box/box-ai-content-answers|@box/box-ai-agent-selector|@box/item-icon|@box/combobox-with-api|@box/tree|@box/metadata-filter|@box/metadata-view|@box/content-field|@box/types|@box/box-item-type-selector|@box/unified-share-modal|@box/user-selector|@box/copy-input)/)', + 'node_modules/(?!(@box/react-virtualized/dist/es|@box/cldr-data|@box/blueprint-web|@box/blueprint-web-assets|@box/metadata-editor|@box/box-ai-content-answers|@box/box-ai-agent-selector|@box/item-icon|@box/combobox-with-api|@box/tree|@box/metadata-filter|@box/metadata-view|@box/content-field|@box/types|@box/box-item-type-selector|@box/unified-share-modal|@box/user-selector|@box/copy-input|uuid)/)', ], }; diff --git a/yarn.lock b/yarn.lock index ecea27cd81..a245631a20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19134,10 +19134,10 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== -uuid@^8.3.2: - version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" - integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== +uuid@>=14.0.0, uuid@^14.0.0, uuid@^8.3.2: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== v8-to-istanbul@^9.0.1: version "9.3.0"