Skip to content

Commit

Permalink
deps: Periodic Dependency Version Updates
Browse files Browse the repository at this point in the history
Squash-merges PR #505 (dependabot/develop)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Also squashes three commits that resolve security alerts:

Terminal
chore(deps): bump axios from 1.7.2 to 1.7.4 (#559)

Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7245d8

Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.93.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
HappyNTH and dependabot[bot] committed Sep 1, 2024
1 parent 860ce5c commit 5d31af1
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 397 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
}
},
"initializeCommand": "cp -n .devcontainer/.env.example .devcontainer/.env && docker-compose -f .devcontainer/docker-compose.yml pull uobtheatre-api",
"initializeCommand": "cp -n .devcontainer/.env.example .devcontainer/.env && docker compose -f .devcontainer/docker-compose.yml pull uobtheatre-api",
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: cp .devcontainer/.env.example .devcontainer/.env

- name: Start Real API ⭐
run: docker-compose -f .devcontainer/docker-compose.yml up -d postgres uobtheatre-api
run: docker compose -f .devcontainer/docker-compose.yml up -d postgres uobtheatre-api

- name: Wait for API to boot 💫
run: node .github/scripts/waiton-api.js http://localhost:9000
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@nuxtjs/apollo": "^5.0.0-alpha.14",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/testing": "^0.1.3",
"@pinia/testing": "^0.1.4",
"@rollup/plugin-graphql": "^2.0.4",
"@tailwindcss/forms": "^0.5.7",
"@types/humanize-duration": "^3.27.4",
Expand All @@ -41,51 +41,51 @@
"@types/luxon": "^3.4.2",
"@types/pluralize": "^0.0.33",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-vue": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/coverage-c8": "^0.26.0",
"@vue/test-utils": "^2.4.6",
"cypress": "^13.13.1",
"eslint": "^9.7.0",
"cypress": "^13.13.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-unused-imports": "^4.0.1",
"eslint-plugin-vue": "^9.27.0",
"jest": "^29.7.0",
"jsdom": "^24.1.0",
"jsdom": "^24.1.1",
"nuxt": "^3.12.4",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.18.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite-plugin-eslint2": "^4.4.0",
"vitest": "^0.25.6",
"vue-tsc": "^2.0.26",
"webpack": "^5.93.0"
"vue-tsc": "^2.0.29",
"webpack": "^5.94.0"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@apollo/client": "^3.11.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@pinia/nuxt": "^0.5.1",
"@pinia/nuxt": "^0.5.2",
"@popperjs/core": "^2.11.8",
"@sentry/browser": "^7.118.0",
"@tiptap/pm": "^2.5.4",
"@tiptap/starter-kit": "^2.5.4",
"@tiptap/vue-3": "^2.5.4",
"@tiptap/pm": "^2.5.8",
"@tiptap/starter-kit": "^2.5.8",
"@tiptap/vue-3": "^2.5.8",
"@vue/apollo-composable": "^4.0.2",
"@vue/apollo-option": "^4.0.0",
"@vue/apollo-util": "^4.0.0-beta.6",
"@vuepic/vue-datepicker": "9.0.1",
"apollo-link-sentry": "^3.3.0",
"axios": "^1.7.2",
"axios": "^1.7.4",
"body-scroll-lock": "^4.0.0-beta.0",
"dayjs": "^1.11.12",
"graphql": "^16.9.0",
Expand All @@ -96,9 +96,9 @@
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"pinia": "^2.1.7",
"pinia": "^2.2.0",
"pluralize": "^8.0.0",
"prosemirror-commands": "^1.5.0",
"prosemirror-commands": "^1.6.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.4.1",
Expand All @@ -109,7 +109,7 @@
"prosemirror-transform": "^1.7.0",
"prosemirror-view": "^1.33.9",
"qrcode.vue": "^3.3.3",
"sweetalert2": "^11.12.3",
"sweetalert2": "^11.12.4",
"uuid": "^10.0.0",
"vue-currency-input": "^3.1.0",
"vue-gtag": "^2.0.1",
Expand Down
Loading

0 comments on commit 5d31af1

Please sign in to comment.