From c990fb2d18958decdd74f9d28156e9ee6688c986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:57:36 +0000 Subject: [PATCH] Bump babel-plugin-macros from 3.0.1 to 3.1.0 Bumps [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/kentcdodds/babel-plugin-macros/releases) - [Changelog](https://github.com/kentcdodds/babel-plugin-macros/blob/main/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/babel-plugin-macros/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: babel-plugin-macros dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0cbc1b6..9ebe1a4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.14.1", "babel-jest": "^26.6.3", - "babel-plugin-macros": "^3.0.1", + "babel-plugin-macros": "^3.1.0", "dotenv": "^8.2.0", "eslint": "^7.32.0", "eslint-config-prettier": "^7.2.0", diff --git a/yarn.lock b/yarn.lock index aad8edf..e67edea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1303,10 +1303,10 @@ babel-plugin-jest-hoist@^26.6.2: "@types/babel__core" "^7.0.0" "@types/babel__traverse" "^7.0.6" -babel-plugin-macros@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.0.1.tgz#0d412d68f5b3d1b64358f24ab099bd148724e2a9" - integrity sha512-CKt4+Oy9k2wiN+hT1uZzOw7d8zb1anbQpf7KLwaaXRCi/4pzKdFKHf7v5mvoPmjkmxshh7eKZQuRop06r5WP4w== +babel-plugin-macros@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" + integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== dependencies: "@babel/runtime" "^7.12.5" cosmiconfig "^7.0.0"