diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml index f09161f..22e7229 100644 --- a/.github/workflows/sca-scan.yml +++ b/.github/workflows/sca-scan.yml @@ -12,4 +12,4 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - args: --all-projects --fail-on=all + args: --all-projects --fail-on=all --strict-out-of-sync=false diff --git a/package-lock.json b/package-lock.json index 9fff459..8c79fa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "contentstack-cli-tsgen", - "version": "3.3.1", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "contentstack-cli-tsgen", - "version": "3.3.1", + "version": "3.4.0", "license": "MIT", "dependencies": { "@contentstack/cli-command": "^1.3.3", - "@contentstack/cli-utilities": "^1.8.1", - "@contentstack/types-generator": "^2.2.0", + "@contentstack/cli-utilities": "^1.8.4", + "@contentstack/types-generator": "^2.3.0", "dotenv": "^16.4.7" }, "devDependencies": { @@ -737,14 +737,15 @@ } }, "node_modules/@contentstack/types-generator": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@contentstack/types-generator/-/types-generator-2.2.0.tgz", - "integrity": "sha512-yDSeseNl0jlgf61J3bSq0zUIfy36aosKlNOpDVUiGHkH5rddpN74WSUbXzGsjJgtE7RHJdNIFln/+Z8A6AYfIg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@contentstack/types-generator/-/types-generator-2.3.0.tgz", + "integrity": "sha512-pu7PgTKU3NBhv728xlrj/CDIoA5ctqtrOJ60xcTXp6X5/TSSjbiWeTlnQPo8n1sMDUxBo0p0rRVPmmp8WX5MSg==", "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^4.5.0", "@gql2ts/from-schema": "^2.0.0-4", - "axios": "^1.7.9", + "async": "^3.2.6", + "axios": "^1.8.4", "lodash": "^4.17.21", "prettier": "^3.4.2" } @@ -4390,9 +4391,9 @@ } }, "node_modules/axios": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", - "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz", + "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -16707,45 +16708,6 @@ "license": "MIT", "optional": true }, - "node_modules/recheck-linux-x64": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/recheck-linux-x64/-/recheck-linux-x64-4.4.5.tgz", - "integrity": "sha512-s8OVPCpiSGw+tLCxH3eei7Zp2AoL22kXqLmEtWXi0AnYNwfuTjZmeLn2aQjW8qhs8ZPSkxS7uRIRTeZqR5Fv/Q==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/recheck-macos-x64": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/recheck-macos-x64/-/recheck-macos-x64-4.4.5.tgz", - "integrity": "sha512-Ouup9JwwoKCDclt3Na8+/W2pVbt8FRpzjkDuyM32qTR2TOid1NI+P1GA6/VQAKEOjvaxgGjxhcP/WqAjN+EULA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/recheck-windows-x64": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/recheck-windows-x64/-/recheck-windows-x64-4.4.5.tgz", - "integrity": "sha512-mkpzLHu9G9Ztjx8HssJh9k/Xm1d1d/4OoT7etHqFk+k1NGzISCRXBD22DqYF9w8+J4QEzTAoDf8icFt0IGhOEQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/rechoir": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", diff --git a/package.json b/package.json index 8d4f27a..d0e67ac 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "contentstack-cli-tsgen", "description": "Generate TypeScript typings from a Stack.", - "version": "3.3.1", + "version": "3.4.0", "author": "Michael Davis", "bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues", "dependencies": { "@contentstack/cli-command": "^1.3.3", - "@contentstack/cli-utilities": "^1.8.1", - "@contentstack/types-generator": "^2.2.0", + "@contentstack/cli-utilities": "^1.8.4", + "@contentstack/types-generator": "^2.3.0", "dotenv": "^16.4.7" }, "devDependencies": {