From baaf791cea302002f2fbd424c7ebad179873a3d2 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 11 Mar 2022 16:22:57 -0800 Subject: [PATCH] [Deps] update `@babel/runtime`, `minimatch`, `semver` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a03971440..17f02215c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.17.0", + "@babel/runtime": "^7.17.2", "aria-query": "^4.2.2", "array-includes": "^3.1.4", "ast-types-flow": "^0.0.7", @@ -77,8 +77,8 @@ "has": "^1.0.3", "jsx-ast-utils": "^3.2.1", "language-tags": "^1.0.5", - "minimatch": "^3.0.5", - "semver": "^6.0.0" + "minimatch": "^3.1.2", + "semver": "^6.3.0" }, "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"