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

Commit 8026b98

Browse files
committed
chore: release 1.0.2
1 parent 50ecaad commit 8026b98

5 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.0.2 - 2019-05-08
4+
- fix #138: security vulnerability affecting `jwt-simple` package
5+
36
## 1.0.1 - 2018-11-29
47
- fix #133: cli package vulnerability
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ firebase-server
33

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

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

88
[![Build Status](https://travis-ci.org/urish/firebase-server.png?branch=master)](https://travis-ci.org/urish/firebase-server)
99
[![Coverage Status](https://coveralls.io/repos/urish/firebase-server/badge.png)](https://coveralls.io/r/urish/firebase-server)

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* firebase-server 1.0.1
2+
* firebase-server 1.0.2
33
* License: MIT.
4-
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, Uri Shaked and contributors.
4+
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, Uri Shaked and contributors.
55
*/
66

77
import * as debug from 'debug';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-server",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Simple Firebase Server",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,9 +1449,10 @@ jsprim@^1.2.2:
14491449
json-schema "0.2.3"
14501450
verror "1.10.0"
14511451

1452-
jwt-simple@0.3.1:
1453-
version "0.3.1"
1454-
resolved "https://registry.yarnpkg.com/jwt-simple/-/jwt-simple-0.3.1.tgz#86e0b121d149534423dbd8044a727e3cf1eb939e"
1452+
jwt-simple@0.5.6:
1453+
version "0.5.6"
1454+
resolved "https://registry.yarnpkg.com/jwt-simple/-/jwt-simple-0.5.6.tgz#3357adec55b26547114157be66748995b75b333a"
1455+
integrity sha512-40aUybvhH9t2h71ncA1/1SbtTNCVZHgsTsTgqPUxGWDmUDrXyDf2wMNQKEbdBjbf4AI+fQhbECNTV6lWxQKUzg==
14551456

14561457
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
14571458
version "3.2.2"

0 commit comments

Comments
 (0)