Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
37750a1
Bump nth-check and optimize-css-assets-webpack-plugin
dependabot[bot] Feb 14, 2023
1a19220
Bump http-proxy-middleware from 2.0.6 to 2.0.9
dependabot[bot] Apr 16, 2025
70824a0
Bump serialize-javascript from 6.0.1 to 6.0.2
dependabot[bot] Jun 24, 2025
d7e6b10
Bump cookie and express
dependabot[bot] Jun 24, 2025
c68365a
Bump elliptic from 6.5.4 to 6.6.1
dependabot[bot] Jun 24, 2025
a1ff342
Bump on-headers and compression
dependabot[bot] Jul 18, 2025
09e1585
Bump form-data and node-sass
dependabot[bot] Jul 22, 2025
ca9deb1
Bump sha.js from 2.4.11 to 2.4.12
dependabot[bot] Aug 22, 2025
2429368
Bump cipher-base from 1.0.4 to 1.0.6
dependabot[bot] Aug 22, 2025
241445c
Bump js-yaml from 3.14.1 to 3.14.2
dependabot[bot] Nov 17, 2025
fd69676
Bump webpack from 5.75.0 to 5.104.1
dependabot[bot] Feb 6, 2026
3ebdc94
Bump qs, node-sass and express
dependabot[bot] Feb 12, 2026
448627d
Bump uuid from 8.3.2 to 14.0.0 (via audit fix)
dependabot[bot] May 21, 2026
9886afb
Bump @babel/core from 7.29.0 to 7.29.6
dependabot[bot] Jun 22, 2026
f884ec7
Bump postcss from 8.5.14 to 8.5.18
dependabot[bot] Jul 25, 2026
b91386e
Bump webpack-dev-server from 5.2.3 to 5.2.6
dependabot[bot] Jul 25, 2026
193378e
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/babel/co…
NuwanJ Aug 6, 2026
245e1b9
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/postcss-…
NuwanJ Aug 6, 2026
8f99920
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/webpack-…
NuwanJ Aug 6, 2026
2b07532
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/uuid-14.…
NuwanJ Aug 6, 2026
78524b1
Merge Dependabot PR #127: Bump qs, node-sass and express
NuwanJ Aug 6, 2026
728c3e1
Merge Dependabot PR #126: Bump webpack from 5.75.0 to 5.104.1
NuwanJ Aug 6, 2026
e69af64
Merge Dependabot PR #121: Bump js-yaml from 3.14.1 to 3.14.2
NuwanJ Aug 6, 2026
fc116b2
Merge Dependabot PR #120: Bump cipher-base from 1.0.4 to 1.0.6
NuwanJ Aug 6, 2026
8406513
Merge Dependabot PR #119: Bump sha.js from 2.4.11 to 2.4.12
NuwanJ Aug 6, 2026
9ee364d
Merge Dependabot PR #118: Bump form-data and node-sass
NuwanJ Aug 6, 2026
0fa7ecc
Merge Dependabot PR #117: Bump on-headers and compression
NuwanJ Aug 6, 2026
fc9a1bd
Merge Dependabot PR #115: Bump elliptic from 6.5.4 to 6.6.1
NuwanJ Aug 6, 2026
3e552fe
Merge Dependabot PR #114: Bump cookie and express
NuwanJ Aug 6, 2026
675917d
Merge Dependabot PR #113: Bump serialize-javascript from 6.0.1 to 6.0.2
NuwanJ Aug 6, 2026
aef4269
Merge Dependabot PR #110: Bump http-proxy-middleware from 2.0.6 to 2.0.9
NuwanJ Aug 6, 2026
b98a02d
Merge Dependabot PR #93: Bump nth-check and optimize-css-assets-webpa…
NuwanJ Aug 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://pera-swarm.github.io/visualizer",
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/core": "7.29.6",
"@babel/preset-env": "7.29.5",
"autoprefixer": "10.5.0",
"babel-loader": "10.1.1",
Expand All @@ -49,7 +49,7 @@
"html-webpack-plugin": "5.6.7",
"mini-css-extract-plugin": "2.10.2",
"npm-run-all": "4.1.5",
"postcss": "8.5.14",
"postcss": "8.5.18",
"postcss-loader": "8.2.1",
"rimraf": "3.0.2",
"sass": "1.99.0",
Expand All @@ -58,7 +58,7 @@
"terser-webpack-plugin": "5.6.0",
"webpack": "5.106.2",
"webpack-cli": "7.0.2",
"webpack-dev-server": "5.2.3"
"webpack-dev-server": "5.2.6"
},
"dependencies": {
"@tweenjs/tween.js": "18.6.4",
Expand Down
Loading
Loading