Skip to content

Commit ce6cfa6

Browse files
committed
AC-7499:npm audit critical vulnerabilities
1 parent 20db74a commit ce6cfa6

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

package.json.sample

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,46 @@
4040
},
4141
"overrides": {
4242
"styledocco": {
43-
"uglify-js": "3.4.9"
43+
"uglify-js": "~3.4.9",
44+
"marked": "~5.1.0",
45+
"clean-css": "~5.3.2"
4446
},
4547
"mkdirp" : {
46-
"minimist":"1.2.6"
48+
"minimist":"~1.2.6"
4749
},
4850
"optimist" : {
49-
"minimist":"1.2.6"
51+
"minimist":"~1.2.6"
52+
},
53+
"meow": {
54+
"trim-newlines":"~3.0.1"
55+
},
56+
"node-minify": {
57+
"terser": "~5.18.0"
58+
},
59+
"grunt-contrib-imagemin": {
60+
"css-select":"~5.1.0",
61+
"nth-check": "~2.1.1"
62+
},
63+
"bin-version-check": {
64+
"semver-regex": "~3.1.4"
65+
},
66+
"cacheable-request": {
67+
"http-cache-semantics": "~4.1.1"
68+
},
69+
"babel-core": {
70+
"json5": "~2.2.3"
71+
},
72+
"svgo": {
73+
"js-yaml": "~4.1.0"
74+
},
75+
"css-select": {
76+
"nth-check": "~2.1.1"
77+
},
78+
"latest-version": {
79+
"package-json": "~7.0.0"
80+
},
81+
"fast-glob": {
82+
"glob-parent": "~6.0.2"
5083
}
5184
}
5285
}

0 commit comments

Comments
 (0)