Skip to content

Commit 1160e5a

Browse files
chore(deps-dev): bump strip-indent from 3.0.0 to 4.0.0
Bumps [strip-indent](https://github.com/sindresorhus/strip-indent) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/strip-indent/releases) - [Commits](sindresorhus/strip-indent@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: strip-indent dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f53bdfe commit 1160e5a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"postinstall-postinstall": "^2.1.0",
5353
"prettier": "^3.0.0",
5454
"semantic-release": "^24.1.0",
55-
"strip-indent": "^3.0.0",
55+
"strip-indent": "^4.0.0",
5656
"ts-jest": "29.1.1",
5757
"ts-node": "^10.9.1",
5858
"typescript": "^5.5.4"

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -6799,9 +6799,9 @@ mimic-response@^4.0.0:
67996799
resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz"
68006800
integrity sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==
68016801

6802-
min-indent@^1.0.0:
6802+
min-indent@^1.0.1:
68036803
version "1.0.1"
6804-
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
6804+
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
68056805
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
68066806

68076807
@@ -8626,12 +8626,12 @@ strip-final-newline@^4.0.0:
86268626
resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-4.0.0.tgz"
86278627
integrity sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==
86288628

8629-
strip-indent@^3.0.0:
8630-
version "3.0.0"
8631-
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz"
8632-
integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
8629+
strip-indent@^4.0.0:
8630+
version "4.0.0"
8631+
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.0.0.tgz#b41379433dd06f5eae805e21d631e07ee670d853"
8632+
integrity sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==
86338633
dependencies:
8634-
min-indent "^1.0.0"
8634+
min-indent "^1.0.1"
86358635

86368636
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
86378637
version "3.1.1"

0 commit comments

Comments
 (0)