@snyk/error-catalog-nodejs-public 5.4.2 → 5.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snyk/error-catalog-nodejs-public",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
4
4
  "type": "commonjs",
5
5
  "author": "snyk.io",
6
6
  "license": "Apache-2.0",
@@ -79,7 +79,7 @@ class AnalysisResultSizeLimitExceededError extends problem_error_1.ProblemError
79
79
  super({
80
80
  title: 'Analysis result size limit exceeded',
81
81
  type: 'https://docs.snyk.io/more-info/error-catalog#snyk-code-0002',
82
- status: 500,
82
+ status: 422,
83
83
  errorCode: 'SNYK-CODE-0002',
84
84
  level: 'error',
85
85
  classification: types_1.Classification.UNSUPPORTED,