Skip to content

Commit

Permalink
bump dev dependencies to fix security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Den Hartog authored and kdenhartog committed Jun 27, 2022
1 parent 7ff9c2f commit 341d320
Show file tree
Hide file tree
Showing 2 changed files with 3,303 additions and 2,836 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,45 +58,45 @@
]
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-object-rest-spread": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@types/jest": "27.0.2",
"@vuepress/plugin-google-analytics": "^1.4.0",
"@vuepress/plugin-register-components": "^1.5.2",
"babel-loader": "^8.0.5",
"codemirror": "5.63.3",
"eslint": "8.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-vue": "8.0.3",
"faker": "5.5.3",
"husky": "^7.0.0",
"jest": "^27.3.1",
"prettier": "2.4.1",
"replace-in-file": "^6.1.0",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-object-rest-spread": "7.18.0",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/jest": "28.1.3",
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-register-components": "^1.9.7",
"babel-loader": "^8.2.5",
"codemirror": "6.0.0",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-vue": "9.1.1",
"faker": "6.6.6",
"husky": "^8.0.1",
"jest": "^28.1.1",
"prettier": "2.7.1",
"replace-in-file": "^6.3.5",
"rimraf": "3.0.2",
"rollup": "^2.61.1",
"rollup": "^2.75.7",
"rollup-plugin-copy": "3.4.0",
"standard-version": "^9.3.2",
"terser-webpack-plugin": "5.2.5",
"typescript": "^4.4.4",
"vue-codemirror": "^4.0.6",
"vue-eslint-parser": "^8.0.1",
"vuepress": "^1.4.0",
"standard-version": "^9.5.0",
"terser-webpack-plugin": "5.3.3",
"typescript": "^4.7.4",
"vue-codemirror": "^6.0.0",
"vue-eslint-parser": "^9.0.3",
"vuepress": "^1.9.7",
"vuepress-plugin-element-tabs": "^0.2.8",
"vuepress-plugin-google-adsense": "^0.2.1",
"vuepress-plugin-smooth-scroll": "^0.0.10",
"vuepress-plugin-social-share": "^1.1.0",
"webpack": "4.46.0",
"webpack-cli": "^4.9.1"
"vuepress-plugin-social-share": "^1.2.1",
"webpack": "5.73.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=10"
Expand Down
Loading

0 comments on commit 341d320

Please sign in to comment.