Skip to content

Commit f77a087

Browse files
build(deps-dev): bump lint-staged from 10.2.6 to 10.2.7 (#1723)
* build(deps-dev): bump lint-staged from 10.2.6 to 10.2.7 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.6 to 10.2.7. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v10.2.6...v10.2.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Finish upgrading via bolt Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
1 parent b4d9d28 commit f77a087

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"fetch-mock": "^9.10.1",
132132
"generate-changelog": "^1.8.0",
133133
"husky": "^4.2.5",
134-
"lint-staged": "^10.1.3",
134+
"lint-staged": "^10.2.7",
135135
"listr": "^0.14.1",
136136
"minimist": "^1.2.5",
137137
"mocha": "^7.1.2",

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@
1818
optionalDependencies:
1919
chokidar "^2.1.8"
2020

21-
"@babel/code-frame@^7.0.0":
22-
version "7.8.3"
23-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
24-
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
25-
dependencies:
26-
"@babel/highlight" "^7.8.3"
27-
28-
"@babel/code-frame@^7.10.1", "@babel/code-frame@^7.8.3":
21+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1", "@babel/code-frame@^7.8.3":
2922
version "7.10.1"
3023
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff"
3124
integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==
@@ -314,7 +307,7 @@
314307
"@babel/traverse" "^7.10.0"
315308
"@babel/types" "^7.10.0"
316309

317-
"@babel/highlight@^7.10.1", "@babel/highlight@^7.8.3":
310+
"@babel/highlight@^7.10.1":
318311
version "7.10.1"
319312
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0"
320313
integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==
@@ -6015,10 +6008,10 @@ lines-and-columns@^1.1.6:
60156008
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
60166009
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
60176010

6018-
lint-staged@^10.1.3:
6019-
version "10.2.6"
6020-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.6.tgz#7d9658bd89dee946a859cbfc6e09566a9fb50b53"
6021-
integrity sha512-2oEBWyPZHkdyjKcIv2U6ay80Q52ZMlZZrUnfsV0WTVcgzPlt3o2t5UFy2v8ETUTsIDZ0xSJVnffWCgD3LF6xTQ==
6011+
lint-staged@^10.2.7:
6012+
version "10.2.7"
6013+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.7.tgz#6e47860af3d86a6a01849cbf8ba80f7754aae6eb"
6014+
integrity sha512-srod2bTpF8riaLz+Bgr6v0mI/nSntE8M9jbh4WwAhoosx0G7RKEUIG7mI5Nu5SMbTF9o8GROPgK0Lhf5cDnUUw==
60226015
dependencies:
60236016
chalk "^4.0.0"
60246017
cli-truncate "2.1.0"

0 commit comments

Comments
 (0)