Skip to content

Commit

Permalink
Upgrade dependencies for audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbackdan committed Sep 18, 2024
1 parent 85f4d92 commit 2622e96
Show file tree
Hide file tree
Showing 2 changed files with 1,238 additions and 990 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"postcss:base": "postcss src/tailwind/tailwind-base.css -o ./src/runtime/templates/assets/base.css"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/color-mode": "^3.5.1",
"@pinia/nuxt": "^0.4.11",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.11.1",
Expand All @@ -54,27 +54,27 @@
"lodash-es": "^4.17.21",
"luxon": "^3.5.0",
"mitt": "^3.0.1",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"object-hash": "^3.0.0",
"pinia": "^2.2.2",
"slugify": "^1.6.6",
"uuid": "^9.0.1",
"vue": "^3.5.0",
"vue": "^3.5.6",
"vue-input-autowidth": "^2.2.1",
"vuejs-confirm-dialog": "^0.5.2"
},
"devDependencies": {
"@headlessui/vue": "^1.7.22",
"@nuxt/kit": "^3.13.1",
"@headlessui/vue": "^1.7.23",
"@nuxt/kit": "^3.13.2",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/testing": "^0.0.14",
"@stryker-mutator/core": "^7.3.0",
"@stryker-mutator/vitest-runner": "^7.3.0",
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/forms": "^0.5.9",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
Expand All @@ -84,13 +84,13 @@
"@vue/test-utils": "2.4.4",
"concurrently": "^8.2.2",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"globby": "^14.0.2",
"happy-dom": "^12.10.3",
"pathe": "^1.1.2",
"playwright-core": "^1.46.1",
"playwright-core": "^1.47.1",
"postcss-cli": "^10.1.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.3.1",
"vitest-environment-nuxt": "^1.0.1"
Expand Down
Loading

0 comments on commit 2622e96

Please sign in to comment.