Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/core from 7.9.0 to 7.25.2.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/preset-env from 7.9.0 to 7.25.4.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env
  - babel-loader from 8.1.0 to 9.1.3.
    See this package in npm: https://www.npmjs.com/package/babel-loader
  - chalk from 3.0.0 to 5.3.0.
    See this package in npm: https://www.npmjs.com/package/chalk
  - html-webpack-plugin from 4.0.2 to 5.6.0.
    See this package in npm: https://www.npmjs.com/package/html-webpack-plugin
  - nunjucks from 3.2.1 to 3.2.4.
    See this package in npm: https://www.npmjs.com/package/nunjucks
  - terser-webpack-plugin from 2.3.5 to 5.3.10.
    See this package in npm: https://www.npmjs.com/package/terser-webpack-plugin
  - webpack from 4.42.1 to 5.94.0.
    See this package in npm: https://www.npmjs.com/package/webpack
  - webpack-cli from 3.3.11 to 5.1.4.
    See this package in npm: https://www.npmjs.com/package/webpack-cli
  - webpack-dev-server from 3.10.3 to 5.0.4.
    See this package in npm: https://www.npmjs.com/package/webpack-dev-server

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/19c84e79-b860-47a3-b130-c34ec7398727?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 8f75db8 commit 4d14643
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions 10-universal-javascript/04-module-swapping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-loader": "^8.1.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"html-webpack-plugin": "^4.0.2",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
"html-webpack-plugin": "^5.6.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"chalk": "^3.0.0",
"nunjucks": "^3.2.1"
"chalk": "^5.3.0",
"nunjucks": "^3.2.4"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 4d14643

Please sign in to comment.