Skip to content

Commit f5e0dbd

Browse files
chore(deps): bump rimraf from 3.0.2 to 6.0.1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v3.0.2...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54a76b5 commit f5e0dbd

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

packages/@ionic/cli-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"debug": "^4.0.0",
3939
"lodash": "^4.17.5",
4040
"minimist": "^1.2.0",
41-
"rimraf": "^3.0.0",
41+
"rimraf": "^6.0.1",
4242
"tslib": "^2.0.1",
4343
"write-file-atomic": "^3.0.0"
4444
},

packages/@ionic/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"jest": "^26.4.2",
8282
"jest-cli": "^26.0.1",
8383
"lint-staged": "^10.0.2",
84-
"rimraf": "^3.0.0",
84+
"rimraf": "^6.0.1",
8585
"source-map": "^0.7.0",
8686
"ts-jest": "~26.3.0",
8787
"typescript": "~4.8.0"

packages/@ionic/discover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jest": "^26.4.2",
4343
"jest-cli": "^26.0.1",
4444
"lint-staged": "^10.0.2",
45-
"rimraf": "^3.0.0",
45+
"rimraf": "^6.0.1",
4646
"ts-jest": "~26.3.0",
4747
"typescript": "~4.8.0"
4848
}

packages/@ionic/utils-array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "^26.4.2",
4242
"jest-cli": "^26.0.1",
4343
"lint-staged": "^10.0.2",
44-
"rimraf": "^3.0.0",
44+
"rimraf": "^6.0.1",
4545
"ts-jest": "~26.3.0",
4646
"typescript": "~4.8.0"
4747
}

packages/@ionic/utils-fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"jest": "^26.4.2",
4444
"jest-cli": "^26.0.1",
4545
"lint-staged": "^10.0.2",
46-
"rimraf": "^3.0.0",
46+
"rimraf": "^6.0.1",
4747
"ts-jest": "~26.3.0",
4848
"typescript": "~4.8.0"
4949
}

packages/@ionic/utils-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "^26.4.2",
4242
"jest-cli": "^26.0.1",
4343
"lint-staged": "^10.0.2",
44-
"rimraf": "^3.0.0",
44+
"rimraf": "^6.0.1",
4545
"ts-jest": "~26.3.0",
4646
"typescript": "~4.8.0"
4747
}

packages/@ionic/utils-object/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "^26.4.2",
4242
"jest-cli": "^26.0.1",
4343
"lint-staged": "^10.0.2",
44-
"rimraf": "^3.0.0",
44+
"rimraf": "^6.0.1",
4545
"ts-jest": "~26.3.0",
4646
"typescript": "~4.8.0"
4747
}

packages/@ionic/utils-process/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jest": "^26.4.2",
4747
"jest-cli": "^26.0.1",
4848
"lint-staged": "^10.0.2",
49-
"rimraf": "^3.0.0",
49+
"rimraf": "^6.0.1",
5050
"ts-jest": "~26.3.0",
5151
"typescript": "~4.8.0"
5252
}

packages/@ionic/utils-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "^26.4.2",
4242
"jest-cli": "^26.0.1",
4343
"lint-staged": "^10.0.2",
44-
"rimraf": "^3.0.0",
44+
"rimraf": "^6.0.1",
4545
"stream-combiner2": "^1.1.1",
4646
"ts-jest": "~26.3.0",
4747
"typescript": "~4.8.0"

packages/@ionic/utils-subprocess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"jest": "^26.4.2",
4949
"jest-cli": "^26.0.1",
5050
"lint-staged": "^10.0.2",
51-
"rimraf": "^3.0.0",
51+
"rimraf": "^6.0.1",
5252
"ts-jest": "~26.3.0",
5353
"typescript": "~4.8.0"
5454
}

0 commit comments

Comments
 (0)