📦 run npm update && npm audit (#172)

Co-authored-by: Tatiana Mac <github@tatianamac.com>
This commit is contained in:
Oscar 2020-06-01 01:41:21 +02:00 committed by GitHub
parent c51bea38cc
commit 4c77b2a995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": { "dependencies": {
"@11ty/eleventy": "^0.10.0", "@11ty/eleventy": "^0.11.0",
"markdown-it-anchor": "^5.2.5", "markdown-it-anchor": "^5.3.0",
"markdown-it-prism": "^2.0.3" "markdown-it-prism": "^2.0.5"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.5.0", "ava": "^3.8.2",
"concurrently": "^5.2.0", "concurrently": "^5.2.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0", "eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.2", "eslint-plugin-prettier": "^3.1.3",
"esm": "^3.2.25", "esm": "^3.2.25",
"husky": "^4.2.3", "husky": "^4.2.5",
"lint-staged": "^10.0.7", "lint-staged": "^10.2.7",
"markdownlint-cli": "^0.23.0", "markdownlint-cli": "^0.23.1",
"parcel-bundler": "^1.12.4", "parcel-bundler": "^1.12.4",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"sass": "^1.23.7", "sass": "^1.26.7",
"slugify": "^1.3.6", "slugify": "^1.4.0",
"stylelint": "^13.2.0", "stylelint": "^13.5.0",
"stylelint-config-recommended-scss": "^4.2.0", "stylelint-config-recommended-scss": "^4.2.0",
"stylelint-order": "^4.0.0", "stylelint-order": "^4.0.0",
"stylelint-scss": "^3.14.2" "stylelint-scss": "^3.17.2"
}, },
"engines": { "engines": {
"node": "12" "node": "12"