Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit dab66da

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"aws-sdk": "^2.1163.0",
2929
"body-parser": "^1.20.0",
3030
"eslint": "^7.32.0",
31-
"eslint-plugin-prettier": "4.0.0",
31+
"eslint-plugin-prettier": "4.1.0",
3232
"express": "^4.18.1",
3333
"jest": "^27.5.1",
3434
"jest-mock": "^28.1.1",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2489,10 +2489,10 @@ escodegen@^2.0.0:
24892489
optionalDependencies:
24902490
source-map "~0.6.1"
24912491

2492-
eslint-plugin-prettier@4.0.0:
2493-
version "4.0.0"
2494-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
2495-
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
2492+
eslint-plugin-prettier@4.1.0:
2493+
version "4.1.0"
2494+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.1.0.tgz#1cd4b3fadf3b3cdb30b1874b55e7f93f85eb43ad"
2495+
integrity sha512-A3AXIEfTnq3D5qDFjWJdQ9c4BLhw/TqhSR+6+SVaoPJBAWciFEuJiNQh275OnjRrAi7yssZzuWBRw66VG2g6UA==
24962496
dependencies:
24972497
prettier-linter-helpers "^1.0.0"
24982498

0 commit comments

Comments
 (0)