From c47ef678f6c9da81e4043582934cf807ce65cd96 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 05:38:07 +0000 Subject: [PATCH] chore(deps-dev): bump react-docgen-typescript-loader from 3.5.0 to 3.6.0 Bumps [react-docgen-typescript-loader](https://github.com/strothj/react-docgen-typescript-loader) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/strothj/react-docgen-typescript-loader/releases) - [Changelog](https://github.com/strothj/react-docgen-typescript-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/strothj/react-docgen-typescript-loader/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6322745e..206fa08bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7838,13 +7838,13 @@ } }, "es5-ext": { - "version": "0.10.52", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.52.tgz", - "integrity": "sha512-bWCbE9fbpYQY4CU6hJbJ1vSz70EClMlDgJ7BmwI+zEJhxrwjesZRPglGJlsZhu0334U3hI+gaspwksH9IGD6ag==", + "version": "0.10.53", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", + "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", "dev": true, "requires": { "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.2", + "es6-symbol": "~3.1.3", "next-tick": "~1.0.0" } }, @@ -14549,9 +14549,9 @@ "dev": true }, "react-docgen-typescript-loader": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/react-docgen-typescript-loader/-/react-docgen-typescript-loader-3.5.0.tgz", - "integrity": "sha512-jPJl/n04VdiAu4PZ18rphQdb4cgPABtMmiDPf45mnoTXQ1YapDQybLxWPvGtzBtoDFJiXzmyJLlLB+5RMt/OIw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/react-docgen-typescript-loader/-/react-docgen-typescript-loader-3.6.0.tgz", + "integrity": "sha512-+uEsM3VYCdlcBGxF3tBqI5XWL1phvrh8dkiIfdpciKlM1BDHW+d82kKJI9hX6zk9H8TL+3Th/j/JAEaKb5FFNw==", "dev": true, "requires": { "@webpack-contrib/schema-utils": "^1.0.0-beta.0", diff --git a/package.json b/package.json index 47a340ce6..db3194d3e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "jest": "^24.9.0", "lerna": "^3.19.0", "npm-run-all": "^4.1.5", - "react-docgen-typescript-loader": "^3.5.0", + "react-docgen-typescript-loader": "^3.6.0", "rimraf": "^3.0.0", "source-map-loader": "^0.2.4", "ts-jest": "^24.2.0",