From bc3f245c7d0bf236eac3bf68d19a1e0f088134bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:25:20 +0000 Subject: [PATCH] chore(deps-dev): bump bfj from 8.0.0 to 9.0.1 Bumps [bfj](https://gitlab.com/philbooth/bfj) from 8.0.0 to 9.0.1. - [Changelog](https://gitlab.com/philbooth/bfj/blob/master/HISTORY.md) - [Commits](https://gitlab.com/philbooth/bfj/compare/8.0.0...9.0.1) --- updated-dependencies: - dependency-name: bfj dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 82dfad77904c..6420abe1c6a6 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "babel-loader": "^9.2.1", "babel-plugin-named-asset-import": "^0.3.8", "babel-preset-react-app": "^10.0.1", - "bfj": "^8.0.0", + "bfj": "^9.0.1", "braces": "^3.0.3", "browserslist": "^4.24.0", "camelcase": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index b20abfee7d28..27346d3b5ade 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4438,12 +4438,11 @@ batch@0.6.1: resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw== -bfj@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/bfj/-/bfj-8.0.0.tgz#d15931bd5ef1ef5c874a59e6ef00653de8416568" - integrity sha512-6KJe4gFrZ4lhmvWcUIj37yFAs36mi2FZXuTkw6udZ/QsX/znFypW4SatqcLA5K5T4BAWgJZD73UFEJJQxuJjoA== +bfj@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/bfj/-/bfj-9.0.1.tgz#b30b5b2ab2187cf6725d20b531813b0dbc66f220" + integrity sha512-5Xb3/Z+rw8InGqlU92rtWVozkQ5M57UhjgM+I5FPzQdzp3KHgwV1tNxTI4owCMK1UJIDCCRjAQ4oQH3KtBBCQw== dependencies: - bluebird "^3.7.2" check-types "^11.2.3" hoopy "^0.1.4" jsonpath "^1.1.1" @@ -4515,11 +4514,6 @@ bl@^1.0.0: readable-stream "^2.3.5" safe-buffer "^5.1.1" -bluebird@^3.7.2: - version "3.7.2" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" - integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - body-parser@1.20.3: version "1.20.3" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"