Skip to content

Commit eb28fe4

Browse files
committed
overrided picomatch dependency
1 parent c145d5c commit eb28fe4

File tree

6 files changed

+35
-10
lines changed

6 files changed

+35
-10
lines changed

packages/contentstack-auth/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@
1717
"dependencies": {
1818
"@contentstack/cli-command": "~1.8.0",
1919
"@contentstack/cli-utilities": "~1.18.0",
20-
"@oclif/core": "^4.3.0",
20+
"@oclif/core": "^4.8.3",
2121
"@oclif/plugin-help": "^6.2.28",
2222
"otplib": "^12.0.1"
2323
},
24+
"overrides": {
25+
"@oclif/core": {
26+
"picomatch": "^4.0.4"
27+
}
28+
},
2429
"devDependencies": {
2530
"@fancy-test/nock": "^0.1.1",
2631
"@oclif/plugin-help": "^6.2.28",

packages/contentstack-command/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@
1616
"dependencies": {
1717
"@contentstack/cli-utilities": "~1.18.0",
1818
"contentstack": "^3.25.3",
19-
"@oclif/core": "^4.3.0",
19+
"@oclif/core": "^4.8.3",
2020
"@oclif/plugin-help": "^6.2.28"
2121
},
22+
"overrides": {
23+
"@oclif/core": {
24+
"picomatch": "^4.0.4"
25+
}
26+
},
2227
"devDependencies": {
2328
"@oclif/test": "^4.1.13",
2429
"@types/mkdirp": "^1.0.2",

packages/contentstack-config/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@
1717
"@contentstack/cli-command": "~1.8.0",
1818
"@contentstack/cli-utilities": "~1.18.0",
1919
"@contentstack/utils": "~1.7.0",
20-
"@oclif/core": "^4.3.0",
20+
"@oclif/core": "^4.8.3",
2121
"@oclif/plugin-help": "^6.2.28",
2222
"lodash": "^4.17.23"
2323
},
24+
"overrides": {
25+
"@oclif/core": {
26+
"picomatch": "^4.0.4"
27+
}
28+
},
2429
"devDependencies": {
2530
"@oclif/test": "^4.1.13",
2631
"@types/chai": "^4.3.20",

packages/contentstack-utilities/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@contentstack/management": "~1.27.5",
3131
"@contentstack/marketplace-sdk": "^1.5.0",
32-
"@oclif/core": "^4.3.0",
32+
"@oclif/core": "^4.8.3",
3333
"axios": "^1.13.5",
3434
"chalk": "^4.1.2",
3535
"cli-cursor": "^3.1.0",
@@ -57,6 +57,11 @@
5757
"winston": "^3.17.0",
5858
"xdg-basedir": "^4.0.0"
5959
},
60+
"overrides": {
61+
"@oclif/core": {
62+
"picomatch": "^4.0.4"
63+
}
64+
},
6065
"devDependencies": {
6166
"@types/chai": "^4.3.20",
6267
"@types/inquirer": "^9.0.8",

packages/contentstack/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@contentstack/cli-utilities": "~1.17.4",
3939
"@contentstack/cli-variants": "~1.3.8",
4040
"@contentstack/management": "~1.27.5",
41-
"@oclif/core": "^4.3.0",
41+
"@oclif/core": "^4.8.3",
4242
"@oclif/plugin-help": "^6.2.28",
4343
"@oclif/plugin-not-found": "^3.2.53",
4444
"@oclif/plugin-plugins": "^5.4.54",
@@ -53,6 +53,11 @@
5353
"uuid": "^9.0.1",
5454
"winston": "^3.17.0"
5555
},
56+
"overrides": {
57+
"@oclif/core": {
58+
"picomatch": "^4.0.4"
59+
}
60+
},
5661
"devDependencies": {
5762
"@oclif/test": "^4.1.16",
5863
"@types/chai": "^4.3.20",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)