Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 910c65f

Browse files
Bump babel-eslint from 10.0.1 to 10.0.2
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.1 to 10.0.2. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](babel/babel-eslint@v10.0.1...v10.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7931f28 commit 910c65f

File tree

2 files changed

+8
-56
lines changed

2 files changed

+8
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/paritytech/plugin-signer-default#readme",
2727
"devDependencies": {
2828
"babel-cli": "^6.26.0",
29-
"babel-eslint": "^10.0.1",
29+
"babel-eslint": "^10.0.2",
3030
"babel-plugin-transform-class-properties": "^6.24.1",
3131
"babel-plugin-transform-decorators-legacy": "^1.3.5",
3232
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",

yarn.lock

Lines changed: 7 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@
2727
semver "^5.4.1"
2828
source-map "^0.5.0"
2929

30-
"@babel/generator@^7.1.5":
31-
version "7.1.5"
32-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.5.tgz#615f064d13d95f8f9157c7261f68eddf32ec15b3"
33-
dependencies:
34-
"@babel/types" "^7.1.5"
35-
jsesc "^2.5.1"
36-
lodash "^4.17.10"
37-
source-map "^0.5.0"
38-
trim-right "^1.0.1"
39-
4030
"@babel/generator@^7.4.4":
4131
version "7.4.4"
4232
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
@@ -61,12 +51,6 @@
6151
dependencies:
6252
"@babel/types" "^7.0.0"
6353

64-
"@babel/helper-split-export-declaration@^7.0.0":
65-
version "7.0.0"
66-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
67-
dependencies:
68-
"@babel/types" "^7.0.0"
69-
7054
"@babel/helper-split-export-declaration@^7.4.4":
7155
version "7.4.4"
7256
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
@@ -89,11 +73,7 @@
8973
esutils "^2.0.2"
9074
js-tokens "^4.0.0"
9175

92-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.5":
93-
version "7.1.5"
94-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc"
95-
96-
"@babel/parser@^7.4.4", "@babel/parser@^7.4.5":
76+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.4.4", "@babel/parser@^7.4.5":
9777
version "7.4.5"
9878
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
9979

@@ -125,21 +105,7 @@
125105
"@babel/parser" "^7.4.4"
126106
"@babel/types" "^7.4.4"
127107

128-
"@babel/traverse@^7.0.0":
129-
version "7.1.5"
130-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.5.tgz#5aafca2039aa058c104cf2bfeb9fc4a857ccbca9"
131-
dependencies:
132-
"@babel/code-frame" "^7.0.0"
133-
"@babel/generator" "^7.1.5"
134-
"@babel/helper-function-name" "^7.1.0"
135-
"@babel/helper-split-export-declaration" "^7.0.0"
136-
"@babel/parser" "^7.1.5"
137-
"@babel/types" "^7.1.5"
138-
debug "^3.1.0"
139-
globals "^11.1.0"
140-
lodash "^4.17.10"
141-
142-
"@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5":
108+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5":
143109
version "7.4.5"
144110
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216"
145111
dependencies:
@@ -153,15 +119,7 @@
153119
globals "^11.1.0"
154120
lodash "^4.17.11"
155121

156-
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5":
157-
version "7.1.5"
158-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.5.tgz#12fe64e91a431234b7017b4227a78cc0eec4e081"
159-
dependencies:
160-
esutils "^2.0.2"
161-
lodash "^4.17.10"
162-
to-fast-properties "^2.0.0"
163-
164-
"@babel/types@^7.4.4":
122+
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.4.4":
165123
version "7.4.4"
166124
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
167125
dependencies:
@@ -690,9 +648,9 @@ babel-core@^6.26.0:
690648
slash "^1.0.0"
691649
source-map "^0.5.6"
692650

693-
babel-eslint@^10.0.1:
694-
version "10.0.1"
695-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
651+
babel-eslint@^10.0.2:
652+
version "10.0.2"
653+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
696654
dependencies:
697655
"@babel/code-frame" "^7.0.0"
698656
"@babel/parser" "^7.0.0"
@@ -1975,12 +1933,6 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
19751933
dependencies:
19761934
ms "2.0.0"
19771935

1978-
debug@^3.1.0:
1979-
version "3.1.0"
1980-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
1981-
dependencies:
1982-
ms "2.0.0"
1983-
19841936
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
19851937
version "4.1.1"
19861938
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
@@ -3770,7 +3722,7 @@ lodash.throttle@^4.1.1:
37703722
version "4.1.1"
37713723
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
37723724

3773-
[email protected], lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@~4.17.4:
3725+
[email protected], lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@~4.17.4:
37743726
version "4.17.11"
37753727
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
37763728

0 commit comments

Comments
 (0)