Skip to content

Commit 6752ed5

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/eslint-config-prettier-8.3.0
2 parents 1bf0a9b + 64bd633 commit 6752ed5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-prettier": "^8.3.0",
3333
"eslint-plugin-import": "^2.22.0",
3434
"eslint-plugin-node": "^11.1.0",
35-
"eslint-plugin-prettier": "^3.1.4",
35+
"eslint-plugin-prettier": "^3.4.0",
3636
"eslint-plugin-promise": "^4.2.1",
3737
"jest": "^26.2.2",
3838
"nock": "^13.0.3",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1557,10 +1557,10 @@ eslint-plugin-node@^11.1.0:
15571557
resolve "^1.10.1"
15581558
semver "^6.1.0"
15591559

1560-
eslint-plugin-prettier@^3.1.4:
1561-
version "3.3.0"
1562-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.0.tgz#61e295349a65688ffac0b7808ef0a8244bdd8d40"
1563-
integrity sha512-tMTwO8iUWlSRZIwS9k7/E4vrTsfvsrcM5p1eftyuqWH25nKsz/o6/54I7jwQ/3zobISyC7wMy9ZsFwgTxOcOpQ==
1560+
eslint-plugin-prettier@^3.4.0:
1561+
version "3.4.0"
1562+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7"
1563+
integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==
15641564
dependencies:
15651565
prettier-linter-helpers "^1.0.0"
15661566

@@ -2070,9 +2070,9 @@ has@^1.0.3:
20702070
function-bind "^1.1.1"
20712071

20722072
hosted-git-info@^2.1.4:
2073-
version "2.8.8"
2074-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
2075-
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
2073+
version "2.8.9"
2074+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
2075+
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
20762076

20772077
html-encoding-sniffer@^2.0.1:
20782078
version "2.0.1"
@@ -3001,9 +3001,9 @@ lodash.uniq@^4.5.0:
30013001
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
30023002

30033003
lodash@^4.17.19, lodash@^4.17.20:
3004-
version "4.17.20"
3005-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
3006-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
3004+
version "4.17.21"
3005+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
3006+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
30073007

30083008
loglevel-plugin-prefix@^0.8.4:
30093009
version "0.8.4"

0 commit comments

Comments
 (0)