Skip to content

Commit 3305852

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 d26dc75 commit 3305852

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.2.5",
5757
"ts-node": "^10.9.1",
5858
"typescript": "^5.5.4"

yarn.lock

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

6882-
min-indent@^1.0.0:
6882+
min-indent@^1.0.1:
68836883
version "1.0.1"
6884-
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
6884+
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
68856885
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
68866886

68876887
@@ -8738,12 +8738,12 @@ strip-final-newline@^4.0.0:
87388738
resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-4.0.0.tgz"
87398739
integrity sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==
87408740

8741-
strip-indent@^3.0.0:
8742-
version "3.0.0"
8743-
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz"
8744-
integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
8741+
strip-indent@^4.0.0:
8742+
version "4.0.0"
8743+
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.0.0.tgz#b41379433dd06f5eae805e21d631e07ee670d853"
8744+
integrity sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==
87458745
dependencies:
8746-
min-indent "^1.0.0"
8746+
min-indent "^1.0.1"
87478747

87488748
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
87498749
version "3.1.1"

0 commit comments

Comments
 (0)