Skip to content

Commit 440f298

Browse files
build(deps-dev): bump rimraf from 6.0.1 to 6.1.0 (#2366)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ce6539 commit 440f298

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/alphatab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"chalk": "^5.6.2",
7171
"jest-snapshot": "^30.2.0",
7272
"mocha": "^11.7.4",
73-
"rimraf": "^6.0.1",
73+
"rimraf": "^6.1.0",
7474
"tslib": "^2.8.1",
7575
"tsx": "^4.20.6",
7676
"typescript": "^5.9.3",

packages/csharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"@coderline/alphatab-transpiler": "*",
14-
"rimraf": "^6.0.1"
14+
"rimraf": "^6.1.0"
1515
}
1616
}

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"assert": "^2.1.0",
4545
"chai": "^6.2.0",
4646
"mocha": "^11.7.4",
47-
"rimraf": "^6.0.1",
47+
"rimraf": "^6.1.0",
4848
"terser": "^5.44.1",
4949
"tslib": "^2.8.1",
5050
"tsx": "^4.20.6",

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"chai": "^6.2.0",
4646
"html-webpack-plugin": "^5.6.4",
4747
"mocha": "^11.7.4",
48-
"rimraf": "^6.0.1",
48+
"rimraf": "^6.1.0",
4949
"terser": "^5.44.1",
5050
"tslib": "^2.8.1",
5151
"tsx": "^4.20.6",

0 commit comments

Comments
 (0)