@strapi/provider-upload-aws-s3 0.0.0-next.f7babb775ed9a7e18d8351cb7f74c63e016323c4 → 0.0.0-next.fab38a080023b0850fc7a8ec8605d1ee6970e3c9

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/provider-upload-aws-s3",
3
- "version": "0.0.0-next.f7babb775ed9a7e18d8351cb7f74c63e016323c4",
3
+ "version": "0.0.0-next.fab38a080023b0850fc7a8ec8605d1ee6970e3c9",
4
4
  "description": "AWS S3 provider for strapi upload",
5
5
  "keywords": [
6
6
  "upload",
@@ -45,17 +45,17 @@
45
45
  "lint": "run -T eslint ."
46
46
  },
47
47
  "dependencies": {
48
- "aws-sdk": "2.1420.0",
48
+ "aws-sdk": "2.1437.0",
49
49
  "lodash": "4.17.21"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/jest": "29.5.2",
53
- "eslint-config-custom": "0.0.0-next.f7babb775ed9a7e18d8351cb7f74c63e016323c4",
54
- "tsconfig": "0.0.0-next.f7babb775ed9a7e18d8351cb7f74c63e016323c4"
53
+ "eslint-config-custom": "0.0.0-next.fab38a080023b0850fc7a8ec8605d1ee6970e3c9",
54
+ "tsconfig": "0.0.0-next.fab38a080023b0850fc7a8ec8605d1ee6970e3c9"
55
55
  },
56
56
  "engines": {
57
57
  "node": ">=16.0.0 <=20.x.x",
58
58
  "npm": ">=6.0.0"
59
59
  },
60
- "gitHead": "f7babb775ed9a7e18d8351cb7f74c63e016323c4"
60
+ "gitHead": "fab38a080023b0850fc7a8ec8605d1ee6970e3c9"
61
61
  }