Skip to content

Commit 92816e1

Browse files
dhruvduttematipico
authored andcommitted
fix(vulnerabilities): vulnerabilities patch for v3 (#460)
* chore(dependencies): fix vulnerabilities * misc(scripts): update clean:all script * chore(dependencies): fix vulnerabilities
1 parent 8e48e37 commit 92816e1

File tree

14 files changed

+6224
-6770
lines changed

14 files changed

+6224
-6770
lines changed

package-lock.json

Lines changed: 698 additions & 1142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
4242
"semantic-release": "semantic-release",
4343
"travis-deploy-once": "travis-deploy-once",
44-
"clean:all": "rimraf node_modules packages/*/node_modules packages/*/package-lock.json",
44+
"clean:all": "rimraf node_modules package-lock.json packages/*/node_modules packages/*/package-lock.json",
4545
"bootstrap": "npm run clean:all && npm install && lerna bootstrap"
4646
},
4747
"lint-staged": {
@@ -101,41 +101,41 @@
101101
"global-modules-path": "^2.1.0",
102102
"import-local": "^1.0.0",
103103
"inquirer": "^5.2.0",
104-
"interpret": "^1.0.4",
104+
"interpret": "^1.1.0",
105105
"loader-utils": "^1.1.0",
106-
"supports-color": "^5.3.0",
106+
"supports-color": "^5.4.0",
107107
"v8-compile-cache": "^2.0.0",
108108
"yargs": "^11.1.0"
109109
},
110110
"peerDependencies": {
111111
"webpack": "^4.x.x"
112112
},
113113
"devDependencies": {
114-
"@commitlint/cli": "^6.1.3",
114+
"@commitlint/cli": "^6.2.0",
115115
"@commitlint/config-lerna-scopes": "^6.1.3",
116116
"@commitlint/prompt-cli": "^6.1.3",
117-
"@commitlint/travis-cli": "^6.1.3",
117+
"@commitlint/travis-cli": "^6.2.0",
118118
"bundlesize": "^0.17.0",
119-
"codecov": "^3.0.0",
119+
"codecov": "^3.0.2",
120120
"commitizen": "^2.9.6",
121-
"conventional-changelog-cli": "^1.3.17",
121+
"conventional-changelog-cli": "^1.3.22",
122122
"conventional-changelog-lint-config-cz": "^0.3.0",
123123
"cz-customizable": "^5.2.0",
124124
"eslint": "^4.19.1",
125125
"eslint-plugin-node": "^6.0.1",
126126
"husky": "^0.14.3",
127-
"jest": "^22.4.3",
128-
"jest-cli": "^22.4.3",
127+
"jest": "^22.4.4",
128+
"jest-cli": "^22.4.4",
129129
"jsdoc": "^3.5.5",
130130
"lerna": "^2.11.0",
131-
"lint-staged": "^7.0.0",
132-
"nyc": "^11.6.0",
131+
"lint-staged": "^7.1.2",
132+
"nyc": "^11.8.0",
133133
"prettier-eslint-cli": "^4.7.1",
134134
"rimraf": "^2.6.2",
135135
"schema-utils": "^0.4.5",
136-
"semantic-release": "^15.1.8",
136+
"semantic-release": "^15.5.0",
137137
"travis-deploy-once": "^5.0.0",
138-
"webpack": "^4.2.0",
138+
"webpack": "^4.8.3",
139139
"webpack-dev-server": "^3.1.4"
140140
},
141141
"files": [

0 commit comments

Comments
 (0)