Skip to content

Commit 9ce0a38

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the npm-packages group with 4 updates
Bumps the npm-packages group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [terser-webpack-plugin](https://github.com/webpack/minimizer-webpack-plugin). Updates `@types/node` from 25.6.0 to 25.6.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.59.1 to 8.59.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.59.1 to 8.59.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/parser) Updates `terser-webpack-plugin` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/webpack/minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack/minimizer-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](webpack/minimizer-webpack-plugin@v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-packages - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-packages - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-packages - dependency-name: terser-webpack-plugin dependency-version: 5.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d9ddaf commit 9ce0a38

2 files changed

Lines changed: 98 additions & 80 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"devDependencies": {
4343
"@eslint/eslintrc": "3.3.5",
4444
"@svgr/webpack": "8.1.0",
45-
"@types/node": "25.6.0",
45+
"@types/node": "25.6.2",
4646
"@types/react": "18.3.28",
4747
"@types/react-dom": "18.3.7",
48-
"@typescript-eslint/eslint-plugin": "8.59.1",
49-
"@typescript-eslint/parser": "8.59.1",
48+
"@typescript-eslint/eslint-plugin": "8.59.2",
49+
"@typescript-eslint/parser": "8.59.2",
5050
"cross-env": "10.1.0",
5151
"css-loader": "7.1.4",
5252
"css-minimizer-webpack-plugin": "8.0.0",
@@ -70,7 +70,7 @@
7070
"prettier": "3.8.3",
7171
"rimraf": "6.1.3",
7272
"style-loader": "4.0.0",
73-
"terser-webpack-plugin": "5.5.0",
73+
"terser-webpack-plugin": "5.6.0",
7474
"ts-loader": "9.5.7",
7575
"typescript": "5.9.3",
7676
"webpack": "5.106.2",

yarn.lock

Lines changed: 94 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2798,12 +2798,12 @@ __metadata:
27982798
languageName: node
27992799
linkType: hard
28002800

2801-
"@types/node@npm:25.6.0":
2802-
version: 25.6.0
2803-
resolution: "@types/node@npm:25.6.0"
2801+
"@types/node@npm:25.6.2":
2802+
version: 25.6.2
2803+
resolution: "@types/node@npm:25.6.2"
28042804
dependencies:
28052805
undici-types: "npm:~7.19.0"
2806-
checksum: 10c0/d2d2015630ff098a201407f55f5077a20270ae4f465c739b40865cd9933b91b9c5d2b85568eadaf3db0801b91e267333ca7eb39f007428b173d1cdab4b339ac5
2806+
checksum: 10c0/7f540331aa3ab88c285aeaf2eb43e3992f54f0cdb7f3593d156af67b199d4eaf56590fa1c310a00aa58ff69dba668cb3915a157fe83cd6b40a73bb338a12f09a
28072807
languageName: node
28082808
linkType: hard
28092809

@@ -2939,138 +2939,138 @@ __metadata:
29392939
languageName: node
29402940
linkType: hard
29412941

2942-
"@typescript-eslint/eslint-plugin@npm:8.59.1":
2943-
version: 8.59.1
2944-
resolution: "@typescript-eslint/eslint-plugin@npm:8.59.1"
2942+
"@typescript-eslint/eslint-plugin@npm:8.59.2":
2943+
version: 8.59.2
2944+
resolution: "@typescript-eslint/eslint-plugin@npm:8.59.2"
29452945
dependencies:
29462946
"@eslint-community/regexpp": "npm:^4.12.2"
2947-
"@typescript-eslint/scope-manager": "npm:8.59.1"
2948-
"@typescript-eslint/type-utils": "npm:8.59.1"
2949-
"@typescript-eslint/utils": "npm:8.59.1"
2950-
"@typescript-eslint/visitor-keys": "npm:8.59.1"
2947+
"@typescript-eslint/scope-manager": "npm:8.59.2"
2948+
"@typescript-eslint/type-utils": "npm:8.59.2"
2949+
"@typescript-eslint/utils": "npm:8.59.2"
2950+
"@typescript-eslint/visitor-keys": "npm:8.59.2"
29512951
ignore: "npm:^7.0.5"
29522952
natural-compare: "npm:^1.4.0"
29532953
ts-api-utils: "npm:^2.5.0"
29542954
peerDependencies:
2955-
"@typescript-eslint/parser": ^8.59.1
2955+
"@typescript-eslint/parser": ^8.59.2
29562956
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
29572957
typescript: ">=4.8.4 <6.1.0"
2958-
checksum: 10c0/6dedd272d1aac960df74ab81e38bb4b398ac11b52118c69493a3aeecd15984c83bd4cae89df2e8362fbc2213f0a6d68c00d71dd53868fa1b5e1011290d4ea7b6
2958+
checksum: 10c0/c4c2a67d0ae47ab27e47c46a4cd59eb9941592595d3440cd4dcbccc1983a08c5c9bd276304797964fa2c9276be4cd60077f3087efc6a5370d5b8869720759bc8
29592959
languageName: node
29602960
linkType: hard
29612961

2962-
"@typescript-eslint/parser@npm:8.59.1":
2963-
version: 8.59.1
2964-
resolution: "@typescript-eslint/parser@npm:8.59.1"
2962+
"@typescript-eslint/parser@npm:8.59.2":
2963+
version: 8.59.2
2964+
resolution: "@typescript-eslint/parser@npm:8.59.2"
29652965
dependencies:
2966-
"@typescript-eslint/scope-manager": "npm:8.59.1"
2967-
"@typescript-eslint/types": "npm:8.59.1"
2968-
"@typescript-eslint/typescript-estree": "npm:8.59.1"
2969-
"@typescript-eslint/visitor-keys": "npm:8.59.1"
2966+
"@typescript-eslint/scope-manager": "npm:8.59.2"
2967+
"@typescript-eslint/types": "npm:8.59.2"
2968+
"@typescript-eslint/typescript-estree": "npm:8.59.2"
2969+
"@typescript-eslint/visitor-keys": "npm:8.59.2"
29702970
debug: "npm:^4.4.3"
29712971
peerDependencies:
29722972
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
29732973
typescript: ">=4.8.4 <6.1.0"
2974-
checksum: 10c0/a20271b96e35fa5a8deea11ec40b30f7987daa5c3402e6e763e474517a25af20749a620490af159c2a65048065dea8a6d5fa3527ccc7a3716c2cd648a05ebc55
2974+
checksum: 10c0/baf8da8ad233908f00bdfe5835c1e03fd7c9256f675a27b0d10d40d0245c158efc847dee1331c61992fbb152d55bfda3111795f8422e9d341f09ec9729364800
29752975
languageName: node
29762976
linkType: hard
29772977

2978-
"@typescript-eslint/project-service@npm:8.59.1":
2979-
version: 8.59.1
2980-
resolution: "@typescript-eslint/project-service@npm:8.59.1"
2978+
"@typescript-eslint/project-service@npm:8.59.2":
2979+
version: 8.59.2
2980+
resolution: "@typescript-eslint/project-service@npm:8.59.2"
29812981
dependencies:
2982-
"@typescript-eslint/tsconfig-utils": "npm:^8.59.1"
2983-
"@typescript-eslint/types": "npm:^8.59.1"
2982+
"@typescript-eslint/tsconfig-utils": "npm:^8.59.2"
2983+
"@typescript-eslint/types": "npm:^8.59.2"
29842984
debug: "npm:^4.4.3"
29852985
peerDependencies:
29862986
typescript: ">=4.8.4 <6.1.0"
2987-
checksum: 10c0/487e60e9696fbae11070fd0591a009c94b932af2a92d37a1a9d9f9eac5bbc2f56fef83f3d4e72349dfdaadf95473bb5fb7332eb13f9296b87b3f14e842f42747
2987+
checksum: 10c0/0228f01c61e5ef9022b06510f79f97e37daafd165c592927b640e3587d5cec65a8394a541e1fd21bf65df9f6f1948523569966c9e2181d9cfe911240969cebdb
29882988
languageName: node
29892989
linkType: hard
29902990

2991-
"@typescript-eslint/scope-manager@npm:8.59.1":
2992-
version: 8.59.1
2993-
resolution: "@typescript-eslint/scope-manager@npm:8.59.1"
2991+
"@typescript-eslint/scope-manager@npm:8.59.2":
2992+
version: 8.59.2
2993+
resolution: "@typescript-eslint/scope-manager@npm:8.59.2"
29942994
dependencies:
2995-
"@typescript-eslint/types": "npm:8.59.1"
2996-
"@typescript-eslint/visitor-keys": "npm:8.59.1"
2997-
checksum: 10c0/05c19039bde67691ad7a558ac61260639593ab0ffd8b73903b0f23c770aa3d79868bc8c1a11cdd5b0c8226e5dcef9ab1d679db46b5c5fe019541216170451614
2995+
"@typescript-eslint/types": "npm:8.59.2"
2996+
"@typescript-eslint/visitor-keys": "npm:8.59.2"
2997+
checksum: 10c0/eec819a96442e98879a66d908a9a388502dc4398005af360dd177907f021ee12e4f2967413b123c4ad4567e7f294b177cf6ee559eed2e86d38ab1af3ed5588a5
29982998
languageName: node
29992999
linkType: hard
30003000

3001-
"@typescript-eslint/tsconfig-utils@npm:8.59.1, @typescript-eslint/tsconfig-utils@npm:^8.59.1":
3002-
version: 8.59.1
3003-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.59.1"
3001+
"@typescript-eslint/tsconfig-utils@npm:8.59.2, @typescript-eslint/tsconfig-utils@npm:^8.59.2":
3002+
version: 8.59.2
3003+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.59.2"
30043004
peerDependencies:
30053005
typescript: ">=4.8.4 <6.1.0"
3006-
checksum: 10c0/a3d123edbc39e7bfa3f58f722fe755787e71771d97b03ed80ea0706dcf3f25895e217e61b38049db1b05f246a26c6afb4e4a518bad21e7d1e71bb8dc136084ce
3006+
checksum: 10c0/ca7f386cdc9fa4b8c5de3622e2019b9729b8f5682292e01cc42b7cee4a7fc13005642b9dde733b429ad4e6f8600608930d9c33711d8c20c4f9d0af6520ba78d8
30073007
languageName: node
30083008
linkType: hard
30093009

3010-
"@typescript-eslint/type-utils@npm:8.59.1":
3011-
version: 8.59.1
3012-
resolution: "@typescript-eslint/type-utils@npm:8.59.1"
3010+
"@typescript-eslint/type-utils@npm:8.59.2":
3011+
version: 8.59.2
3012+
resolution: "@typescript-eslint/type-utils@npm:8.59.2"
30133013
dependencies:
3014-
"@typescript-eslint/types": "npm:8.59.1"
3015-
"@typescript-eslint/typescript-estree": "npm:8.59.1"
3016-
"@typescript-eslint/utils": "npm:8.59.1"
3014+
"@typescript-eslint/types": "npm:8.59.2"
3015+
"@typescript-eslint/typescript-estree": "npm:8.59.2"
3016+
"@typescript-eslint/utils": "npm:8.59.2"
30173017
debug: "npm:^4.4.3"
30183018
ts-api-utils: "npm:^2.5.0"
30193019
peerDependencies:
30203020
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
30213021
typescript: ">=4.8.4 <6.1.0"
3022-
checksum: 10c0/c5f0f8e53f85ddf796a45b485937b7d5aef5c884fed412ff945392376166242658e4b431bd9633e1e08d6dba7e83b6125283e4866f5a9b4ae61fec355705122d
3022+
checksum: 10c0/373ea2b03363e0c16ba75946327f01a130820f8b65976e831294c9e931d22d88d40f67a651a2151f0fcc9c91744019311fddadb608fe63ff6c0a65130417c34e
30233023
languageName: node
30243024
linkType: hard
30253025

3026-
"@typescript-eslint/types@npm:8.59.1, @typescript-eslint/types@npm:^8.59.1":
3027-
version: 8.59.1
3028-
resolution: "@typescript-eslint/types@npm:8.59.1"
3029-
checksum: 10c0/a0bf98389e8673d4aa1034fdef9bb78f576b3dc6b8f413d4adf07ef6edff4a33fdb916148c3bac2cafdbf282c765eebf253c2a05edf3fda4123b8889921cd518
3026+
"@typescript-eslint/types@npm:8.59.2, @typescript-eslint/types@npm:^8.59.2":
3027+
version: 8.59.2
3028+
resolution: "@typescript-eslint/types@npm:8.59.2"
3029+
checksum: 10c0/ee6889a22b237ef426c45f11dc167f7f220007c2a8f77c8b1ab9e57ac32a2b47fad29f53c4230847cbe49bcd30a35fc2f276e01611d0dab9918d7ef72334f423
30303030
languageName: node
30313031
linkType: hard
30323032

3033-
"@typescript-eslint/typescript-estree@npm:8.59.1":
3034-
version: 8.59.1
3035-
resolution: "@typescript-eslint/typescript-estree@npm:8.59.1"
3033+
"@typescript-eslint/typescript-estree@npm:8.59.2":
3034+
version: 8.59.2
3035+
resolution: "@typescript-eslint/typescript-estree@npm:8.59.2"
30363036
dependencies:
3037-
"@typescript-eslint/project-service": "npm:8.59.1"
3038-
"@typescript-eslint/tsconfig-utils": "npm:8.59.1"
3039-
"@typescript-eslint/types": "npm:8.59.1"
3040-
"@typescript-eslint/visitor-keys": "npm:8.59.1"
3037+
"@typescript-eslint/project-service": "npm:8.59.2"
3038+
"@typescript-eslint/tsconfig-utils": "npm:8.59.2"
3039+
"@typescript-eslint/types": "npm:8.59.2"
3040+
"@typescript-eslint/visitor-keys": "npm:8.59.2"
30413041
debug: "npm:^4.4.3"
30423042
minimatch: "npm:^10.2.2"
30433043
semver: "npm:^7.7.3"
30443044
tinyglobby: "npm:^0.2.15"
30453045
ts-api-utils: "npm:^2.5.0"
30463046
peerDependencies:
30473047
typescript: ">=4.8.4 <6.1.0"
3048-
checksum: 10c0/80b2624185d303741a710ba90e4fcb4e52320c1fc614f62cce785bfb39dfb9560ea5d325ff590d929c689b7dae7c28a598a26e1862477cc108c4ae4e8fe62c78
3048+
checksum: 10c0/8bde0e7d184e4e9d98b1ef32b8692b433c8dc5c54439f4a34ae49cf4cb6117435b86d8d891b58a73676fbcf1162717365945053d48139cafb265f775e6c8d2af
30493049
languageName: node
30503050
linkType: hard
30513051

3052-
"@typescript-eslint/utils@npm:8.59.1":
3053-
version: 8.59.1
3054-
resolution: "@typescript-eslint/utils@npm:8.59.1"
3052+
"@typescript-eslint/utils@npm:8.59.2":
3053+
version: 8.59.2
3054+
resolution: "@typescript-eslint/utils@npm:8.59.2"
30553055
dependencies:
30563056
"@eslint-community/eslint-utils": "npm:^4.9.1"
3057-
"@typescript-eslint/scope-manager": "npm:8.59.1"
3058-
"@typescript-eslint/types": "npm:8.59.1"
3059-
"@typescript-eslint/typescript-estree": "npm:8.59.1"
3057+
"@typescript-eslint/scope-manager": "npm:8.59.2"
3058+
"@typescript-eslint/types": "npm:8.59.2"
3059+
"@typescript-eslint/typescript-estree": "npm:8.59.2"
30603060
peerDependencies:
30613061
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
30623062
typescript: ">=4.8.4 <6.1.0"
3063-
checksum: 10c0/82a3fdb52d5f54622f8796eaeca508c630e65bfb94423645c1097b377fd56cf43b2999a83f11f42924e0cbb93b22faca6e572ee27cf550795b99e22193a0d41c
3063+
checksum: 10c0/d972d6f2ade6639088e3d2acf319c82cd981455a282d245dd715c5d77365647240d2cb34be00ab0d3a3c16593fb5050fcd698d399ff8451801825211d653ce64
30643064
languageName: node
30653065
linkType: hard
30663066

3067-
"@typescript-eslint/visitor-keys@npm:8.59.1":
3068-
version: 8.59.1
3069-
resolution: "@typescript-eslint/visitor-keys@npm:8.59.1"
3067+
"@typescript-eslint/visitor-keys@npm:8.59.2":
3068+
version: 8.59.2
3069+
resolution: "@typescript-eslint/visitor-keys@npm:8.59.2"
30703070
dependencies:
3071-
"@typescript-eslint/types": "npm:8.59.1"
3071+
"@typescript-eslint/types": "npm:8.59.2"
30723072
eslint-visitor-keys: "npm:^5.0.0"
3073-
checksum: 10c0/1144426dda53e855698301eae6301ae928785915225e6a775f0b51bf5d67b67e90def7b851e851ce76235cff3e1324132d03c7843a33ce2c4f0eb0764cc2b80a
3073+
checksum: 10c0/5863ea98ac642d94fd100f0077c5cfcbe168c3e2ac9bd05da7fc9878c32c20b6d4fc6916df44ffe79c538c4f367a083489d70dab07aa09c51e4e7729716d106e
30743074
languageName: node
30753075
linkType: hard
30763076

@@ -11586,11 +11586,11 @@ __metadata:
1158611586
"@svgr/webpack": "npm:8.1.0"
1158711587
"@tanstack/react-query": "npm:5.100.9"
1158811588
"@tanstack/react-query-devtools": "npm:5.100.9"
11589-
"@types/node": "npm:25.6.0"
11589+
"@types/node": "npm:25.6.2"
1159011590
"@types/react": "npm:18.3.28"
1159111591
"@types/react-dom": "npm:18.3.7"
11592-
"@typescript-eslint/eslint-plugin": "npm:8.59.1"
11593-
"@typescript-eslint/parser": "npm:8.59.1"
11592+
"@typescript-eslint/eslint-plugin": "npm:8.59.2"
11593+
"@typescript-eslint/parser": "npm:8.59.2"
1159411594
"@xyflow/react": "npm:12.10.2"
1159511595
ace-builds: "npm:1.43.6"
1159611596
antd: "npm:4.24.16"
@@ -11629,7 +11629,7 @@ __metadata:
1162911629
react-router-dom: "npm:6.30.3"
1163011630
rimraf: "npm:6.1.3"
1163111631
style-loader: "npm:4.0.0"
11632-
terser-webpack-plugin: "npm:5.5.0"
11632+
terser-webpack-plugin: "npm:5.6.0"
1163311633
ts-loader: "npm:9.5.7"
1163411634
typescript: "npm:5.9.3"
1163511635
webpack: "npm:5.106.2"
@@ -11668,9 +11668,9 @@ __metadata:
1166811668
languageName: node
1166911669
linkType: hard
1167011670

11671-
"terser-webpack-plugin@npm:5.5.0":
11672-
version: 5.5.0
11673-
resolution: "terser-webpack-plugin@npm:5.5.0"
11671+
"terser-webpack-plugin@npm:5.6.0":
11672+
version: 5.6.0
11673+
resolution: "terser-webpack-plugin@npm:5.6.0"
1167411674
dependencies:
1167511675
"@jridgewell/trace-mapping": "npm:^0.3.25"
1167611676
jest-worker: "npm:^27.4.5"
@@ -11679,13 +11679,31 @@ __metadata:
1167911679
peerDependencies:
1168011680
webpack: ^5.1.0
1168111681
peerDependenciesMeta:
11682+
"@minify-html/node":
11683+
optional: true
1168211684
"@swc/core":
1168311685
optional: true
11686+
"@swc/css":
11687+
optional: true
11688+
"@swc/html":
11689+
optional: true
11690+
clean-css:
11691+
optional: true
11692+
cssnano:
11693+
optional: true
11694+
csso:
11695+
optional: true
1168411696
esbuild:
1168511697
optional: true
11698+
html-minifier-terser:
11699+
optional: true
11700+
lightningcss:
11701+
optional: true
11702+
postcss:
11703+
optional: true
1168611704
uglify-js:
1168711705
optional: true
11688-
checksum: 10c0/ea2277cc6c80981fd8ce170016b1cd92d33cdf89d50e81ad387218dd46db55b8d69c8f736a35d7deb238962dbe003dd084f0a2494cbbd55f46a9c9d3e90e583a
11706+
checksum: 10c0/191882a727d571291df49b11bdcfa7459aa78e96c542a993d66f70df052404e3b30157708a80c2895bbe2de4860217c2addcf15d5b2321df8f0aa0de2191f64f
1168911707
languageName: node
1169011708
linkType: hard
1169111709

0 commit comments

Comments
 (0)