Skip to content

Commit

Permalink
Merge pull request #178 from swrlab/dev/deps-updates
Browse files Browse the repository at this point in the history
update project dependencies
  • Loading branch information
rafaelmaeuer authored Sep 13, 2021
2 parents 726d0a2 + 3f3e8b9 commit c5f1f2c
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 110 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.4] - 2021-09-13

### Changed

- Update project dependencies

## [1.1.3] - 2021-07-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "European Union Public License 1.2",
"url": "https://spdx.org/licenses/EUPL-1.2.html"
},
"version": "1.1.3"
"version": "1.1.4"
},
"externalDocs": {
"description": "ARD-Eventhub Documentation",
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
license:
name: European Union Public License 1.2
url: 'https://spdx.org/licenses/EUPL-1.2.html'
version: 1.1.3
version: 1.1.4
externalDocs:
description: ARD-Eventhub Documentation
url: 'https://swrlab.github.io/ard-eventhub/'
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ard-eventhub",
"version": "1.1.3",
"version": "1.1.4",
"description": "ARD system to distribute real-time (live) metadata for primarily radio broadcasts.",
"main": "./src/ingest/index.js",
"scripts": {
Expand All @@ -20,19 +20,19 @@
"author": "SWR Audio Lab <[email protected]>",
"license": "EUPL-1.2",
"dependencies": {
"@google-cloud/datastore": "^6.4.7",
"@google-cloud/pubsub": "^2.16.1",
"@google-cloud/secret-manager": "^3.9.0",
"@google-cloud/datastore": "^6.5.0",
"@google-cloud/pubsub": "^2.17.0",
"@google-cloud/secret-manager": "^3.10.1",
"compression": "^1.7.4",
"dd-trace": "^1.1.0",
"dd-trace": "^1.3.0",
"express": "4.17.1",
"express-openapi-validator": "^4.12.15",
"firebase-admin": "^9.11.0",
"google-auth-library": "^7.4.1",
"express-openapi-validator": "^4.13.1",
"firebase-admin": "^9.11.1",
"google-auth-library": "^7.9.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"node-crc": "^1.3.2",
"node-fetch": "2.6.1",
"node-fetch": "2.6.2",
"slug": "^5.1.0",
"swagger-ui-express": "^4.1.6",
"uuid": "^8.3.2",
Expand All @@ -49,9 +49,9 @@
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-swr": "0.0.5",
"license-compliance": "^1.2.2",
"mocha": "^9.0.3",
"mocha": "^9.1.1",
"nodemon": "^2.0.12",
"prettier": "^2.3.2"
"prettier": "^2.4.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
Loading

0 comments on commit c5f1f2c

Please sign in to comment.