Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
Conflicts:
	package-lock.json
	package.json
  • Loading branch information
nikola-kovacevic committed Apr 24, 2021
2 parents 440723f + 617d6d2 commit 647bd2a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 32 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.32](https://github.com/Sanofi-IADC/whispr/compare/v2.2.31...v2.2.32) (2021-04-23)


### Bug Fixes

* **dependency maintenance:** update dependency aws-sdk to v2.892.0 ([cea173d](https://github.com/Sanofi-IADC/whispr/commit/cea173d1e7bc207003d04572ef49295ae3ac5ab1))

## [2.2.31](https://github.com/Sanofi-IADC/whispr/compare/v2.2.30...v2.2.31) (2021-04-22)


Expand Down
41 changes: 12 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanofi-iadc/whispr",
"version": "2.2.31",
"version": "2.2.32",
"private": true,
"description": "",
"author": "",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/graphql": "14.5.0",
"amazon-cognito-identity-js": "4.6.0",
"apollo-server-fastify": "2.19.0",
"aws-sdk": "2.891.0",
"aws-sdk": "2.892.0",
"class-transformer": "0.3.1",
"class-validator": "0.13.1",
"cross-fetch": "3.1.4",
Expand Down Expand Up @@ -89,7 +89,7 @@
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.24.0",
"eslint": "7.25.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.2.0",
"eslint-config-standard": "16.0.2",
Expand Down

0 comments on commit 647bd2a

Please sign in to comment.