diff --git a/ui/package-lock.json b/ui/package-lock.json index 95f827328..664be039f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4020,12 +4020,11 @@ } }, "@storybook/preset-create-react-app": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@storybook/preset-create-react-app/-/preset-create-react-app-3.1.2.tgz", - "integrity": "sha512-MjOus6mH/F/TikTPR3lWiuaR6hhhray2Yr2jV++Qg1/fS3yyADTyNZQZyc+TOc+SdKNTZ706H8+zn7RcjD9vGg==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@storybook/preset-create-react-app/-/preset-create-react-app-3.1.3.tgz", + "integrity": "sha512-AY19mq8RblQvd/TfE3OSBnLbk0vsAywAG4J96cDXAYWJkJuqzQkgfTpejah4xhqP6gsHa4PUqZu1mM7G/DIdSQ==", "dev": true, "requires": { - "@storybook/node-logger": "*", "@types/babel__core": "^7.1.7", "@types/webpack": "^4.41.13", "babel-plugin-react-docgen": "^4.1.0", diff --git a/ui/package.json b/ui/package.json index 0ca1bce01..4582edf2a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -73,7 +73,7 @@ "devDependencies": { "@commitlint/travis-cli": "9.0.1", "@percy-io/percy-storybook": "2.1.0", - "@storybook/preset-create-react-app": "3.1.2", + "@storybook/preset-create-react-app": "3.1.3", "@storybook/react": "5.3.19", "@testing-library/react-hooks": "3.3.0", "depcheck": "0.9.2",