diff --git a/ui/package.json b/ui/package.json index 15a41de574a..b46b7f76993 100644 --- a/ui/package.json +++ b/ui/package.json @@ -35,7 +35,7 @@ "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@mdx-js/loader": "^1.6.22", - "@next/bundle-analyzer": "^11.1.0", + "@next/bundle-analyzer": "^11.1.2", "@next/eslint-plugin-next": "^11.1.2", "@next/mdx": "^11.1.2", "@storybook/addon-actions": "^6.3.12", diff --git a/ui/yarn.lock b/ui/yarn.lock index 68645611c35..6103bd62e9e 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1735,10 +1735,10 @@ resolved "https://registry.yarnpkg.com/@napi-rs/triples/-/triples-1.0.3.tgz#76d6d0c3f4d16013c61e45dfca5ff1e6c31ae53c" integrity sha512-jDJTpta+P4p1NZTFVLHJ/TLFVYVcOqv6l8xwOeBKNPMgY/zDYH/YH7SJbvrr/h1RcS9GzbPcLKGzpuK9cV56UA== -"@next/bundle-analyzer@^11.1.0": - version "11.1.0" - resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-11.1.0.tgz#e378fece5bc764948be658fb85922b39e9c1d402" - integrity sha512-wB0WB8Ku8cgYR74gC1d2VvDLcuDJxbevkWBDrvWCMozryIlVftkI6T5/guaI6j8RwAaa0itC7tygoqW0pKr8YA== +"@next/bundle-analyzer@^11.1.2": + version "11.1.2" + resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-11.1.2.tgz#7892c86f58028399000f402a5c7ca8aecb65686f" + integrity sha512-gDQ+tG8S+7fEL2NqubhZRFvQEYB4tKavTqONHDqSVxBMZ8sSzm12IzF2zZDIXdnrMzD90wmIZFUjC0EFnoHMSg== dependencies: webpack-bundle-analyzer "4.3.0"