Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mytlogos committed Sep 9, 2022
1 parent 56eb197 commit 2bb8866
Show file tree
Hide file tree
Showing 6 changed files with 941 additions and 1,042 deletions.
1,951 changes: 925 additions & 1,026 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vue/eslint-config-standard-with-typescript": "^8.0.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"node-cache": "^5.1.2",
"promise-mysql": "^5.2.0",
"tslib": "^2.4.0",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"validate.js": "^0.13.1",
"winston": "^3.8.1",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"winston-loki": "^6.0.6"
},
Expand All @@ -31,10 +31,10 @@
"@types/debug": "^4.1.7",
"@types/dotenv": "^8.2.0",
"@types/mysql": "^2.15.21",
"@types/node": "^18.7.15",
"@types/node": "^18.7.16",
"@types/node-cache": "^4.2.5",
"@types/triple-beam": "^1.3.2",
"@types/uuid": "^8.3.4",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
6 changes: 3 additions & 3 deletions packages/scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"htmlparser2": "^8.0.1",
"jsdom": "^20.0.0",
"jsonpath": "^1.1.1",
"puppeteer": "^17.1.0",
"puppeteer": "^17.1.3",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"tough-cookie": "^4.1.2",
Expand All @@ -34,9 +34,9 @@
"@types/htmlparser2": "^3.10.3",
"@types/jsdom": "20.0.0",
"@types/jsonpath": "0.2.0",
"@types/node": "^18.7.15",
"@types/node": "^18.7.16",
"@types/ws": "^8.5.3",
"@types/x-ray": "^2.3.3",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"@types/js-yaml": "^4.0.5",
"@types/localtunnel": "^2.0.1",
"@types/morgan": "^1.9.3",
"@types/node": "^18.7.15",
"@types/node": "^18.7.16",
"@types/on-finished": "^2.3.1",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui": "^3.52.0",
"@types/swagger-ui-express": "^4.1.3",
"@types/yargs": "^17.0.12",
"js-yaml": "^4.1.0",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
10 changes: 5 additions & 5 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.0",
"bootstrap": "^5.2.1",
"chart.js": "^3.9.1",
"d3-scale-chromatic": "^3.0.0",
"jsonschema": "^1.4.1",
"mitt": "^3.0.0",
"pinia": "^2.0.21",
"pinia-plugin-persistedstate": "^2.1.1",
"pinia": "^2.0.22",
"pinia-plugin-persistedstate": "^2.2.0",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"primevue": "^3.16.2",
"primevue": "^3.17.0",
"prismjs": "^1.29.0",
"qs": "^6.11.0",
"register-service-worker": "^1.7.2",
Expand Down Expand Up @@ -56,7 +56,7 @@
"babel-loader": "^8.2.5",
"babel-plugin-prismjs": "^2.1.0",
"pinia-logger": "^1.3.2",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0",
"webpack": "^5.74.0"
},
Expand Down

0 comments on commit 2bb8866

Please sign in to comment.