Bump the webpack version

This commit is contained in:
DigiLive
2025-04-26 08:46:43 +02:00
parent b52c3a42e2
commit d4a3376d26
2 changed files with 15 additions and 14 deletions

17
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"version-bump-prompt": "^6", "version-bump-prompt": "^6",
"webpack": "^5.99.6", "webpack": "^5.99.7",
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
}, },
"funding": { "funding": {
@@ -3030,9 +3030,9 @@
"dev": true "dev": true
}, },
"node_modules/schema-utils": { "node_modules/schema-utils": {
"version": "4.3.0", "version": "4.3.2",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz",
"integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==", "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -3612,14 +3612,15 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.99.6", "version": "5.99.7",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.6.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.7.tgz",
"integrity": "sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==", "integrity": "sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.7", "@types/eslint-scope": "^3.7.7",
"@types/estree": "^1.0.6", "@types/estree": "^1.0.6",
"@types/json-schema": "^7.0.15",
"@webassemblyjs/ast": "^1.14.1", "@webassemblyjs/ast": "^1.14.1",
"@webassemblyjs/wasm-edit": "^1.14.1", "@webassemblyjs/wasm-edit": "^1.14.1",
"@webassemblyjs/wasm-parser": "^1.14.1", "@webassemblyjs/wasm-parser": "^1.14.1",
@@ -3636,7 +3637,7 @@
"loader-runner": "^4.2.0", "loader-runner": "^4.2.0",
"mime-types": "^2.1.27", "mime-types": "^2.1.27",
"neo-async": "^2.6.2", "neo-async": "^2.6.2",
"schema-utils": "^4.3.0", "schema-utils": "^4.3.2",
"tapable": "^2.1.1", "tapable": "^2.1.1",
"terser-webpack-plugin": "^5.3.11", "terser-webpack-plugin": "^5.3.11",
"watchpack": "^2.4.1", "watchpack": "^2.4.1",

View File

@@ -7,15 +7,15 @@
"strategy", "strategy",
"mushroom" "mushroom"
], ],
"homepage": "https://github.com/AalianKhan/mushroom-strategy", "homepage": "https://github.com/DigiLive/mushroom-strategy",
"bugs": "https://github.com/AalianKhan/mushroom-strategy/issues", "bugs": "https://github.com/DigiLive/mushroom-strategy/issues",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Aalian Khan" "name": "Ferry Cools"
}, },
"contributors": [ "contributors": [
{ {
"name": "Ferry Cools" "name": "Aalian Khan"
} }
], ],
"funding": { "funding": {
@@ -24,7 +24,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/AalianKhan/mushroom-strategy" "url": "https://github.com/DigiLive/mushroom-strategy"
}, },
"dependencies": { "dependencies": {
"deepmerge": "^4" "deepmerge": "^4"
@@ -42,7 +42,7 @@
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"version-bump-prompt": "^6", "version-bump-prompt": "^6",
"webpack": "^5.99.6", "webpack": "^5.99.7",
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
}, },
"scripts": { "scripts": {