From 0f473842748a57b664e20c594f938dbc02b791ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:55:54 +0100 Subject: [PATCH] chore(deps-dev): bump the all group with 2 updates (#439) Bumps the all group with 2 updates: [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) and [prettier](https://github.com/prettier/prettier). Updates `@nihalgonsalves/esconfig` from 0.6.8 to 0.6.9 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](https://github.com/nihalgonsalves/esconfig/compare/v0.6.8...v0.6.9) Updates `prettier` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.3...3.1.0) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 01ff116..67ae0ab 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "format:check": "prettier . --check" }, "devDependencies": { - "@nihalgonsalves/esconfig": "^0.6.8", + "@nihalgonsalves/esconfig": "^0.6.9", "@types/node": "20", "eslint": "^8.53.0", - "prettier": "^3.0.3", + "prettier": "^3.1.0", "ts-node-dev": "^2.0.0", "typescript": "^5.2.2" } diff --git a/yarn.lock b/yarn.lock index 67818b6..20d7ecb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -90,10 +90,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@nihalgonsalves/esconfig@^0.6.8": - version "0.6.8" - resolved "https://registry.yarnpkg.com/@nihalgonsalves/esconfig/-/esconfig-0.6.8.tgz#30fcf33057dbf226d71d303d1fabc8c411dbb9e3" - integrity sha512-QhOevh0Otlcn0xPViW3aXj0GXdvVYhzRNP7zFbx5CXWeo5UVtjE8hSJ3xP6K0Nl+tFbKo1Cn7WJ3VxYaRodj2g== +"@nihalgonsalves/esconfig@^0.6.9": + version "0.6.9" + resolved "https://registry.yarnpkg.com/@nihalgonsalves/esconfig/-/esconfig-0.6.9.tgz#60785dc9663cfa3bd5d272d392f126d466384641" + integrity sha512-GCZ1uc245PCP+Y9AG5m9uuGJ8UeAu+DiVDsMVQd7dSuDLKA56P3XOqFpSi3HihroC66F1SdB4AYXrTA8J4PSZg== dependencies: "@typescript-eslint/eslint-plugin" "^6.2.1" "@typescript-eslint/parser" "^6.2.1" @@ -1683,10 +1683,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" - integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== +prettier@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e" + integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw== prop-types@^15.8.1: version "15.8.1"