Skip to content

Commit

Permalink
update node dependencies (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer authored Dec 5, 2024
1 parent 9a1d528 commit 5b29d43
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
34 changes: 17 additions & 17 deletions sonar-dependency-check-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions sonar-dependency-check-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"license": "LGPL-3.0",
"version": "7.0.0",
"devDependencies": {
"@babel/core": "^7.23.9",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.3.0",
"@babel/core": "^7.26.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.4.1",
"babel-preset-react-app": "^10.0.1",
"css-loader": "^6.5.1",
"detect-port": "^1.3.0",
"eslint": "^8.7.0",
"eslint-plugin-react": "^7.28.0",
"css-loader": "^6.11.0",
"detect-port": "^1.6.1",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"postcss-loader": "^6.2.1",
"react": "17.0.2",
"react-dev-utils": "12.0.0",
"react-dom": "17.0.2",
"react-router": "6.2.1",
"react-transform-hmr": "1.0.4",
"style-loader": "^3.3.1",
"webpack": "^5.90.3",
"style-loader": "^3.3.4",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
"webpack-dev-server": "^4.15.2",
"webpack-merge": "^5.10.0"
},
"scripts": {
"build": "NODE_ENV=production BABEL_ENV=production webpack --config conf/webpack.prod.js",
Expand All @@ -33,8 +33,8 @@
]
},
"dependencies": {
"backbone": "^1.4.0",
"jquery": "^3.6.0",
"underscore": "^1.13.2"
"backbone": "^1.6.0",
"jquery": "^3.7.1",
"underscore": "^1.13.7"
}
}

0 comments on commit 5b29d43

Please sign in to comment.