Skip to content

Commit d5da0d3

Browse files
committed
bumped version
1 parent 6bbfb37 commit d5da0d3

File tree

3 files changed

+26
-154
lines changed

3 files changed

+26
-154
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ fileignoreconfig:
1010
- filename: skills/framework/references/framework-patterns.md
1111
checksum: cae3858eea36c1f716ebe4a9679fc3d4eee628cb244cf4fc0a6eccbd8cecb36d
1212
- filename: package-lock.json
13-
checksum: 95d737d5c3712cd4c3e0416a3cdc38b705a5515f536257951431a0c340af971b
13+
checksum: 9b73c1e977f09964843bd5f7529ca8decb7e8b5ab462a4e9ab167ff2a05df53f
1414
version: '1.0'

package-lock.json

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

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -13,14 +13,17 @@
1313
"big-json": "^3.2.0",
1414
"bluebird": "^3.7.2",
1515
"chalk": "^4.1.2",
16-
"lodash": "^4.17.21",
16+
"lodash": "^4.18.1",
1717
"merge": "^2.1.1",
1818
"mkdirp": "^1.0.4",
1919
"progress-stream": "^2.0.0",
2020
"promise-limit": "^2.7.0",
2121
"tslib": "^2.8.1",
2222
"winston": "^3.17.0"
2323
},
24+
"overrides": {
25+
"brace-expansion": "^5.0.5"
26+
},
2427
"devDependencies": {
2528
"@contentstack/cli-dev-dependencies": "~1.3.1",
2629
"@oclif/plugin-help": "^6.2.33",

0 commit comments

Comments
 (0)