Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
build: upgrade kind-of to fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 1, 2020
1 parent 2db65a7 commit a7fc6f4
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 989 deletions.
30 changes: 14 additions & 16 deletions package.json
Expand Up @@ -19,8 +19,8 @@
"commit": "git-cz",
"cz": "git-cz",
"up": "yarn upgrade-interactive --latest",
"docs:serve": "concurrently \"serve docs\" \"open-cli http://localhost:5000\"",
"prepublishOnly": "yarn build",
"style": "prettier --write src/**/*.{js,ts}",
"prepublihOnly": "yarn build",
"version": "standard-version",
"scripts:runner": "ts-node -P tsconfig.eslint.json",
"scripts:validateNoOnly": "yarn scripts:runner scripts/validateNoOnly"
Expand All @@ -30,12 +30,12 @@
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@favware/eslint-config": "3.3.0",
"@favware/ts-config": "^1.1.2",
"@favware/eslint-config": "3.3.1",
"@favware/ts-config": "^1.1.3",
"@types/common-tags": "^1.8.0",
"@types/glob": "^7.1.1",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/node": "^13.9.8",
"@types/rollup-plugin-progress": "^1.1.0",
"chalk": "^3.0.0",
"common-tags": "^1.8.0",
Expand All @@ -44,12 +44,10 @@
"eslint": "^6.8.0",
"glob": "^7.1.6",
"husky": "^4.2.3",
"jest": "^25.1.0",
"lint-staged": "^10.0.8",
"open-cli": "^5.0.0",
"jest": "^25.2.4",
"lint-staged": "^10.1.1",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.1",
"rollup": "^2.0.6",
"rollup": "^2.3.2",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.3.0",
Expand All @@ -58,10 +56,9 @@
"rollup-plugin-progress": "^1.1.1",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.0",
"serve": "^11.3.0",
"standard-version": "7.1.0",
"ts-jest": "^25.2.1",
"ts-node": "^8.6.2",
"ts-jest": "^25.3.0",
"ts-node": "^8.8.1",
"typedoc": "^0.17.3",
"typedoc-plugin-nojekyll": "^1.0.1",
"typescript": "^3.8.3"
Expand Down Expand Up @@ -99,7 +96,8 @@
},
"lint-staged": {
"*.ts": [
"yarn lint"
"eslint --fix --ext js,ts",
"prettier --write"
]
},
"config": {
Expand All @@ -108,8 +106,8 @@
}
},
"resolutions": {
"serialize-javascript": "^3.0.0",
"acorn": "^7.1.1",
"minimist": "^1.2.2"
"minimist": "^1.2.2",
"kind-of": "^6.0.3"
}
}

0 comments on commit a7fc6f4

Please sign in to comment.