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 Jan 6, 2024
1 parent 3a3618a commit 4308624
Show file tree
Hide file tree
Showing 2 changed files with 2,514 additions and 1,602 deletions.
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,70 +34,70 @@
"prepare": "npx simple-git-hooks"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.337.0",
"@vendia/serverless-express": "^4.10.4",
"@aws-sdk/client-dynamodb": "^3.485.0",
"@vendia/serverless-express": "^4.12.6",
"app-root-path": "^3.1.0",
"camelcase-keys": "^9.0.0",
"chalk": "^5.2.0",
"camelcase-keys": "^9.1.2",
"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",
"connect-dynamodb": "^3.0.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-cache-response-directive": "^1.1.0",
"express-openapi-validator": "^5.0.4",
"express-openapi-validator": "^5.1.2",
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"helmet": "^7.1.0",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"luxon": "^3.4.4",
"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.5",
"openid-client": "^5.6.4",
"sequelize": "^6.35.2",
"snakecase-keys": "^5.5.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@mdi/font": "^7.2.96",
"@rushstack/eslint-patch": "^1.3.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-c8": "^0.31.4",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@mdi/font": "^7.4.47",
"@rushstack/eslint-patch": "^1.6.1",
"@vitejs/plugin-vue": "^4.6.2",
"@vitest/coverage-c8": "^0.33.0",
"@vue/eslint-config-prettier": "^8.0.0",
"axios": "^1.4.0",
"axios-retry": "^3.5.0",
"axios": "^1.6.5",
"axios-retry": "^3.9.1",
"cypress": "^12.13.0",
"eslint": "^8.41.0",
"eslint": "^8.56.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-vitest": "^0.2.5",
"eslint-plugin-vue": "^9.14.0",
"eslint-plugin-vuetify": "^2.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vitest": "^0.3.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vuetify": "^2.1.1",
"license-checker": "^25.0.1",
"lint-staged": "^14.0.0",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.10.12",
"lint-staged": "^14.0.1",
"nodemon": "^3.0.2",
"npm-check-updates": "^16.14.12",
"npm-run-all": "^4.1.5",
"pinia": "^2.1.3",
"prettier": "^3.0.1",
"pinia": "^2.1.7",
"prettier": "^3.1.1",
"qs": "^6.11.2",
"sass": "^1.62.1",
"sass": "^1.69.7",
"sequelize-auto": "^0.8.8",
"serverless": "^3.31.0",
"serverless": "^3.38.0",
"serverless-offline": "^12.0.4",
"simple-git-hooks": "^2.8.1",
"vite": "^4.3.8",
"simple-git-hooks": "^2.9.0",
"vite": "^4.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.8.2",
"vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-vuetify": "^1.0.2",
"vitest": "^0.31.1",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.1",
"vuetify": "^3.3.0",
"vitest": "^0.34.0",
"vue": "^3.4.5",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5",
"vuetify": "^3.4.9",
"webfontloader": "^1.6.28"
},
"lint-staged": {
Expand Down

0 comments on commit 4308624

Please sign in to comment.