From b18f7d1a31ca3147372eca039473577a12d7ce16 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2019 12:57:58 +0000 Subject: [PATCH] Bump babel-plugin-transform-react-remove-prop-types Bumps [babel-plugin-transform-react-remove-prop-types](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types) from 0.4.19 to 0.4.24. - [Release notes](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/releases) - [Changelog](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/blob/master/CHANGELOG.md) - [Commits](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/compare/v0.4.19...v0.4.24) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce0079f..65ef972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1303,9 +1303,9 @@ } }, "babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.19.tgz", - "integrity": "sha512-f49NsaohQ1ByY20nUrpc30QFdbeT4ntV4PAL2vSZe6uCB5nqAcqXS/qzU+aI6ZfYhWASx5eIsTFvFrs1B2ffGg==", + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", + "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", "dev": true }, "babel-plugin-transform-regexp-constructors": {