chore(packages): run npm update && npm audit

This commit is contained in:
Oscar 2020-05-29 10:32:06 +02:00
parent 11bbee568a
commit cd5619a5ce
2 changed files with 1380 additions and 1354 deletions

2706
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -54,28 +54,28 @@
]
},
"dependencies": {
"@11ty/eleventy": "^0.10.0",
"markdown-it-anchor": "^5.2.5",
"markdown-it-prism": "^2.0.3"
"@11ty/eleventy": "^0.11.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-prism": "^2.0.5"
},
"devDependencies": {
"ava": "^3.5.0",
"ava": "^3.8.2",
"concurrently": "^5.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"esm": "^3.2.25",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"markdownlint-cli": "^0.23.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.7",
"markdownlint-cli": "^0.23.1",
"parcel-bundler": "^1.12.4",
"prettier": "^1.19.1",
"sass": "^1.23.7",
"slugify": "^1.3.6",
"stylelint": "^13.2.0",
"sass": "^1.26.7",
"slugify": "^1.4.0",
"stylelint": "^13.5.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.14.2"
"stylelint-scss": "^3.17.2"
},
"engines": {
"node": "12"