Skip to content

Commit 8ce27a2

Browse files
committed
chore(deps): update all non-major dependencies
1 parent b72a1d3 commit 8ce27a2

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"minimist-options": "^4.0.1"
4646
},
4747
"devDependencies": {
48-
"babel-eslint": "^10.0.2",
48+
"babel-eslint": "^10.0.3",
4949
"codecov": "^3.5.0",
5050
"eslint": "^6.2.2",
51-
"eslint-config-standard": "^14.0.1",
52-
"eslint-config-standard-jsx": "^8.0.1",
51+
"eslint-config-standard": "^14.1.0",
52+
"eslint-config-standard-jsx": "^8.1.0",
5353
"eslint-plugin-import": "^2.18.2",
5454
"eslint-plugin-jest": "^22.15.2",
5555
"eslint-plugin-node": "^9.1.0",

yarn.lock

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -781,17 +781,17 @@ aws4@^1.8.0:
781781
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
782782
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
783783

784-
babel-eslint@^10.0.2:
785-
version "10.0.2"
786-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
787-
integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==
784+
babel-eslint@^10.0.3:
785+
version "10.0.3"
786+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
787+
integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==
788788
dependencies:
789789
"@babel/code-frame" "^7.0.0"
790790
"@babel/parser" "^7.0.0"
791791
"@babel/traverse" "^7.0.0"
792792
"@babel/types" "^7.0.0"
793-
eslint-scope "3.7.1"
794793
eslint-visitor-keys "^1.0.0"
794+
resolve "^1.12.0"
795795

796796
babel-jest@^24.9.0:
797797
version "24.9.0"
@@ -1689,15 +1689,15 @@ escodegen@^1.9.1:
16891689
optionalDependencies:
16901690
source-map "~0.6.1"
16911691

1692-
eslint-config-standard-jsx@^8.0.1:
1693-
version "8.0.1"
1694-
resolved "https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-8.0.1.tgz#987bdeb063f0bfbd1de55300b02fdd220c94a68a"
1695-
integrity sha512-SDnpVLSzTcT0eLNTG7s8ffRi3WadBBpw+pFsiBj4BcrHOFOga9O/7mjtNRyPgetmsiDPWGxsiS4UdJLZhaIukA==
1692+
eslint-config-standard-jsx@^8.1.0:
1693+
version "8.1.0"
1694+
resolved "https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-8.1.0.tgz#314c62a0e6f51f75547f89aade059bec140edfc7"
1695+
integrity sha512-ULVC8qH8qCqbU792ZOO6DaiaZyHNS/5CZt3hKqHkEhVlhPEPN3nfBqqxJCyp59XrjIBZPu1chMYe9T2DXZ7TMw==
16961696

1697-
eslint-config-standard@^14.0.1:
1698-
version "14.0.1"
1699-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.0.1.tgz#375c3636fb4bd453cb95321d873de12e4eef790b"
1700-
integrity sha512-1RWsAKTDTZgA8bIM6PSC9aTGDAUlKqNkYNJlTZ5xYD/HYkIM6GlcefFvgcJ8xi0SWG5203rttKYX28zW+rKNOg==
1697+
eslint-config-standard@^14.1.0:
1698+
version "14.1.0"
1699+
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.0.tgz#b23da2b76fe5a2eba668374f246454e7058f15d4"
1700+
integrity sha512-EF6XkrrGVbvv8hL/kYa/m6vnvmUT+K82pJJc4JJVMM6+Qgqh0pnwprSxdduDLB9p/7bIxD+YV5O0wfb8lmcPbA==
17011701

17021702
eslint-import-resolver-node@^0.3.2:
17031703
version "0.3.2"
@@ -1784,14 +1784,6 @@ eslint-plugin-standard@^4.0.1:
17841784
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz#ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4"
17851785
integrity sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==
17861786

1787-
1788-
version "3.7.1"
1789-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
1790-
integrity sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=
1791-
dependencies:
1792-
esrecurse "^4.1.0"
1793-
estraverse "^4.1.1"
1794-
17951787
eslint-scope@^4.0.0:
17961788
version "4.0.3"
17971789
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -4718,6 +4710,13 @@ resolve@^1.11.0:
47184710
dependencies:
47194711
path-parse "^1.0.6"
47204712

4713+
resolve@^1.12.0:
4714+
version "1.12.0"
4715+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
4716+
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
4717+
dependencies:
4718+
path-parse "^1.0.6"
4719+
47214720
resolve@^1.3.2:
47224721
version "1.10.0"
47234722
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"

0 commit comments

Comments
 (0)