Skip to content

Commit

Permalink
AC-7499:npm audit critical vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
glo17680 committed Jun 20, 2023
1 parent 20db74a commit ce6cfa6
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions package.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,46 @@
},
"overrides": {
"styledocco": {
"uglify-js": "3.4.9"
"uglify-js": "~3.4.9",
"marked": "~5.1.0",
"clean-css": "~5.3.2"
},
"mkdirp" : {
"minimist":"1.2.6"
"minimist":"~1.2.6"
},
"optimist" : {
"minimist":"1.2.6"
"minimist":"~1.2.6"
},
"meow": {
"trim-newlines":"~3.0.1"
},
"node-minify": {
"terser": "~5.18.0"
},
"grunt-contrib-imagemin": {
"css-select":"~5.1.0",
"nth-check": "~2.1.1"
},
"bin-version-check": {
"semver-regex": "~3.1.4"
},
"cacheable-request": {
"http-cache-semantics": "~4.1.1"
},
"babel-core": {
"json5": "~2.2.3"
},
"svgo": {
"js-yaml": "~4.1.0"
},
"css-select": {
"nth-check": "~2.1.1"
},
"latest-version": {
"package-json": "~7.0.0"
},
"fast-glob": {
"glob-parent": "~6.0.2"
}
}
}

0 comments on commit ce6cfa6

Please sign in to comment.