Skip to content

Commit d317591

Browse files
authored
Merge pull request #45 from contentstack/snyk-issue-fixes
snyk issues fixes
2 parents 8637589 + 15232f1 commit d317591

4 files changed

Lines changed: 250 additions & 13 deletions

File tree

.talismanrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ fileignoreconfig:
22
- filename: src/core/query-executor.ts
33
checksum: 3d0b5cf07f5a87256f132f85a5556d193ce5a1fa6d92df2c7c50514071d592b7
44
- filename: package-lock.json
5-
checksum: 37a33f085b6df7ee03b326885bc38957b84fdb17984a3b03de04fd6921b42fee
6-
- filename: src/commands/cm/stacks/export-query.ts
7-
checksum: 62e15b1a2705c49ec7abfafa65e04654fdf5025361dd3485b2b9a78be70af1f6
5+
checksum: b25e67de468beac1b821d257a372fdf56c54e045626b762ba29e6b86381b3ab6
6+
- filename: src/types/index.ts
7+
checksum: 8d3021c2690dbceeb5a97e449262834b8177f2a4a674fe13ac33d71b890ab8fd
88
- filename: src/utils/logger.ts
9-
checksum: 01a252f8f650b171f93a63ae241edd50352fde5e1e6ad5fca07c2390b38975f8
9+
checksum: c5baa97b996aaeaa0eb2c4d40d71bd67047fc85281449278f3d9058433dcb4ab
1010
version: '1.0'

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Contentstack
3+
Copyright (c) 2026 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-export-query",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "1.0.0-beta.6",
4+
"version": "1.0.0-beta.7",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-cm-export": "~1.20.2",
99
"@contentstack/cli-command": "~1.6.1",
10-
"@contentstack/cli-utilities": "~1.14.1",
10+
"@contentstack/cli-utilities": "~1.15.0",
1111
"@oclif/core": "^4.3.0",
1212
"async": "^3.2.6",
1313
"big-json": "^3.2.0",

0 commit comments

Comments
 (0)