Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2023
1 parent 9513a4c commit 583a937
Show file tree
Hide file tree
Showing 2 changed files with 1,636 additions and 1,082 deletions.
56 changes: 28 additions & 28 deletions package.json
Expand Up @@ -34,70 +34,70 @@
"prepare": "npx simple-git-hooks"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.337.0",
"@aws-sdk/client-dynamodb": "^3.388.0",
"@vendia/serverless-express": "^4.10.4",
"app-root-path": "^3.1.0",
"camelcase-keys": "^8.0.2",
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"compression": "^1.7.4",
"config": "^3.3.9",
"connect-dynamodb": "^3.0.0",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-cache-response-directive": "^1.1.0",
"express-openapi-validator": "^5.0.4",
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"luxon": "^3.4.0",
"make-error": "^1.3.6",
"mysql2": "^3.3.2",
"openid-client": "^5.4.2",
"sequelize": "^6.31.1",
"snakecase-keys": "^5.4.5"
"mysql2": "^3.6.0",
"openid-client": "^5.4.3",
"sequelize": "^6.32.1",
"snakecase-keys": "^5.4.6"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@mdi/font": "^7.2.96",
"@rushstack/eslint-patch": "^1.3.0",
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-c8": "^0.31.4",
"@vitest/coverage-c8": "^0.33.0",
"@vue/eslint-config-prettier": "^8.0.0",
"axios": "^1.4.0",
"axios-retry": "^3.5.0",
"axios-retry": "^3.6.0",
"cypress": "^12.13.0",
"eslint": "^8.41.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-vitest": "^0.2.5",
"eslint-plugin-vue": "^9.14.0",
"eslint-plugin-vuetify": "^2.0.1",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vuetify": "^2.0.5",
"license-checker": "^25.0.1",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.10.12",
"npm-check-updates": "^16.11.0",
"npm-run-all": "^4.1.5",
"pinia": "^2.1.3",
"pinia": "^2.1.6",
"prettier": "^3.0.1",
"qs": "^6.11.2",
"sass": "^1.62.1",
"sass": "^1.65.1",
"sequelize-auto": "^0.8.8",
"serverless": "^3.31.0",
"serverless": "^3.34.0",
"serverless-offline": "^12.0.4",
"simple-git-hooks": "^2.8.1",
"vite": "^4.3.8",
"simple-git-hooks": "^2.9.0",
"vite": "^4.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.8.2",
"vite-plugin-node-polyfills": "^0.11.1",
"vite-plugin-vuetify": "^1.0.2",
"vitest": "^0.31.1",
"vitest": "^0.34.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.1",
"vuetify": "^3.3.0",
"vue-router": "^4.2.4",
"vuetify": "^3.3.12",
"webfontloader": "^1.6.28"
},
"lint-staged": {
Expand Down

0 comments on commit 583a937

Please sign in to comment.