Update dependencies according to security report (#525)
* Update dependencies according to security report * Add resolution for axios
This commit is contained in:
parent
8878c480c5
commit
6a95e45d49
File diff suppressed because it is too large
Load Diff
|
|
@ -34,8 +34,8 @@
|
|||
},
|
||||
"homepage": "https://github.com/h5bp/Front-end-Developer-Interview-Questions#readme",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^0.5.2",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.5",
|
||||
"@11ty/eleventy": "^0.8.3",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
|
||||
"all-contributors-cli": "^4.10.1",
|
||||
"clean-css": "^4.1.11",
|
||||
"html-minifier": "^3.5.19",
|
||||
|
|
@ -43,5 +43,8 @@
|
|||
"markdown-it": "^8.4.2",
|
||||
"markdown-it-anchor": "^5.0.2",
|
||||
"uglify-es": "^3.3.9"
|
||||
},
|
||||
"resolutions": {
|
||||
"axios": "0.18.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue