@cumulus/api 20.1.0 → 20.1.1

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/dist/app/index.js CHANGED
@@ -749195,7 +749195,7 @@ exports.NEVER = parseUtil_1.INVALID;
749195
749195
  /***/ ((module) => {
749196
749196
 
749197
749197
  "use strict";
749198
- module.exports = /*#__PURE__*/JSON.parse('{"name":"@cumulus/api","version":"20.1.0","description":"Lambda functions for handling all daac\'s API operations","main":"index.js","engines":{"node":">=20.12.2"},"scripts":{"build-lambda-zips":"for x in $(ls dist); do (cd dist/${x} && rm -f lambda.zip && find . | xargs node ../../../../bin/zip.js lambda.zip && echo zipped ${x}); done","build":"node --max-old-space-size=4096 ../../node_modules/.bin/webpack","clean":"git clean -d -x -e node_modules -f","link-api-bin":"sh ./bin/link-api-bin.sh","package":"npm run prepare && npm run build && npm run link-api-bin && npm run build-lambda-zips","prepare":"npm run tsc","serve-dist-oauth":"LOCALSTACK_HOST=localhost NODE_ENV=test ./bin/cli.js serve-dist","serve-dist-remote":"./bin/cli.js serve-dist","serve-dist":"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true ./bin/cli.js serve-dist","serve-oauth":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test ./bin/cli.js serve","serve-remote":"./bin/cli.js serve","serve":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true ./bin/cli.js serve","serve:debug":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true node --inspect-brk ./bin/cli.js serve","tsc":"../../node_modules/.bin/tsc","tsc:listEmittedFiles":"../../node_modules/.bin/tsc --listEmittedFiles","test":"../../node_modules/.bin/ava","test:ci":"../../scripts/run_package_ci_unit.sh && ./performance_tests.sh","test:coverage":"../../node_modules/.bin/nyc npm test","watch":"../../node_modules/.bin/webpack --progress -w","coverage":"python ../../scripts/coverage_handler/coverage.py"},"ava":{"files":["tests/**/*.js","!tests/endpoints/fixtures/**/*.js","!tests/endpoints/utils.js","!tests/es/helpers/**/*.js","!tests/endpoints/granules/helpers.js","!tests/helpers/**/*.js","!tests/performance/**/*.js"],"verbose":true,"timeout":"20m","failFast":true},"publishConfig":{"access":"public"},"keywords":["Cumulus"],"author":"Cumulus Authors","license":"Apache-2.0","dependencies":{"@aws-sdk/client-lambda":"^3.621.0","@aws-sdk/client-sns":"^3.621.0","@aws-sdk/client-sqs":"^3.621.0","@cumulus/api-client":"20.1.0","@cumulus/async-operations":"20.1.0","@cumulus/aws-client":"20.1.0","@cumulus/cmr-client":"20.1.0","@cumulus/cmrjs":"20.1.0","@cumulus/collection-config-store":"20.1.0","@cumulus/common":"20.1.0","@cumulus/db":"20.1.0","@cumulus/distribution-utils":"20.1.0","@cumulus/errors":"20.1.0","@cumulus/es-client":"20.1.0","@cumulus/ingest":"20.1.0","@cumulus/launchpad-auth":"20.1.0","@cumulus/logger":"20.1.0","@cumulus/message":"20.1.0","@cumulus/oauth-client":"20.1.0","@cumulus/object-store":"20.1.0","@cumulus/pvl":"20.1.0","@cumulus/sftp-client":"20.1.0","@cumulus/types":"20.1.0","@hapi/boom":"^10.0.0","@mapbox/dyno":"^1.4.2","aggregate-error":"^3.1.0","ajv":"^6.12.3","aws-serverless-express":"^3.3.5","body-parser":"^1.18.3","commander":"^2.15.0","cookie-parser":"^1.4.3","cors":"^2.8.5","deepdash":"^5.3.9","dynamodb-data-types":"^3.0.0","express":"^4.16.4","express-promise-router":"^3.0.3","googleapis":"^49.0.0","got":"^11.8.5","hsts":"^2.1.0","is-valid-hostname":"1.0.2","js-yaml":"^3.13.1","json2csv":"^4.5.1","jsonpath-plus":"^10.0.0","jsonwebtoken":"^9.0.0","knex":"2.4.1","lodash":"^4.17.21","moment":"^2.30.1","morgan":"^1.9.1","node-forge":"^1.3.0","nodeify":"^1.0.1","nunjucks":"^3.2.3","p-each-series":"^2.1.0","p-limit":"^1.2.0","p-map":"^4.0.0","p-retry":"^2.0.0","p-settle":"^4.1.1","p-times":"^4.0.0","p-wait-for":"^2.0.1","querystring":"^0.2.0","saml2-js":"^4.0.0","semver":"^7.3.2","split2":"^2.2.0","superagent-defaults":"0.1.14","tough-cookie":"~4.1.2","url-join":"^4.0.0","uuid":"^3.2.1","xml2js":"0.5.0","zod":"^3.20.2"},"overrides":{"saml2-js":{"xml2js":"0.5.0"}},"devDependencies":{"@cumulus/test-data":"20.1.0","aws-sdk-client-mock":"^3.0.1"}}');
749198
+ module.exports = /*#__PURE__*/JSON.parse('{"name":"@cumulus/api","version":"20.1.1","description":"Lambda functions for handling all daac\'s API operations","main":"index.js","engines":{"node":">=20.12.2"},"scripts":{"build-lambda-zips":"for x in $(ls dist); do (cd dist/${x} && rm -f lambda.zip && find . | xargs node ../../../../bin/zip.js lambda.zip && echo zipped ${x}); done","build":"node --max-old-space-size=4096 ../../node_modules/.bin/webpack","clean":"git clean -d -x -e node_modules -f","link-api-bin":"sh ./bin/link-api-bin.sh","package":"npm run prepare && npm run build && npm run link-api-bin && npm run build-lambda-zips","prepare":"npm run tsc","serve-dist-oauth":"LOCALSTACK_HOST=localhost NODE_ENV=test ./bin/cli.js serve-dist","serve-dist-remote":"./bin/cli.js serve-dist","serve-dist":"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true ./bin/cli.js serve-dist","serve-oauth":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test ./bin/cli.js serve","serve-remote":"./bin/cli.js serve","serve":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true ./bin/cli.js serve","serve:debug":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true node --inspect-brk ./bin/cli.js serve","tsc":"../../node_modules/.bin/tsc","tsc:listEmittedFiles":"../../node_modules/.bin/tsc --listEmittedFiles","test":"../../node_modules/.bin/ava","test:ci":"../../scripts/run_package_ci_unit.sh && ./performance_tests.sh","test:coverage":"../../node_modules/.bin/nyc npm test","watch":"../../node_modules/.bin/webpack --progress -w","coverage":"python ../../scripts/coverage_handler/coverage.py"},"ava":{"files":["tests/**/*.js","!tests/endpoints/fixtures/**/*.js","!tests/endpoints/utils.js","!tests/es/helpers/**/*.js","!tests/endpoints/granules/helpers.js","!tests/helpers/**/*.js","!tests/performance/**/*.js"],"verbose":true,"timeout":"20m","failFast":true},"publishConfig":{"access":"public"},"keywords":["Cumulus"],"author":"Cumulus Authors","license":"Apache-2.0","dependencies":{"@aws-sdk/client-lambda":"^3.621.0","@aws-sdk/client-sns":"^3.621.0","@aws-sdk/client-sqs":"^3.621.0","@cumulus/api-client":"20.1.1","@cumulus/async-operations":"20.1.1","@cumulus/aws-client":"20.1.1","@cumulus/cmr-client":"20.1.1","@cumulus/cmrjs":"20.1.1","@cumulus/collection-config-store":"20.1.1","@cumulus/common":"20.1.1","@cumulus/db":"20.1.1","@cumulus/distribution-utils":"20.1.1","@cumulus/errors":"20.1.1","@cumulus/es-client":"20.1.1","@cumulus/ingest":"20.1.1","@cumulus/launchpad-auth":"20.1.1","@cumulus/logger":"20.1.1","@cumulus/message":"20.1.1","@cumulus/oauth-client":"20.1.1","@cumulus/object-store":"20.1.1","@cumulus/pvl":"20.1.1","@cumulus/sftp-client":"20.1.1","@cumulus/types":"20.1.1","@hapi/boom":"^10.0.0","@mapbox/dyno":"^1.4.2","aggregate-error":"^3.1.0","ajv":"^6.12.3","aws-serverless-express":"^3.3.5","body-parser":"^1.18.3","commander":"^2.15.0","cookie-parser":"^1.4.3","cors":"^2.8.5","deepdash":"^5.3.9","dynamodb-data-types":"^3.0.0","express":"^4.16.4","express-promise-router":"^3.0.3","googleapis":"^49.0.0","got":"^11.8.5","hsts":"^2.1.0","is-valid-hostname":"1.0.2","js-yaml":"^3.13.1","json2csv":"^4.5.1","jsonpath-plus":"^10.0.0","jsonwebtoken":"^9.0.0","knex":"2.4.1","lodash":"^4.17.21","moment":"^2.30.1","morgan":"^1.9.1","node-forge":"^1.3.0","nodeify":"^1.0.1","nunjucks":"^3.2.3","p-each-series":"^2.1.0","p-limit":"^1.2.0","p-map":"^4.0.0","p-retry":"^2.0.0","p-settle":"^4.1.1","p-times":"^4.0.0","p-wait-for":"^2.0.1","querystring":"^0.2.0","saml2-js":"^4.0.0","semver":"^7.3.2","split2":"^2.2.0","superagent-defaults":"0.1.14","tough-cookie":"~4.1.2","url-join":"^4.0.0","uuid":"^3.2.1","xml2js":"0.5.0","zod":"^3.20.2"},"overrides":{"saml2-js":{"xml2js":"0.5.0"}},"devDependencies":{"@cumulus/test-data":"20.1.1","aws-sdk-client-mock":"^3.0.1"}}');
749199
749199
 
749200
749200
  /***/ }),
