Skip to content

Commit 24055da

Browse files
Release 1.22.6 (#1066)
1 parent 1673c98 commit 24055da

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ workflows:
200200
branches:
201201
only:
202202
- master
203+
- v1
203204
requires:
204205
- browserstack
205206
- test_gatsby

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+
## [v1.22.6](https://github.com/auth0/auth0-spa-js/tree/v1.22.6) (2023-01-12)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.22.5...v1.22.6)
6+
7+
**Security**
8+
9+
- Bump jsonwebtoken to v9 [\#1065](https://github.com/auth0/auth0-spa-js/pull/1065) ([frederikprijck](https://github.com/frederikprijck))
10+
11+
This patch release is identical to `1.22.5` but has been released to ensure tooling no longer detects a vulnerable version of `jsonwebtoken` being used.
12+
13+
Even though 1.22.5 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
## [v1.22.5](https://github.com/auth0/auth0-spa-js/tree/v1.22.5) (2022-10-12)
416

517
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.22.4...v1.22.5)

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": "1.22.5",
6+
"version": "1.22.6",
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 '1.22.5';
1+
export default '1.22.6';

0 commit comments

Comments
 (0)