Skip to content

Commit 76368b6

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-TAR-1536758
1 parent 42f84bb commit 76368b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"autoprefixer": "^8.4.1",
77
"axios": "^0.18.0",
88
"axios-case-converter": "^0.3.0",
9-
"babel-eslint": "^10.0.3",
9+
"babel-eslint": "^10.1.0",
1010
"babel-loader": "^8.0.6",
1111
"babel-preset-env": "^1.7.0",
1212
"can-autoplay": "^3.0.0",
@@ -23,11 +23,11 @@
2323
"lsbridge": "^0.2.0",
2424
"mini-css-extract-plugin": "^0.4.0",
2525
"motion-ui": "^1.2.3",
26-
"node-sass": "^4.9.0",
26+
"node-sass": "^9.0.0",
2727
"nosleep.js": "^0.7.0",
2828
"nunjucks": "2.5.2",
2929
"postcss": "^7.0.17",
30-
"postcss-cli": "^5.0.0",
30+
"postcss-cli": "^7.0.0",
3131
"postcss-loader": "^2.1.5",
3232
"pretty-bytes": "^5.5.0",
3333
"sass-loader": "^7.0.1",
@@ -48,7 +48,7 @@
4848
"vuex": "^3.1.1",
4949
"vuex-persistedstate": "^2.5.4",
5050
"vuex-shared-mutations": "^1.0.2",
51-
"webfonts-loader": "^5.1.1",
51+
"webfonts-loader": "^7.2.0",
5252
"webpack": "^4.8.1",
5353
"webpack-cli": "^3.3.10"
5454
},

0 commit comments

Comments
 (0)