Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lith committed Sep 30, 2021
1 parent cb9d36a commit a7a8c8f
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 131 deletions.
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| Version | Supported |
| ------- | ------------------ |
| 3.6.8 | :white_check_mark: |
| 3.6.5 | :white_check_mark: |
| 3.6.3 | :white_check_mark: |
| 3.6.2 | :white_check_mark: |
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-upload-google-cloud-storage",
"version": "3.6.5",
"version": "3.6.8",
"description": "(Non-official) Google Cloud Storage Provider for Strapi Upload",
"directories": {
"lib": "./lib"
Expand Down Expand Up @@ -46,19 +46,19 @@
"npm": ">=6.0.0"
},
"dependencies": {
"@google-cloud/storage": "^5.8.5",
"slugify": "^1.5.3"
"@google-cloud/storage": "^5.14.4",
"slugify": "^1.6.0"
},
"devDependencies": {
"codecov": "^3.8.2",
"eslint": "^7.27.0",
"codecov": "^3.8.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^3.4.1",
"mocha": "^8.4.0",
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"prettier": "^2.3.0"
"prettier": "^2.4.1"
}
}

0 comments on commit a7a8c8f

Please sign in to comment.