From 99d306f8876f79dd916f9ffe5f309da35e578e08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 23:58:53 +0000 Subject: [PATCH] build(deps-dev): bump @babel/plugin-transform-flow-strip-types Bumps [@babel/plugin-transform-flow-strip-types](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-flow-strip-types) from 7.19.0 to 7.21.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-plugin-transform-flow-strip-types) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-flow-strip-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad72e2eef6..0bffd0a252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1849,12 +1849,12 @@ } }, "@babel/plugin-transform-flow-strip-types": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.19.0.tgz", - "integrity": "sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==", + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.21.0.tgz", + "integrity": "sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/plugin-syntax-flow": "^7.18.6" } }, diff --git a/package.json b/package.json index 3e685595cf..3a2e9c4303 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dependencies": {}, "devDependencies": { "@babel/core": "7.20.12", - "@babel/plugin-transform-flow-strip-types": "7.19.0", + "@babel/plugin-transform-flow-strip-types": "7.21.0", "@babel/preset-env": "7.20.2", "@babel/register": "7.18.9", "@typescript-eslint/eslint-plugin": "4.33.0",