Skip to content

Commit aeccaeb

Browse files
StringEpsilontimdorr
authored andcommittedMay 11, 2019
Updated some devDependencies to fix audit warnings (#6741)
* Updated some devDependencies to fix audit warnings * Revert rollup-plugin-size-snapshot update.
1 parent 48a97bf commit aeccaeb

14 files changed

+22345
-20544
lines changed
 

‎package-lock.json

+472-450
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"husky": "^1.3.1",
13-
"lerna": "^3.13.0",
13+
"lerna": "^3.13.4",
1414
"prettier": "^1.14.3",
1515
"pretty-quick": "^1.4.1"
1616
},

‎packages/react-router-config/package-lock.json

+1,793-5,220
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/react-router-config/package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,27 @@
3535
"@babel/plugin-transform-runtime": "^7.1.0",
3636
"@babel/preset-env": "^7.1.0",
3737
"@babel/preset-react": "^7.0.0",
38-
"babel-core": "^7.0.0-bridge.0",
3938
"babel-eslint": "^10.0.1",
40-
"babel-jest": "^24.5.0",
39+
"babel-jest": "^24.8.0",
4140
"babel-plugin-dev-expression": "^0.2.1",
42-
"eslint": "^5.7.0",
43-
"eslint-plugin-import": "^2.12.0",
41+
"eslint": "^5.16.0",
42+
"eslint-plugin-import": "^2.17.0",
4443
"eslint-plugin-react": "^7.9.1",
4544
"history": "^4.7.2",
46-
"jest": "^24.5.0",
47-
"jest-circus": "^24.5.0",
45+
"jest": "^24.8.0",
46+
"jest-circus": "^24.8.0",
4847
"prop-types": "^15.6.2",
49-
"raf": "^3.4.0",
48+
"raf": "^3.4.1",
5049
"react": "^16.5.2",
5150
"react-dom": "^16.5.2",
5251
"react-router": "5.0.0",
5352
"rollup": "^0.66.6",
54-
"rollup-plugin-babel": "^4.0.3",
55-
"rollup-plugin-commonjs": "^9.1.3",
56-
"rollup-plugin-node-resolve": "^3.3.0",
57-
"rollup-plugin-replace": "^2.0.0",
58-
"rollup-plugin-size-snapshot": "^0.7.0",
59-
"rollup-plugin-uglify": "^6.0.0"
53+
"rollup-plugin-babel": "^4.3.2",
54+
"rollup-plugin-commonjs": "^9.3.4",
55+
"rollup-plugin-node-resolve": "^3.4.0",
56+
"rollup-plugin-replace": "^2.2.0",
57+
"rollup-plugin-size-snapshot": "0.7.0",
58+
"rollup-plugin-uglify": "^6.0.2"
6059
},
6160
"browserify": {
6261
"transform": [
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"esm/react-router-dom.js": {
3-
"bundled": 8167,
3+
"bundled": 8159,
44
"minified": 4903,
55
"gzipped": 1641,
66
"treeshaked": {
@@ -14,13 +14,13 @@
1414
}
1515
},
1616
"umd/react-router-dom.js": {
17-
"bundled": 159166,
18-
"minified": 56640,
19-
"gzipped": 16373
17+
"bundled": 159187,
18+
"minified": 56687,
19+
"gzipped": 16378
2020
},
2121
"umd/react-router-dom.min.js": {
22-
"bundled": 96021,
23-
"minified": 33660,
24-
"gzipped": 9934
22+
"bundled": 96042,
23+
"minified": 33707,
24+
"gzipped": 9946
2525
}
2626
}

‎packages/react-router-dom/package-lock.json

+1,740-5,155
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/react-router-dom/package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,24 @@
5757
"@babel/plugin-transform-runtime": "^7.1.0",
5858
"@babel/preset-env": "^7.1.0",
5959
"@babel/preset-react": "^7.0.0",
60-
"babel-core": "^7.0.0-bridge.0",
6160
"babel-eslint": "^10.0.1",
62-
"babel-jest": "^24.5.0",
61+
"babel-jest": "^24.8.0",
6362
"babel-plugin-dev-expression": "^0.2.1",
64-
"eslint": "^5.7.0",
65-
"eslint-plugin-import": "^2.12.0",
63+
"eslint": "^5.16.0",
64+
"eslint-plugin-import": "^2.17.0",
6665
"eslint-plugin-react": "^7.9.1",
67-
"jest": "^24.5.0",
68-
"jest-circus": "^24.5.0",
69-
"raf": "^3.4.0",
66+
"jest": "^24.8.0",
67+
"jest-circus": "^24.8.0",
68+
"raf": "^3.4.1",
7069
"react": "^16.5.2",
7170
"react-dom": "^16.5.2",
7271
"rollup": "^0.66.6",
73-
"rollup-plugin-babel": "^4.0.3",
74-
"rollup-plugin-commonjs": "^9.1.3",
75-
"rollup-plugin-node-resolve": "^3.3.0",
76-
"rollup-plugin-replace": "^2.0.0",
77-
"rollup-plugin-size-snapshot": "^0.7.0",
78-
"rollup-plugin-uglify": "^6.0.0"
72+
"rollup-plugin-babel": "^4.3.2",
73+
"rollup-plugin-commonjs": "^9.3.4",
74+
"rollup-plugin-node-resolve": "^3.4.0",
75+
"rollup-plugin-replace": "^2.2.0",
76+
"rollup-plugin-size-snapshot": "0.7.0",
77+
"rollup-plugin-uglify": "^6.0.2"
7978
},
8079
"browserify": {
8180
"transform": [

‎packages/react-router-native/package-lock.json

+863-1,523
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/react-router-native/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"react-router": "5.0.0"
3333
},
3434
"devDependencies": {
35-
"babel-jest": "^24.5.0",
36-
"jest": "^24.5.0",
37-
"jest-circus": "^24.5.0",
35+
"babel-jest": "^24.8.0",
36+
"jest": "^24.8.0",
37+
"jest-circus": "^24.8.0",
3838
"metro-react-native-babel-preset": "^0.53.1",
3939
"react": "^16.8.3",
40-
"react-native": "^0.59.2",
40+
"react-native": "^0.59.8",
4141
"react-test-renderer": "^16.8.3"
4242
}
4343
}
+9-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"esm/react-router.js": {
3-
"bundled": 23486,
3+
"bundled": 23463,
44
"minified": 13259,
55
"gzipped": 3684,
66
"treeshaked": {
77
"rollup": {
8-
"code": 2232,
8+
"code": 2356,
99
"import_statements": 470
1010
},
1111
"webpack": {
12-
"code": 3595
12+
"code": 3721
1313
}
1414
}
1515
},
1616
"umd/react-router.js": {
17-
"bundled": 99085,
18-
"minified": 35031,
19-
"gzipped": 11229
17+
"bundled": 99114,
18+
"minified": 35078,
19+
"gzipped": 11239
2020
},
2121
"umd/react-router.min.js": {
22-
"bundled": 61688,
23-
"minified": 21432,
24-
"gzipped": 7606
22+
"bundled": 61717,
23+
"minified": 21479,
24+
"gzipped": 7614
2525
}
2626
}

