Skip to content

Commit 0a0d06a

Browse files
committedJun 14, 2021
Fix updates.
1 parent 78de2ac commit 0a0d06a

File tree

2 files changed

+3687
-8
lines changed

2 files changed

+3687
-8
lines changed
 

‎package-lock.json

+3,668
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+19-8
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,41 @@
77
"url": "git+https://github.com/Automattic/genericons-neue.git"
88
},
99
"devDependencies": {
10-
"grunt": "^0.4.5",
11-
"grunt-cli": "^0.1.13",
10+
"css-what": "^5.0.1",
11+
"grunt": "^1.4.1",
12+
"grunt-cli": "^1.4.3",
1213
"grunt-contrib-copy": "^0.6.0",
13-
"grunt-contrib-cssmin": "^0.14.0",
14+
"grunt-contrib-cssmin": "^4.0.0",
1415
"grunt-rename": "^0.1.4",
15-
"grunt-svgmin": "^2.0.1",
16-
"grunt-svgstore": "^0.3.6",
16+
"grunt-svgmin": "^6.0.1",
17+
"grunt-svgstore": "^2.0.0",
1718
"grunt-webfont": "^1.6.0",
1819
"multiline": "^0.3.4",
1920
"rename": "^1.0.3",
2021
"svgmin": "^0.1.0",
21-
"svgstore": "^1.0.0"
22+
"svgstore": "^3.0.0-2",
23+
"underscore": "^1.13.1"
2224
},
2325
"keywords": [
2426
"icon",
2527
"font",
2628
"blog"
2729
],
2830
"scripts": {
29-
"build": "grunt"
31+
"build": "grunt",
32+
"preinstall": "npx npm-force-resolutions"
3033
},
3134
"license": "GPL-2.0",
3235
"bugs": {
3336
"url": "https://github.com/Automattic/genericons-neue/issues"
3437
},
35-
"homepage": "https://github.com/Automattic/genericons-neue#readme"
38+
"homepage": "https://github.com/Automattic/genericons-neue#readme",
39+
"resolutions": {
40+
"css-what": "^5.0.1",
41+
"underscore": "^1.12.1",
42+
"underscore.string": "^3.3.5",
43+
"js-yaml": "^3.13.1",
44+
"lodash": "^4.17.12",
45+
"xmldom": "^0.5.0"
46+
}
3647
}

0 commit comments

Comments
 (0)
Please sign in to comment.