Skip to content

Commit

Permalink
Fix CVE–2022–37601
Browse files Browse the repository at this point in the history
  • Loading branch information
debricked-staging[bot] committed Nov 10, 2022
1 parent 4b491af commit add86f0
Show file tree
Hide file tree
Showing 2 changed files with 2,125 additions and 1,139 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"babel-loader": "8.2.4",
"eslint": "^5.11.1",
"generate-release": "^1.1.1",
"jasmine": "^3.3.1",
Expand All @@ -50,14 +50,14 @@
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^3.0.5",
"karma-webpack": "5.0.0",
"replace-in-file": "^3.4.2",
"rollup": "^0.66.0",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-replace": "^2.1.0",
"uglify-js": "^3.4.9",
"vue": "^2.5.21",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2"
"webpack": "5.0.0",
"webpack-cli": "4.0.0"
}
}

0 comments on commit add86f0

Please sign in to comment.