diff --git a/package-lock.json b/package-lock.json index da7ece919ab..c7913618464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/eslint-config": "^9.0.0-rc.6", "@nextcloud/stylelint-config": "^3.1.1", - "@rspack/cli": "^1.6.6", + "@rspack/cli": "^1.6.7", "@rspack/core": "^1.6.6", "@rspack/plugin-node-polyfill": "^0.5.8", "@total-typescript/ts-reset": "^0.6.1", @@ -2997,9 +2997,9 @@ ] }, "node_modules/@rspack/cli": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-1.6.6.tgz", - "integrity": "sha512-CzKPQ00Ym1jEzU1i7Wem2JWbNGX4hnndnBi5f3FMM8gEUUD+SQQVm8fYeMlFIMbHIpYan+x+nxcnjxT5hiQ4kA==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-1.6.7.tgz", + "integrity": "sha512-lWU4Gfw3HIysXnBuN1Ta43BeQHewoHd3MAzRlxmEYsUPxau26h6oTpL5WnLsT/Eh4G7XqnW1NJ8COujnn9EGfg==", "dev": true, "license": "MIT", "dependencies": { @@ -17806,9 +17806,9 @@ "optional": true }, "@rspack/cli": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-1.6.6.tgz", - "integrity": "sha512-CzKPQ00Ym1jEzU1i7Wem2JWbNGX4hnndnBi5f3FMM8gEUUD+SQQVm8fYeMlFIMbHIpYan+x+nxcnjxT5hiQ4kA==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-1.6.7.tgz", + "integrity": "sha512-lWU4Gfw3HIysXnBuN1Ta43BeQHewoHd3MAzRlxmEYsUPxau26h6oTpL5WnLsT/Eh4G7XqnW1NJ8COujnn9EGfg==", "dev": true, "requires": { "@discoveryjs/json-ext": "^0.5.7", diff --git a/package.json b/package.json index 427a30ab04e..29fcb64a314 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/eslint-config": "^9.0.0-rc.6", "@nextcloud/stylelint-config": "^3.1.1", - "@rspack/cli": "^1.6.6", + "@rspack/cli": "^1.6.7", "@rspack/core": "^1.6.6", "@rspack/plugin-node-polyfill": "^0.5.8", "@total-typescript/ts-reset": "^0.6.1",