Skip to content

Commit dad79f8

Browse files
Merge branch 'development' into snyk-fixes
2 parents a38cf34 + 1c7fe60 commit dad79f8

8 files changed

Lines changed: 1229 additions & 1223 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 51488f2e890c8981a565edee7bdaadc3645faef772f9465e764d25d8341aee6b
3+
checksum: 1d26b6624acaf6ba0ec7a8892cb3fc0a2c57c8a35e89867038b4bd7977386d1c
44
version: '1.0'

packages/contentstack-auth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -15,10 +15,10 @@
1515
"lint": "eslint src/**/*.ts"
1616
},
1717
"dependencies": {
18-
"@contentstack/cli-command": "~1.8.0",
19-
"@contentstack/cli-utilities": "~1.18.0",
20-
"@oclif/core": "^4.8.3",
21-
"@oclif/plugin-help": "^6.2.28",
18+
"@contentstack/cli-command": "~1.8.1",
19+
"@contentstack/cli-utilities": "~1.18.2",
20+
"@oclif/core": "^4.10.5",
21+
"@oclif/plugin-help": "^6.2.44",
2222
"otplib": "^12.0.1"
2323
},
2424
"overrides": {

packages/contentstack-command/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -14,9 +14,9 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-utilities": "~1.18.0",
18-
"contentstack": "^3.25.3",
19-
"@oclif/core": "^4.8.3",
17+
"@contentstack/cli-utilities": "~1.18.2",
18+
"contentstack": "^3.27.0",
19+
"@oclif/core": "^4.10.5",
2020
"@oclif/plugin-help": "^6.2.28"
2121
},
2222
"overrides": {

packages/contentstack-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.20.1",
4+
"version": "1.20.2",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "pnpm compile && oclif manifest && oclif readme",
@@ -14,9 +14,9 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-command": "~1.8.0",
18-
"@contentstack/cli-utilities": "~1.18.0",
19-
"@contentstack/utils": "~1.7.0",
17+
"@contentstack/cli-command": "~1.8.1",
18+
"@contentstack/cli-utilities": "~1.18.2",
19+
"@contentstack/utils": "~1.9.1",
2020
"@oclif/core": "^4.8.3",
2121
"@oclif/plugin-help": "^6.2.28",
2222
"lodash": "^4.18.1"
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"devDependencies": {
30-
"@oclif/test": "^4.1.13",
30+
"@oclif/test": "^4.1.18",
3131
"@types/chai": "^4.3.20",
3232
"@types/mocha": "^8.2.3",
3333
"@types/node": "^14.18.63",

packages/contentstack-utilities/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-utilities",
3-
"version": "1.18.1",
3+
"version": "1.18.2",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -27,10 +27,10 @@
2727
"author": "contentstack",
2828
"license": "MIT",
2929
"dependencies": {
30-
"@contentstack/management": "~1.27.5",
31-
"@contentstack/marketplace-sdk": "^1.5.0",
32-
"@oclif/core": "^4.8.3",
33-
"axios": "^1.13.5",
30+
"@contentstack/management": "~1.30.1",
31+
"@contentstack/marketplace-sdk": "^1.5.1",
32+
"@oclif/core": "^4.10.5",
33+
"axios": "^1.15.1",
3434
"chalk": "^4.1.2",
3535
"cli-cursor": "^3.1.0",
3636
"cli-progress": "^3.12.0",
@@ -54,7 +54,7 @@
5454
"tty-table": "^4.2.3",
5555
"unique-string": "^2.0.0",
5656
"uuid": "^9.0.1",
57-
"winston": "^3.17.0",
57+
"winston": "^3.19.0",
5858
"xdg-basedir": "^4.0.0"
5959
},
6060
"overrides": {
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@types/chai": "^4.3.20",
67-
"@types/inquirer": "^9.0.8",
67+
"@types/inquirer": "^9.0.9",
6868
"@types/mkdirp": "^1.0.2",
6969
"@types/mocha": "^10.0.10",
7070
"@types/node": "^14.18.63",
@@ -77,7 +77,7 @@
7777
"fancy-test": "^2.0.42",
7878
"mocha": "10.8.2",
7979
"nyc": "^15.1.0",
80-
"sinon": "^21.0.1",
80+
"sinon": "^21.1.2",
8181
"ts-node": "^10.9.2",
8282
"typescript": "^4.9.5"
8383
}

packages/contentstack/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.60.1",
4+
"version": "1.61.0",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -19,26 +19,26 @@
1919
"prepack": "pnpm compile && oclif manifest && oclif readme"
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-audit": "~1.19.1",
23-
"@contentstack/cli-cm-export": "~1.24.0",
24-
"@contentstack/cli-cm-import": "~1.32.0",
25-
"@contentstack/cli-auth": "~1.8.0",
26-
"@contentstack/cli-cm-bootstrap": "~1.19.0",
27-
"@contentstack/cli-cm-branches": "~1.7.1",
28-
"@contentstack/cli-cm-bulk-publish": "~1.11.1",
29-
"@contentstack/cli-cm-clone": "~1.21.1",
30-
"@contentstack/cli-cm-export-to-csv": "~1.12.0",
31-
"@contentstack/cli-cm-import-setup": "~1.8.1",
22+
"@contentstack/cli-audit": "~1.19.2",
23+
"@contentstack/cli-cm-export": "~1.24.2",
24+
"@contentstack/cli-cm-import": "~1.32.2",
25+
"@contentstack/cli-auth": "~1.8.1",
26+
"@contentstack/cli-cm-bootstrap": "~1.19.1",
27+
"@contentstack/cli-cm-branches": "~1.8.0",
28+
"@contentstack/cli-cm-bulk-publish": "~1.11.2",
29+
"@contentstack/cli-cm-clone": "~1.21.2",
30+
"@contentstack/cli-cm-export-to-csv": "~1.12.1",
31+
"@contentstack/cli-cm-import-setup": "~1.8.2",
3232
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
33-
"@contentstack/cli-cm-seed": "~1.15.0",
34-
"@contentstack/cli-command": "~1.8.0",
35-
"@contentstack/cli-config": "~1.20.1",
33+
"@contentstack/cli-cm-seed": "~1.15.1",
34+
"@contentstack/cli-command": "~1.8.1",
35+
"@contentstack/cli-config": "~1.20.2",
3636
"@contentstack/cli-launch": "^1.9.7",
37-
"@contentstack/cli-migration": "~1.12.0",
38-
"@contentstack/cli-utilities": "~1.18.1",
39-
"@contentstack/cli-variants": "~1.4.1",
40-
"@contentstack/management": "~1.27.5",
41-
"@oclif/core": "^4.8.3",
37+
"@contentstack/cli-migration": "~1.12.1",
38+
"@contentstack/cli-utilities": "~1.18.2",
39+
"@contentstack/cli-variants": "~1.4.2",
40+
"@contentstack/management": "~1.30.1",
41+
"@oclif/core": "^4.10.5",
4242
"@oclif/plugin-help": "^6.2.28",
4343
"@oclif/plugin-not-found": "^3.2.53",
4444
"@oclif/plugin-plugins": "^5.4.54",
@@ -170,4 +170,4 @@
170170
}
171171
},
172172
"repository": "https://github.com/contentstack/cli"
173-
}
173+
}

0 commit comments

Comments
 (0)