build(deps-dev): Bump @rspack/cli from 1.6.3 to 1.6.4

Bumps [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.6.4/packages/rspack-cli)

---
updated-dependencies:
- dependency-name: "@rspack/cli"
  dependency-version: 1.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-29 03:54:18 +00:00 committed by GitHub
commit cc95148138
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -67,7 +67,7 @@
"@nextcloud/browserslist-config": "^3.1.1",
"@nextcloud/eslint-config": "^9.0.0-rc.5",
"@nextcloud/stylelint-config": "^3.1.1",
"@rspack/cli": "^1.6.3",
"@rspack/cli": "^1.6.4",
"@rspack/core": "^1.6.4",
"@rspack/plugin-node-polyfill": "^0.5.8",
"@total-typescript/ts-reset": "^0.6.1",
@ -3004,9 +3004,9 @@
]
},
"node_modules/@rspack/cli": {
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-1.6.3.tgz",
"integrity": "sha512-+mqF4B8RgQ8x+nIzUdJs4nNSsQ5QSZ2Vt/2YpLh5V2D5D23YWgswR69j8/IRuodY2RFY9BI0bCCnN8uQo/7a1Q==",
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-1.6.4.tgz",
"integrity": "sha512-hhqebrFKp5yNPmLhxVGCNoCsJeiUryXdreNn8b2AXOgh3JN1J0Ftb9QBzmFp7H59afzvuER2HmFIR1Fmb6D2CQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -17633,9 +17633,9 @@
"optional": true
},
"@rspack/cli": {
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-1.6.3.tgz",
"integrity": "sha512-+mqF4B8RgQ8x+nIzUdJs4nNSsQ5QSZ2Vt/2YpLh5V2D5D23YWgswR69j8/IRuodY2RFY9BI0bCCnN8uQo/7a1Q==",
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-1.6.4.tgz",
"integrity": "sha512-hhqebrFKp5yNPmLhxVGCNoCsJeiUryXdreNn8b2AXOgh3JN1J0Ftb9QBzmFp7H59afzvuER2HmFIR1Fmb6D2CQ==",
"dev": true,
"requires": {
"@discoveryjs/json-ext": "^0.5.7",

View file

@ -88,7 +88,7 @@
"@nextcloud/browserslist-config": "^3.1.1",
"@nextcloud/eslint-config": "^9.0.0-rc.5",
"@nextcloud/stylelint-config": "^3.1.1",
"@rspack/cli": "^1.6.3",
"@rspack/cli": "^1.6.4",
"@rspack/core": "^1.6.4",
"@rspack/plugin-node-polyfill": "^0.5.8",
"@total-typescript/ts-reset": "^0.6.1",