Skip to content

Commit c75350f

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/develop/eslint-plugin-standard-5.0.0' into develop
2 parents a866c96 + 8b52fc5 commit c75350f

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-import": "^2.26.0",
6464
"eslint-plugin-node": "^7.0.1",
6565
"eslint-plugin-promise": "^4.3.1",
66-
"eslint-plugin-standard": "^4.1.0",
66+
"eslint-plugin-standard": "^5.0.0",
6767
"gulp": "^5.0.0",
6868
"gulp-mocha": "^10.0.0",
6969
"gulp-nodemon": "^2.2.1",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,10 +2007,10 @@ eslint-plugin-promise@^4.3.1:
20072007
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45"
20082008
integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==
20092009

2010-
eslint-plugin-standard@^4.1.0:
2011-
version "4.1.0"
2012-
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz#0c3bf3a67e853f8bbbc580fb4945fbf16f41b7c5"
2013-
integrity sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ==
2010+
eslint-plugin-standard@^5.0.0:
2011+
version "5.0.0"
2012+
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
2013+
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
20142014

20152015
eslint-scope@^7.2.2:
20162016
version "7.2.2"
@@ -3769,14 +3769,7 @@ js-yaml@^3.12.1, js-yaml@^3.13.1:
37693769
argparse "^1.0.7"
37703770
esprima "^4.0.0"
37713771

3772-
js-yaml@^4.0.0:
3773-
version "4.1.1"
3774-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
3775-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
3776-
dependencies:
3777-
argparse "^2.0.1"
3778-
3779-
js-yaml@^4.1.0:
3772+
js-yaml@^4.0.0, js-yaml@^4.1.0:
37803773
version "4.1.1"
37813774
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
37823775
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==

0 commit comments

Comments
 (0)