Skip to content

Commit a38cf34

Browse files
committed
Snyk fixes
1 parent 6e4980c commit a38cf34

6 files changed

Lines changed: 86 additions & 81 deletions

File tree

.talismanrc

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 445d77cc28199508bb51188b622523184baf109cffd6a027403463b00d7c7698
4-
- filename: packages/contentstack-utilities/src/proxy-helper.ts
5-
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
6-
- filename: .cursor/skills/code-review/SKILL.md
7-
checksum: 29d812ac5c2ed4c55490f8d31e15eb592851601a6a141354cb458b1b9f1daa7a
8-
- filename: .cursor/skills/contentstack-cli/SKILL.md
9-
checksum: 2130a0c665821cd2831644aa238afef09992388f67f682c867820c0d98ab2406
10-
- filename: .cursor/skills/contentstack-cli/references/contentstack-patterns.md
11-
checksum: 159d7e31f9e32ceb708c702699c36459ed2210a61ff29ebb78efb66cec466128
12-
- filename: .cursor/skills/code-review/references/code-review-checklist.md
13-
checksum: bdf7453f08d7209deaee411f47a1132ee872b28f0eb082563dfe20aa56eab057
14-
- filename: .cursor/skills/testing/references/testing-patterns.md
15-
checksum: 0a6cb66f27eda46b40508517063a2f43fea1b4b8df878e7ddff404ab7fc126f8
16-
- filename: .github/workflows/release-production-pipeline.yml
17-
checksum: 4aef94feea3ea0538162a9454cfd30457ec85e3123672f0933713e3d113d4504
3+
checksum: 51488f2e890c8981a565edee7bdaadc3645faef772f9465e764d25d8341aee6b
184
version: '1.0'

packages/contentstack-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-auth/1.8.0 darwin-arm64 node-v22.13.1
21+
@contentstack/cli-auth/1.8.0 darwin-arm64 node-v24.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-config/1.20.1 darwin-arm64 node-v22.13.1
21+
@contentstack/cli-config/1.20.1 darwin-arm64 node-v24.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version|-v)
21-
@contentstack/cli/1.60.1 darwin-arm64 node-v22.13.1
21+
@contentstack/cli/1.60.1 darwin-arm64 node-v24.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -3838,10 +3838,11 @@ Launch related operations
38383838
```
38393839
USAGE
38403840
$ csdx launch [-d <value>] [-c <value>] [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create
3841-
React App)|CSR (Client-Side Rendered)|Angular|Nuxt|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e <value>]
3842-
[--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>] [--variable-type Import
3843-
variables from a stack|Manually add custom variables to the list|Import variables from the .env.local file|Skip
3844-
adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
3841+
React App)|CSR (Client-Side Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e
3842+
<value>] [--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>]
3843+
[--variable-type Import variables from a stack|Manually add custom variables to the list|Import variables from the
3844+
.env.local file|Skip adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest]
3845+
[--redeploy-last-upload]
38453846
38463847
FLAGS
38473848
-a, --alias=<value> [optional] Alias (name) for the delivery token.
@@ -3855,7 +3856,7 @@ FLAGS
38553856
comma. For example: APP_ENV:prod, TEST_ENV:testVal.
38563857
--framework=<option> [optional] Type of framework. <options: Gatsby|NextJS|Other>
38573858
<options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3858-
Rendered)|Angular|Nuxt|VueJs|Remix|Other>
3859+
Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other>
38593860
--org=<value> [optional] Provide the organization UID to create a new project or deployment.
38603861
--out-dir=<value> [optional] Output Directory.
38613862
--redeploy-last-upload [optional] Redeploy with last file upload

0 commit comments

Comments
 (0)