Skip to content

Commit 34ee7f3

Browse files
Release 2.0.2 (#1067)
1 parent 3c883a0 commit 34ee7f3

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v2.0.2](https://github.com/auth0/auth0-spa-js/tree/v2.0.2) (2023-01-12)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.0.1...v2.0.2)
6+
7+
**Security**
8+
9+
- Bump jsonwebtoken to v9 [\#1062](https://github.com/auth0/auth0-spa-js/pull/1062) ([dependabot](https://github.com/apps/dependabot))
10+
11+
This patch release is identical to `2.0.1` but has been released to ensure tooling no longer detects a vulnerable version of `jsonwebtoken` being used.
12+
13+
Even though 2.0.1 was not vulnerable for the related [CVE](https://unit42.paloaltonetworks.com/jsonwebtoken-vulnerability-cve-2022-23529/) because of the fact that `jsonwebtoken` is a devDependency, we are cutting a release to ensure build tools no longer report our SDK as vulnerable to the mentioned CVE.
14+
315
## [v2.0.1](https://github.com/auth0/auth0-spa-js/tree/v2.0.1) (2022-12-08)
416
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.0.0...v2.0.1)
517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@auth0/auth0-spa-js",
44
"description": "Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE",
55
"license": "MIT",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"main": "dist/lib/auth0-spa-js.cjs.js",
88
"types": "dist/typings/index.d.ts",
99
"module": "dist/auth0-spa-js.production.esm.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '2.0.1';
1+
export default '2.0.2';

0 commit comments

Comments
 (0)