Update dependencies according to security report (#525)

* Update dependencies according to security report

* Add resolution for axios
This commit is contained in:
Vasiliy Vanchuk 2019-06-06 12:30:06 +04:00 committed by GitHub
parent 8878c480c5
commit 6a95e45d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1324 additions and 1055 deletions

2372
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}