Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
chore: release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed May 8, 2019
1 parent 50ecaad commit 8026b98
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.2 - 2019-05-08
- fix #138: security vulnerability affecting `jwt-simple` package

## 1.0.1 - 2018-11-29
- fix #133: cli package vulnerability

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ firebase-server

Firebase Web Socket Protocol Server. Useful for emulating the Firebase server in tests.

Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, Uri Shaked and contributors
Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, Uri Shaked and contributors

[![Build Status](https://travis-ci.org/urish/firebase-server.png?branch=master)](https://travis-ci.org/urish/firebase-server)
[![Coverage Status](https://coveralls.io/repos/urish/firebase-server/badge.png)](https://coveralls.io/r/urish/firebase-server)
Expand Down
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* firebase-server 1.0.1
* firebase-server 1.0.2
* License: MIT.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, Uri Shaked and contributors.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, Uri Shaked and contributors.
*/

import * as debug from 'debug';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-server",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple Firebase Server",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1449,9 +1449,10 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

[email protected]:
version "0.3.1"
resolved "https://registry.yarnpkg.com/jwt-simple/-/jwt-simple-0.3.1.tgz#86e0b121d149534423dbd8044a727e3cf1eb939e"
[email protected]:
version "0.5.6"
resolved "https://registry.yarnpkg.com/jwt-simple/-/jwt-simple-0.5.6.tgz#3357adec55b26547114157be66748995b75b333a"
integrity sha512-40aUybvhH9t2h71ncA1/1SbtTNCVZHgsTsTgqPUxGWDmUDrXyDf2wMNQKEbdBjbf4AI+fQhbECNTV6lWxQKUzg==

kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
version "3.2.2"
Expand Down

0 comments on commit 8026b98

Please sign in to comment.