Skip to content

Commit 6a5379f

Browse files
Bump rimraf from 5.0.5 to 5.0.10 in /DigitalLearningSolutions.Web
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.5 to 5.0.10. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.5...v5.0.10) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79a7cc2 commit 6a5379f

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

DigitalLearningSolutions.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"jest-environment-jsdom": "^28.1.3",
6060
"jsdom": "^22.1.0",
6161
"npm-run-all": "^4.1.5",
62-
"rimraf": "^5.0.5",
62+
"rimraf": "^5.0.10",
6363
"ts-node": "^10.9.2",
6464
"typescript": "^4.9.5",
6565
"webpack": "^5.90.3",

DigitalLearningSolutions.Web/yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5237,10 +5237,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
52375237
dependencies:
52385238
glob "^7.1.3"
52395239

5240-
rimraf@^5.0.5:
5241-
version "5.0.5"
5242-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.5.tgz#9be65d2d6e683447d2e9013da2bf451139a61ccf"
5243-
integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==
5240+
rimraf@^5.0.10:
5241+
version "5.0.10"
5242+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
5243+
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
52445244
dependencies:
52455245
glob "^10.3.7"
52465246

@@ -5488,7 +5488,16 @@ string-length@^4.0.1:
54885488
char-regex "^1.0.2"
54895489
strip-ansi "^6.0.0"
54905490

5491-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5491+
"string-width-cjs@npm:string-width@^4.2.0":
5492+
version "4.2.3"
5493+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5494+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5495+
dependencies:
5496+
emoji-regex "^8.0.0"
5497+
is-fullwidth-code-point "^3.0.0"
5498+
strip-ansi "^6.0.1"
5499+
5500+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
54925501
version "4.2.3"
54935502
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
54945503
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5560,7 +5569,14 @@ string.prototype.trimstart@^1.0.7:
55605569
define-properties "^1.2.0"
55615570
es-abstract "^1.22.1"
55625571

5563-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5572+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5573+
version "6.0.1"
5574+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5575+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5576+
dependencies:
5577+
ansi-regex "^5.0.1"
5578+
5579+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
55645580
version "6.0.1"
55655581
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
55665582
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6114,7 +6130,16 @@ word-wrap@~1.2.3:
61146130
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
61156131
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
61166132

6117-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6133+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
6134+
version "7.0.0"
6135+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6136+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6137+
dependencies:
6138+
ansi-styles "^4.0.0"
6139+
string-width "^4.1.0"
6140+
strip-ansi "^6.0.0"
6141+
6142+
wrap-ansi@^7.0.0:
61186143
version "7.0.0"
61196144
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
61206145
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)