mirror of
https://github.com/directus/directus.git
synced 2026-01-24 18:07:55 -05:00
Bump strip-indent from 3.0.0 to 4.0.0 (#5780)
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](https://github.com/sindresorhus/strip-indent/compare/v3.0.0...v4.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
26
package-lock.json
generated
26
package-lock.json
generated
@@ -48227,7 +48227,7 @@
|
||||
"pretty-ms": "^7.0.1",
|
||||
"shimmer": "^1.2.1",
|
||||
"strip-ansi": "^6.0.0",
|
||||
"strip-indent": "^3.0.0",
|
||||
"strip-indent": "^4.0.0",
|
||||
"yargs": "^17.0.1",
|
||||
"yargs-parser": "^20.2.7"
|
||||
},
|
||||
@@ -48353,6 +48353,20 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"packages/cli/node_modules/strip-indent": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz",
|
||||
"integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==",
|
||||
"dependencies": {
|
||||
"min-indent": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"packages/cli/node_modules/universalify": {
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
||||
@@ -53072,7 +53086,7 @@
|
||||
"rimraf": "^3.0.2",
|
||||
"shimmer": "^1.2.1",
|
||||
"strip-ansi": "^6.0.0",
|
||||
"strip-indent": "^3.0.0",
|
||||
"strip-indent": "^4.0.0",
|
||||
"ts-jest": "^26.5.6",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.2.2",
|
||||
@@ -53160,6 +53174,14 @@
|
||||
"is-wsl": "^2.2.0"
|
||||
}
|
||||
},
|
||||
"strip-indent": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz",
|
||||
"integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==",
|
||||
"requires": {
|
||||
"min-indent": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"universalify": {
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
"pretty-ms": "^7.0.1",
|
||||
"shimmer": "^1.2.1",
|
||||
"strip-ansi": "^6.0.0",
|
||||
"strip-indent": "^3.0.0",
|
||||
"strip-indent": "^4.0.0",
|
||||
"yargs": "^17.0.1",
|
||||
"yargs-parser": "^20.2.7"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user