Skip to content

Commit 825478f

Browse files
chore: Bump eslint-plugin-prettier in /modules/webhook/lambdas/webhook (#1214)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v4.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e727f0 commit 825478f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"aws-sdk": "^2.970.0",
2828
"body-parser": "^1.19.0",
2929
"eslint": "^7.32.0",
30-
"eslint-plugin-prettier": "3.4.0",
30+
"eslint-plugin-prettier": "4.0.0",
3131
"express": "^4.17.1",
3232
"jest": "^26.6.3",
3333
"nock": "^13.1.1",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,10 +2455,10 @@ escodegen@^2.0.0:
24552455
optionalDependencies:
24562456
source-map "~0.6.1"
24572457

2458-
eslint-plugin-prettier@3.4.0:
2459-
version "3.4.0"
2460-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7"
2461-
integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==
2458+
eslint-plugin-prettier@4.0.0:
2459+
version "4.0.0"
2460+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
2461+
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
24622462
dependencies:
24632463
prettier-linter-helpers "^1.0.0"
24642464

0 commit comments

Comments
 (0)