Skip to content

Commit e3e6336

Browse files
chore: Bump prettier (#1908)
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.6.1...2.6.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10d5e6c commit e3e6336

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-prettier": "4.0.0",
2929
"jest": "^27.5.1",
3030
"jest-mock": "^27.5.1",
31-
"prettier": "2.6.1",
31+
"prettier": "2.6.2",
3232
"ts-jest": "^27.1.4",
3333
"ts-node-dev": "^1.1.6",
3434
"typescript": "^4.6.3"

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,10 +2958,10 @@ prettier-linter-helpers@^1.0.0:
29582958
dependencies:
29592959
fast-diff "^1.1.2"
29602960

2961-
2962-
version "2.6.1"
2963-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
2964-
integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==
2961+
2962+
version "2.6.2"
2963+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
2964+
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
29652965

29662966
pretty-format@^27.0.0, pretty-format@^27.5.1:
29672967
version "27.5.1"

0 commit comments

Comments
 (0)