Skip to content

Commit

Permalink
Merge pull request #165 from dtom90/develop
Browse files Browse the repository at this point in the history
Vulnerability Fixes
  • Loading branch information
dtom90 committed Dec 28, 2020
2 parents c85fb03 + 0b2ec8c commit 33071cb
Show file tree
Hide file tree
Showing 2 changed files with 646 additions and 969 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtrack",
"version": "0.9.4",
"version": "0.9.5",
"private": true,
"description": "An app for productive developers",
"author": {
Expand All @@ -10,7 +10,7 @@
"scripts": {
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint --no-fix",
"audit:packages": "yarn audit --level moderate || test $? -ge 2",
"audit:packages": "yarn audit --level moderate || test $? -le 2",
"electron:build": "vue-cli-service electron:build --dir",
"electron:dev": "vue-cli-service electron:serve",
"electron:release": "vue-cli-service electron:build",
Expand Down Expand Up @@ -41,7 +41,7 @@
"color-manager": "https://github.com/dtom90/color-manager",
"core-js": "^3.6.5",
"dayjs": "^1.8.16",
"dompurify": "^2.0.7",
"dompurify": "^2.2.6",
"electron-log": "^4.2.4",
"electron-updater": "^4.3.5",
"humanize-duration": "^3.21.0",
Expand All @@ -65,7 +65,7 @@
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-unit-jest": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/cli-service": "^4.5.9",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.8.0",
Expand All @@ -85,7 +85,7 @@
"express": "^4.17.1",
"moment": "^2.24.0",
"testcafe": "^1.7.1",
"vue-cli-plugin-electron-builder": "^1.4.4",
"vue-cli-plugin-electron-builder": "^2.0.0-rc.5",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.6.0"
Expand All @@ -107,6 +107,8 @@
"dot-prop": ">=4.2.1",
"lodash": ">=4.17.19",
"minimist": ">=0.2.1 <1.0.0 || >=1.2.3",
"node-forge": ">=0.10.0",
"node-notifier": ">=8.0.1",
"yargs-parser": ">=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2",
"kind-of": ">=6.0.3",
"serialize-javascript": ">=3.1.0"
Expand Down

0 comments on commit 33071cb

Please sign in to comment.