Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @alpinejs/collapse from 3.13.2 to 3.14.1.
    See this package in yarn: 
  - @alpinejs/persist from 3.13.2 to 3.14.1.
    See this package in yarn: 
  - @sentry/webpack-plugin from 2.10.1 to 2.22.2.
    See this package in yarn: 
  - @tailwindcss/typography from 0.5.10 to 0.5.14.
    See this package in yarn: 
  - alpinejs from 3.13.2 to 3.14.1.
    See this package in yarn: 
  - autoprefixer from 10.4.16 to 10.4.20.
    See this package in yarn: 
  - postcss from 8.4.31 to 8.4.41.
    See this package in yarn: 
  - css-loader from 6.8.1 to 6.11.0.
    See this package in yarn: 
  - htmx.org from 1.9.8 to 1.9.12.
    See this package in yarn: 
  - mini-css-extract-plugin from 2.7.6 to 2.9.1.
    See this package in yarn: 
  - postcss-loader from 7.3.3 to 7.3.4.
    See this package in yarn: 
  - style-loader from 3.3.3 to 3.3.4.
    See this package in yarn: 
  - tailwindcss from 3.3.5 to 3.4.10.
    See this package in yarn: 
  - webpack from 5.89.0 to 5.94.0.
    See this package in yarn: 
  - webpack-dev-server from 4.15.1 to 4.15.2.
    See this package in yarn: 

See this project in Snyk:
https://app.snyk.io/org/thejoeejoee/project/56984b7e-3ced-49b8-b9ff-e1c60f354374?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent 0c021d0 commit bf746a1
Show file tree
Hide file tree
Showing 2 changed files with 597 additions and 307 deletions.
30 changes: 15 additions & 15 deletions webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@
"build": "webpack --mode production --config webpack.prod.config.js"
},
"dependencies": {
"@alpinejs/collapse": "^3.13.2",
"@alpinejs/persist": "^3.13.2",
"@sentry/webpack-plugin": "^2.10.1",
"@alpinejs/collapse": "^3.14.1",
"@alpinejs/persist": "^3.14.1",
"@sentry/webpack-plugin": "^2.22.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"alpinejs": "^3.13.2",
"autoprefixer": "^10.4.16",
"css-loader": "^6.6.0",
"@tailwindcss/typography": "^0.5.14",
"alpinejs": "^3.14.1",
"autoprefixer": "^10.4.20",
"css-loader": "^6.11.0",
"daisyui": "^4.4.19",
"htmx.org": "^1.9.6",
"htmx.org": "^1.9.12",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.5.3",
"postcss": "^8.4.31",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.41",
"postcss-import": "^14.0.2",
"postcss-loader": "^7.0.1",
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^8.3.1",
"postcss-url": "^10.1.3",
"style-loader": "^3.3.1",
"tailwindcss": "^3.3.5",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.10",
"tom-select": "^2.1.0",
"webpack": "^5.89.0",
"webpack": "^5.94.0",
"webpack-bundle-tracker": "^1.4.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.15.2"
},
"resolutions": {
"autoprefixer": "10.4.5"
Expand Down
Loading

0 comments on commit bf746a1

Please sign in to comment.