749201
749201
 
Binary file
@@ -305216,7 +305216,7 @@ function vary (res, field) {
305216
305216
  /***/ ((module) => {
305217
305217
 
305218
305218
  "use strict";
305219
- module.exports = /*#__PURE__*/JSON.parse('{"name":"@cumulus/api","version":"20.1.0","description":"Lambda functions for handling all daac\'s API operations","main":"index.js","engines":{"node":">=20.12.2"},"scripts":{"build-lambda-zips":"for x in $(ls dist); do (cd dist/${x} && rm -f lambda.zip && find . | xargs node ../../../../bin/zip.js lambda.zip && echo zipped ${x}); done","build":"node --max-old-space-size=4096 ../../node_modules/.bin/webpack","clean":"git clean -d -x -e node_modules -f","link-api-bin":"sh ./bin/link-api-bin.sh","package":"npm run prepare && npm run build && npm run link-api-bin && npm run build-lambda-zips","prepare":"npm run tsc","serve-dist-oauth":"LOCALSTACK_HOST=localhost NODE_ENV=test ./bin/cli.js serve-dist","serve-dist-remote":"./bin/cli.js serve-dist","serve-dist":"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true ./bin/cli.js serve-dist","serve-oauth":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test ./bin/cli.js serve","serve-remote":"./bin/cli.js serve","serve":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true ./bin/cli.js serve","serve:debug":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true node --inspect-brk ./bin/cli.js serve","tsc":"../../node_modules/.bin/tsc","tsc:listEmittedFiles":"../../node_modules/.bin/tsc --listEmittedFiles","test":"../../node_modules/.bin/ava","test:ci":"../../scripts/run_package_ci_unit.sh && ./performance_tests.sh","test:coverage":"../../node_modules/.bin/nyc npm test","watch":"../../node_modules/.bin/webpack --progress -w","coverage":"python ../../scripts/coverage_handler/coverage.py"},"ava":{"files":["tests/**/*.js","!tests/endpoints/fixtures/**/*.js","!tests/endpoints/utils.js","!tests/es/helpers/**/*.js","!tests/endpoints/granules/helpers.js","!tests/helpers/**/*.js","!tests/performance/**/*.js"],"verbose":true,"timeout":"20m","failFast":true},"publishConfig":{"access":"public"},"keywords":["Cumulus"],"author":"Cumulus Authors","license":"Apache-2.0","dependencies":{"@aws-sdk/client-lambda":"^3.621.0","@aws-sdk/client-sns":"^3.621.0","@aws-sdk/client-sqs":"^3.621.0","@cumulus/api-client":"20.1.0","@cumulus/async-operations":"20.1.0","@cumulus/aws-client":"20.1.0","@cumulus/cmr-client":"20.1.0","@cumulus/cmrjs":"20.1.0","@cumulus/collection-config-store":"20.1.0","@cumulus/common":"20.1.0","@cumulus/db":"20.1.0","@cumulus/distribution-utils":"20.1.0","@cumulus/errors":"20.1.0","@cumulus/es-client":"20.1.0","@cumulus/ingest":"20.1.0","@cumulus/launchpad-auth":"20.1.0","@cumulus/logger":"20.1.0","@cumulus/message":"20.1.0","@cumulus/oauth-client":"20.1.0","@cumulus/object-store":"20.1.0","@cumulus/pvl":"20.1.0","@cumulus/sftp-client":"20.1.0","@cumulus/types":"20.1.0","@hapi/boom":"^10.0.0","@mapbox/dyno":"^1.4.2","aggregate-error":"^3.1.0","ajv":"^6.12.3","aws-serverless-express":"^3.3.5","body-parser":"^1.18.3","commander":"^2.15.0","cookie-parser":"^1.4.3","cors":"^2.8.5","deepdash":"^5.3.9","dynamodb-data-types":"^3.0.0","express":"^4.16.4","express-promise-router":"^3.0.3","googleapis":"^49.0.0","got":"^11.8.5","hsts":"^2.1.0","is-valid-hostname":"1.0.2","js-yaml":"^3.13.1","json2csv":"^4.5.1","jsonpath-plus":"^10.0.0","jsonwebtoken":"^9.0.0","knex":"2.4.1","lodash":"^4.17.21","moment":"^2.30.1","morgan":"^1.9.1","node-forge":"^1.3.0","nodeify":"^1.0.1","nunjucks":"^3.2.3","p-each-series":"^2.1.0","p-limit":"^1.2.0","p-map":"^4.0.0","p-retry":"^2.0.0","p-settle":"^4.1.1","p-times":"^4.0.0","p-wait-for":"^2.0.1","querystring":"^0.2.0","saml2-js":"^4.0.0","semver":"^7.3.2","split2":"^2.2.0","superagent-defaults":"0.1.14","tough-cookie":"~4.1.2","url-join":"^4.0.0","uuid":"^3.2.1","xml2js":"0.5.0","zod":"^3.20.2"},"overrides":{"saml2-js":{"xml2js":"0.5.0"}},"devDependencies":{"@cumulus/test-data":"20.1.0","aws-sdk-client-mock":"^3.0.1"}}');
305219
+ module.exports = /*#__PURE__*/JSON.parse('{"name":"@cumulus/api","version":"20.1.1","description":"Lambda functions for handling all daac\'s API operations","main":"index.js","engines":{"node":">=20.12.2"},"scripts":{"build-lambda-zips":"for x in $(ls dist); do (cd dist/${x} && rm -f lambda.zip && find . | xargs node ../../../../bin/zip.js lambda.zip && echo zipped ${x}); done","build":"node --max-old-space-size=4096 ../../node_modules/.bin/webpack","clean":"git clean -d -x -e node_modules -f","link-api-bin":"sh ./bin/link-api-bin.sh","package":"npm run prepare && npm run build && npm run link-api-bin && npm run build-lambda-zips","prepare":"npm run tsc","serve-dist-oauth":"LOCALSTACK_HOST=localhost NODE_ENV=test ./bin/cli.js serve-dist","serve-dist-remote":"./bin/cli.js serve-dist","serve-dist":"LOCALSTACK_HOST=localhost NODE_ENV=test FAKE_AUTH=true ./bin/cli.js serve-dist","serve-oauth":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test ./bin/cli.js serve","serve-remote":"./bin/cli.js serve","serve":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true ./bin/cli.js serve","serve:debug":"LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost NODE_ENV=test FAKE_AUTH=true node --inspect-brk ./bin/cli.js serve","tsc":"../../node_modules/.bin/tsc","tsc:listEmittedFiles":"../../node_modules/.bin/tsc --listEmittedFiles","test":"../../node_modules/.bin/ava","test:ci":"../../scripts/run_package_ci_unit.sh && ./performance_tests.sh","test:coverage":"../../node_modules/.bin/nyc npm test","watch":"../../node_modules/.bin/webpack --progress -w","coverage":"python ../../scripts/coverage_handler/coverage.py"},"ava":{"files":["tests/**/*.js","!tests/endpoints/fixtures/**/*.js","!tests/endpoints/utils.js","!tests/es/helpers/**/*.js","!tests/endpoints/granules/helpers.js","!tests/helpers/**/*.js","!tests/performance/**/*.js"],"verbose":true,"timeout":"20m","failFast":true},"publishConfig":{"access":"public"},"keywords":["Cumulus"],"author":"Cumulus Authors","license":"Apache-2.0","dependencies":{"@aws-sdk/client-lambda":"^3.621.0","@aws-sdk/client-sns":"^3.621.0","@aws-sdk/client-sqs":"^3.621.0","@cumulus/api-client":"20.1.1","@cumulus/async-operations":"20.1.1","@cumulus/aws-client":"20.1.1","@cumulus/cmr-client":"20.1.1","@cumulus/cmrjs":"20.1.1","@cumulus/collection-config-store":"20.1.1","@cumulus/common":"20.1.1","@cumulus/db":"20.1.1","@cumulus/distribution-utils":"20.1.1","@cumulus/errors":"20.1.1","@cumulus/es-client":"20.1.1","@cumulus/ingest":"20.1.1","@cumulus/launchpad-auth":"20.1.1","@cumulus/logger":"20.1.1","@cumulus/message":"20.1.1","@cumulus/oauth-client":"20.1.1","@cumulus/object-store":"20.1.1","@cumulus/pvl":"20.1.1","@cumulus/sftp-client":"20.1.1","@cumulus/types":"20.1.1","@hapi/boom":"^10.0.0","@mapbox/dyno":"^1.4.2","aggregate-error":"^3.1.0","ajv":"^6.12.3","aws-serverless-express":"^3.3.5","body-parser":"^1.18.3","commander":"^2.15.0","cookie-parser":"^1.4.3","cors":"^2.8.5","deepdash":"^5.3.9","dynamodb-data-types":"^3.0.0","express":"^4.16.4","express-promise-router":"^3.0.3","googleapis":"^49.0.0","got":"^11.8.5","hsts":"^2.1.0","is-valid-hostname":"1.0.2","js-yaml":"^3.13.1","json2csv":"^4.5.1","jsonpath-plus":"^10.0.0","jsonwebtoken":"^9.0.0","knex":"2.4.1","lodash":"^4.17.21","moment":"^2.30.1","morgan":"^1.9.1","node-forge":"^1.3.0","nodeify":"^1.0.1","nunjucks":"^3.2.3","p-each-series":"^2.1.0","p-limit":"^1.2.0","p-map":"^4.0.0","p-retry":"^2.0.0","p-settle":"^4.1.1","p-times":"^4.0.0","p-wait-for":"^2.0.1","querystring":"^0.2.0","saml2-js":"^4.0.0","semver":"^7.3.2","split2":"^2.2.0","superagent-defaults":"0.1.14","tough-cookie":"~4.1.2","url-join":"^4.0.0","uuid":"^3.2.1","xml2js":"0.5.0","zod":"^3.20.2"},"overrides":{"saml2-js":{"xml2js":"0.5.0"}},"devDependencies":{"@cumulus/test-data":"20.1.1","aws-sdk-client-mock":"^3.0.1"}}');
305220
305220
 
305221
305221
  /***/ }),
305222
305222
 
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/ecs-async-operation",
3
- "version": "20.1.0",
3
+ "version": "20.1.1",
4
4
  "description": "The docker image for running async operations",
5
5
  "keywords": [
6
6
  "NASA",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@aws-sdk/client-lambda": "^3.621.0",
26
- "@cumulus/aws-client": "20.1.0",
27
- "@cumulus/db": "20.1.0",
28
- "@cumulus/logger": "20.1.0",
26
+ "@cumulus/aws-client": "20.1.1",
27
+ "@cumulus/db": "20.1.1",
28
+ "@cumulus/logger": "20.1.1",
29
29
  "crypto-random-string": "^3.2.0",
30
30
  "got": "^11.8.5",
31
31
  "lodash": "^4.17.21",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/api",
3
- "version": "20.1.0",
3
+ "version": "20.1.1",
4
4
  "description": "Lambda functions for handling all daac's API operations",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -54,26 +54,26 @@
54
54
  "@aws-sdk/client-lambda": "^3.621.0",
55
55
  "@aws-sdk/client-sns": "^3.621.0",
56
56
  "@aws-sdk/client-sqs": "^3.621.0",
57
- "@cumulus/api-client": "20.1.0",
58
- "@cumulus/async-operations": "20.1.0",
59
- "@cumulus/aws-client": "20.1.0",
60
- "@cumulus/cmr-client": "20.1.0",
61
- "@cumulus/cmrjs": "20.1.0",
62
- "@cumulus/collection-config-store": "20.1.0",
63
- "@cumulus/common": "20.1.0",
64
- "@cumulus/db": "20.1.0",
65
- "@cumulus/distribution-utils": "20.1.0",
66
- "@cumulus/errors": "20.1.0",
67
- "@cumulus/es-client": "20.1.0",
68
- "@cumulus/ingest": "20.1.0",
69
- "@cumulus/launchpad-auth": "20.1.0",
70
- "@cumulus/logger": "20.1.0",
71
- "@cumulus/message": "20.1.0",
72
- "@cumulus/oauth-client": "20.1.0",
73
- "@cumulus/object-store": "20.1.0",
74
- "@cumulus/pvl": "20.1.0",
75
- "@cumulus/sftp-client": "20.1.0",
76
- "@cumulus/types": "20.1.0",
57
+ "@cumulus/api-client": "20.1.1",
58
+ "@cumulus/async-operations": "20.1.1",
59
+ "@cumulus/aws-client": "20.1.1",
60
+ "@cumulus/cmr-client": "20.1.1",
61
+ "@cumulus/cmrjs": "20.1.1",
62
+ "@cumulus/collection-config-store": "20.1.1",
63
+ "@cumulus/common": "20.1.1",
64
+ "@cumulus/db": "20.1.1",
65
+ "@cumulus/distribution-utils": "20.1.1",
66
+ "@cumulus/errors": "20.1.1",
67
+ "@cumulus/es-client": "20.1.1",
68
+ "@cumulus/ingest": "20.1.1",
69
+ "@cumulus/launchpad-auth": "20.1.1",
70
+ "@cumulus/logger": "20.1.1",
71
+ "@cumulus/message": "20.1.1",
72
+ "@cumulus/oauth-client": "20.1.1",
73
+ "@cumulus/object-store": "20.1.1",
74
+ "@cumulus/pvl": "20.1.1",
75
+ "@cumulus/sftp-client": "20.1.1",
76
+ "@cumulus/types": "20.1.1",
77
77
  "@hapi/boom": "^10.0.0",
78
78
  "@mapbox/dyno": "^1.4.2",
79
79
  "aggregate-error": "^3.1.0",
@@ -126,8 +126,8 @@
126
126
  }
127
127
  },
128
128
  "devDependencies": {
129
- "@cumulus/test-data": "20.1.0",
129
+ "@cumulus/test-data": "20.1.1",
130
130
  "aws-sdk-client-mock": "^3.0.1"
131
131
  },
132
- "gitHead": "c2ecf1ce2ae86a16639848c7d42b579a7380c2f3"
132
+ "gitHead": "dde772911627dd96b944a8eca65fdff388848ec6"
133
133
  }