Commit 0f65109372ab0ec3a5d8716b21724b341d76ba79
1 parent
a730a849
update
Showing
1 changed file
with
10 additions
and
4 deletions
Show diff stats
package-lock.json
1 | 1 | { |
2 | 2 | "name": "iview", |
3 | - "version": "2.4.0", | |
3 | + "version": "2.5.1", | |
4 | 4 | "lockfileVersion": 1, |
5 | 5 | "requires": true, |
6 | 6 | "dependencies": { |
... | ... | @@ -1915,6 +1915,7 @@ |
1915 | 1915 | "version": "1.0.1", |
1916 | 1916 | "resolved": "https://registry.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-1.0.1.tgz", |
1917 | 1917 | "integrity": "sha512-ABF2AFb31gpIBeEy/w6Ct0u+K+jY8jFRfGwjUWGxVTidA9pf7iH/JzjcVBQ+KB1gNMycujMxA56/PznMPUV5jw==", |
1918 | + "dev": true, | |
1918 | 1919 | "requires": { |
1919 | 1920 | "async": "2.4.1", |
1920 | 1921 | "webpack-sources": "1.0.1" |
... | ... | @@ -1924,6 +1925,7 @@ |
1924 | 1925 | "version": "2.4.1", |
1925 | 1926 | "resolved": "https://registry.npmjs.org/async/-/async-2.4.1.tgz", |
1926 | 1927 | "integrity": "sha1-YqVrJ5yYoR0JhwlqAcw+6463u9c=", |
1928 | + "dev": true, | |
1927 | 1929 | "requires": { |
1928 | 1930 | "lodash": "4.17.4" |
1929 | 1931 | } |
... | ... | @@ -12344,7 +12346,8 @@ |
12344 | 12346 | "lodash": { |
12345 | 12347 | "version": "4.17.4", |
12346 | 12348 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", |
12347 | - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" | |
12349 | + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", | |
12350 | + "dev": true | |
12348 | 12351 | }, |
12349 | 12352 | "lodash._baseassign": { |
12350 | 12353 | "version": "3.2.0", |
... | ... | @@ -14590,12 +14593,14 @@ |
14590 | 14593 | "source-list-map": { |
14591 | 14594 | "version": "2.0.0", |
14592 | 14595 | "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz", |
14593 | - "integrity": "sha512-I2UmuJSRr/T8jisiROLU3A3ltr+swpniSmNPI4Ml3ZCX6tVnDsuZzK7F2hl5jTqbZBWCEKlj5HRQiPExXLgE8A==" | |
14596 | + "integrity": "sha512-I2UmuJSRr/T8jisiROLU3A3ltr+swpniSmNPI4Ml3ZCX6tVnDsuZzK7F2hl5jTqbZBWCEKlj5HRQiPExXLgE8A==", | |
14597 | + "dev": true | |
14594 | 14598 | }, |
14595 | 14599 | "source-map": { |
14596 | 14600 | "version": "0.5.6", |
14597 | 14601 | "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", |
14598 | - "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=" | |
14602 | + "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", | |
14603 | + "dev": true | |
14599 | 14604 | }, |
14600 | 14605 | "source-map-support": { |
14601 | 14606 | "version": "0.4.18", |
... | ... | @@ -16437,6 +16442,7 @@ |
16437 | 16442 | "version": "1.0.1", |
16438 | 16443 | "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.0.1.tgz", |
16439 | 16444 | "integrity": "sha512-05tMxipUCwHqYaVS8xc7sYPTly8PzXayRCB4dTxLhWTqlKUiwH6ezmEe0OSreL1c30LAuA3Zqmc+uEBUGFJDjw==", |
16445 | + "dev": true, | |
16440 | 16446 | "requires": { |
16441 | 16447 | "source-list-map": "2.0.0", |
16442 | 16448 | "source-map": "0.5.6" | ... | ... |