‎packages/react-router/package-lock.json

+17,107-7,053
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/react-router/package.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,24 @@
5656
"@babel/plugin-transform-runtime": "^7.1.0",
5757
"@babel/preset-env": "^7.1.0",
5858
"@babel/preset-react": "^7.0.0",
59-
"babel-core": "^7.0.0-bridge.0",
6059
"babel-eslint": "^10.0.1",
61-
"babel-jest": "^24.5.0",
60+
"babel-jest": "^24.8.0",
6261
"babel-plugin-dev-expression": "^0.2.1",
63-
"eslint": "^5.7.0",
64-
"eslint-plugin-import": "^2.12.0",
62+
"eslint": "^5.16.0",
63+
"eslint-plugin-import": "^2.17.0",
6564
"eslint-plugin-react": "^7.9.1",
66-
"jest": "^24.5.0",
67-
"jest-circus": "^24.5.0",
68-
"raf": "^3.4.0",
65+
"jest": "^24.8.0",
66+
"jest-circus": "^24.8.0",
67+
"raf": "^3.4.1",
6968
"react": "^16.5.2",
7069
"react-dom": "^16.5.2",
7170
"rollup": "^0.66.6",
72-
"rollup-plugin-babel": "^4.0.3",
73-
"rollup-plugin-commonjs": "^9.2.0",
71+
"rollup-plugin-babel": "^4.3.2",
72+
"rollup-plugin-commonjs": "^9.3.4",
7473
"rollup-plugin-node-resolve": "^3.4.0",
75-
"rollup-plugin-replace": "^2.1.0",
76-
"rollup-plugin-size-snapshot": "^0.7.0",
77-
"rollup-plugin-uglify": "^6.0.0"
74+
"rollup-plugin-replace": "^2.2.0",
75+
"rollup-plugin-size-snapshot": "0.7.0",
76+
"rollup-plugin-uglify": "^6.0.2"
7877
},
7978
"browserify": {
8079
"transform": [

‎website/package-lock.json

+313-1,083
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"cheerio": "^0.22.0",
3939
"copy-webpack-plugin": "^4.0.1",
4040
"cross-env": "^5.2.0",
41-
"css-loader": "^0.28.7",
41+
"css-loader": "^2.1.1",
4242
"eslint": "^4.19.1",
4343
"eslint-plugin-import": "^2.12.0",
4444
"eslint-plugin-react": "^7.9.1",

0 commit comments

Comments
 (0)
Please sign in to comment.