Skip to content

Commit ec02bd1

Browse files
Upgraded latest axios version bump (#1525)
* Upgraded latest axios version bump * Fixed merge conflits * Fixed PR comments * Fixed PR comments
1 parent d5c88ce commit ec02bd1

File tree

19 files changed

+64
-64
lines changed

19 files changed

+64
-64
lines changed

package-lock.json

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

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@contentstack/cli-command": "~1.3.0",
22-
"@contentstack/cli-utilities": "~1.7.1",
22+
"@contentstack/cli-utilities": "~1.7.2",
2323
"@oclif/plugin-help": "^5",
2424
"@oclif/plugin-plugins": "^5.0.0",
2525
"chalk": "^4.1.2",

packages/contentstack-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-command": "~1.3.0",
26-
"@contentstack/cli-utilities": "~1.7.1",
26+
"@contentstack/cli-utilities": "~1.7.2",
2727
"chalk": "^4.0.0",
2828
"debug": "^4.1.1",
2929
"inquirer": "8.2.4",

packages/contentstack-bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-cm-seed": "~1.7.6",
20+
"@contentstack/cli-cm-seed": "~1.7.9",
2121
"@contentstack/cli-command": "~1.3.0",
22-
"@contentstack/cli-utilities": "~1.7.1",
22+
"@contentstack/cli-utilities": "~1.7.2",
2323
"inquirer": "8.2.4",
2424
"mkdirp": "^1.0.4",
2525
"tar": "^6.2.1 "

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.3.0",
9-
"@contentstack/cli-utilities": "~1.7.1",
9+
"@contentstack/cli-utilities": "~1.7.2",
1010
"@oclif/core": "^3.26.5",
1111
"async": "^3.2.4",
1212
"big-json": "^3.2.0",

packages/contentstack-bulk-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.3.0",
9-
"@contentstack/cli-utilities": "~1.7.1",
9+
"@contentstack/cli-utilities": "~1.7.2",
1010
"bluebird": "^3.7.2",
1111
"chalk": "^4.1.2",
1212
"dotenv": "^16.1.4",

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@contentstack/cli-cm-export": "~1.11.7",
1010
"@contentstack/cli-cm-import": "~1.16.6",
1111
"@contentstack/cli-command": "~1.3.0",
12-
"@contentstack/cli-utilities": "~1.7.1",
12+
"@contentstack/cli-utilities": "~1.7.2",
1313
"async": "^3.2.4",
1414
"chalk": "^4.1.0",
1515
"child_process": "^1.0.2",

packages/contentstack-command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format": "eslint src/**/*.ts --fix"
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-utilities": "~1.7.1",
20+
"@contentstack/cli-utilities": "~1.7.2",
2121
"contentstack": "^3.10.1"
2222
},
2323
"devDependencies": {

packages/contentstack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@contentstack/cli-command": "~1.3.0",
25-
"@contentstack/cli-utilities": "~1.7.1",
25+
"@contentstack/cli-utilities": "~1.7.2",
2626
"chalk": "^4.0.0",
2727
"debug": "^4.1.1",
2828
"inquirer": "8.2.4",

packages/contentstack-export-to-csv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.3.0",
9-
"@contentstack/cli-utilities": "~1.7.1",
9+
"@contentstack/cli-utilities": "~1.7.2",
1010
"chalk": "^4.1.0",
1111
"fast-csv": "^4.3.6",
1212
"inquirer": "8.2.4",

0 commit comments

Comments
 (0)