[READ-ONLY] Mirror of https://github.com/excaliburjs/sample-aseprite-webpack.
excalibur excaliburjs sample
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: Update dependency webpack to v5.108.4 (#92)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Jul 5, 2026, 2:24 AM UTC) 024c2936 3155f04f

+8 -8
+7 -7
package-lock.json
··· 22 22 "terser-webpack-plugin": "5.6.1", 23 23 "ts-loader": "9.6.2", 24 24 "typescript": "5.9.3", 25 - "webpack": "5.108.3", 25 + "webpack": "5.108.4", 26 26 "webpack-cli": "5.1.4", 27 27 "webpack-dev-server": "5.2.6", 28 28 "webpack-merge": "6.0.1" ··· 5067 5067 } 5068 5068 }, 5069 5069 "node_modules/webpack": { 5070 - "version": "5.108.3", 5071 - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.3.tgz", 5072 - "integrity": "sha512-hOpaCHmQVVY66IVTjofnH14IgSdmod2aquSGHGuYig/OIdWge01Hk2Wt988DZcwXumFUT4+FvJY5N+ikl8o/ww==", 5070 + "version": "5.108.4", 5071 + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.4.tgz", 5072 + "integrity": "sha512-yur8LyJoeiWh47dErD+Ok7vlbmDsJ3UbbRPAoxbGJ54WpE2y5yVo5G/inUzujnYgw3tPmBRdn+G7PoxXaYC33w==", 5073 5073 "dev": true, 5074 5074 "dependencies": { 5075 5075 "@types/estree": "^1.0.8", ··· 9155 9155 } 9156 9156 }, 9157 9157 "webpack": { 9158 - "version": "5.108.3", 9159 - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.3.tgz", 9160 - "integrity": "sha512-hOpaCHmQVVY66IVTjofnH14IgSdmod2aquSGHGuYig/OIdWge01Hk2Wt988DZcwXumFUT4+FvJY5N+ikl8o/ww==", 9158 + "version": "5.108.4", 9159 + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.4.tgz", 9160 + "integrity": "sha512-yur8LyJoeiWh47dErD+Ok7vlbmDsJ3UbbRPAoxbGJ54WpE2y5yVo5G/inUzujnYgw3tPmBRdn+G7PoxXaYC33w==", 9161 9161 "dev": true, 9162 9162 "requires": { 9163 9163 "@types/estree": "^1.0.8",
+1 -1
package.json
··· 26 26 "ts-loader": "9.6.2", 27 27 "typescript": "5.9.3", 28 28 "terser-webpack-plugin": "5.6.1", 29 - "webpack": "5.108.3", 29 + "webpack": "5.108.4", 30 30 "webpack-cli": "5.1.4", 31 31 "webpack-dev-server": "5.2.6", 32 32 "webpack-merge": "6.0.1",