mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-22 14:15:10 -05:00
Fix security dependency
This commit is contained in:
parent
343e27839f
commit
6df4d53379
6928
package-lock.json
generated
6928
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -18,25 +18,25 @@
|
||||
"homepage": "https://github.com/veggiemonk/awesome-docker#readme",
|
||||
"dependencies": {
|
||||
"cheerio": "1.0.0-rc.2",
|
||||
"critical": "1.3.3",
|
||||
"dayjs": "1.6.6",
|
||||
"critical": "1.3.4",
|
||||
"dayjs": "1.7.7",
|
||||
"draftlog": "1.0.12",
|
||||
"fs-extra": "7.0.0",
|
||||
"list.js": "1.5.0",
|
||||
"node-fetch": "2.1.2",
|
||||
"parcel-bundler": "1.8.1",
|
||||
"node-fetch": "2.2.0",
|
||||
"parcel-bundler": "1.10.3",
|
||||
"rimraf": "2.6.2",
|
||||
"showdown": "1.8.6",
|
||||
"sitemap": "1.13.0"
|
||||
"showdown": "1.8.7",
|
||||
"sitemap": "2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "8.2.6",
|
||||
"eslint": "4.19.1",
|
||||
"eslint-config-airbnb-base": "12.1.0",
|
||||
"eslint-config-prettier": "2.9.0",
|
||||
"eslint-plugin-import": "2.13.0",
|
||||
"eslint-plugin-jsx-a11y": "6.1.1",
|
||||
"eslint-plugin-prettier": "2.6.2",
|
||||
"prettier": "1.13.7"
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "5.8.0",
|
||||
"eslint-config-airbnb-base": "13.1.0",
|
||||
"eslint-config-prettier": "3.1.0",
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-jsx-a11y": "6.1.2",
|
||||
"eslint-plugin-prettier": "3.0.0",
|
||||
"prettier": "1.14.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user