From 43d532ed0c757010807021f04ea1facfe995c600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:43:00 +0000 Subject: [PATCH] Bump eslint-plugin-allowed-dependencies from 0.2.5 to 0.3.0 Bumps [eslint-plugin-allowed-dependencies](https://github.com/RobinTail/allowed-dependencies) from 0.2.5 to 0.3.0. - [Commits](https://github.com/RobinTail/allowed-dependencies/compare/v0.2.5...v0.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-allowed-dependencies 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 5f1e3256d..1fed61eb8 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-unicorn": "^55.0.0", - "eslint-plugin-allowed-dependencies": "^0.2.3", + "eslint-plugin-allowed-dependencies": "^0.3.0", "express": "^4.19.2", "express-fileupload": "^1.5.0", "globals": "^15.3.0", diff --git a/yarn.lock b/yarn.lock index c5ae55c8c..3755a7de6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1597,10 +1597,10 @@ eslint-config-prettier@^9.1.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== -eslint-plugin-allowed-dependencies@^0.2.3: - version "0.2.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-allowed-dependencies/-/eslint-plugin-allowed-dependencies-0.2.5.tgz#7c1b7ba81c6c4b3313a0f8cbd2e98cc4f1e59910" - integrity sha512-XHXnS0sCXxyzEXz1EQm551Xglucj1kfDE8F47+SCzDzHoWnSbsANZIgEQUz1yW4RJpz6LZT2Q9tY/Bs3A99DLw== +eslint-plugin-allowed-dependencies@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-allowed-dependencies/-/eslint-plugin-allowed-dependencies-0.3.0.tgz#9b5ab31abcc74f577847579378ac72a38abb69ac" + integrity sha512-IVJX+fZD5TF25th58Z4FZaakKojjWYIYAjhVMsC6HjOTAqSFXMBTfh8P5X5W+6K7lBJ7tXGV9b9pm/Wq5Scp+A== dependencies: ramda "^0.30.1"