Skip to content

Commit 286c19d

Browse files
Merge remote-tracking branch 'origin/7.1' into jp-backport-7-1-1
2 parents 3ea7b63 + fc90ccf commit 286c19d

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Okta Node SDK Changelog
22

3+
# 7.1.1
4+
5+
### Fixes
6+
7+
- [#418](https://github.com/okta/okta-sdk-nodejs/pull/418) fix: upgrades `njwt` version to `2.0.1` to pull in [CVE-2024-34273](https://www.cve.org/CVERecord?id=CVE-2024-34273) resolution
8+
39
# 7.1.0
410

511
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"https-proxy-agent": "^5.0.0",
4141
"js-yaml": "^4.1.0",
4242
"lodash": "^4.17.20",
43-
"njwt": "^1.0.0",
43+
"njwt": "^2.0.1",
4444
"node-fetch": "^2.6.7",
4545
"parse-link-header": "^2.0.0",
4646
"rasha": "^1.2.5",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3670,14 +3670,14 @@ nise@^5.1.0:
36703670
just-extend "^4.0.2"
36713671
path-to-regexp "^1.7.0"
36723672

3673-
njwt@^1.0.0:
3674-
version "1.1.0"
3675-
resolved "https://registry.yarnpkg.com/njwt/-/njwt-1.1.0.tgz#9ae48b96df915dced5c2f49caebdd93c0950d708"
3676-
integrity sha512-lL9oQIc9GYy9ILyHpSTSEhcZHiB0yvCDBWf9EDGLYo2D+8oSZwzhIV5WV0bFEfIqmCIL720ZQyDCXyJM6YrpaQ==
3673+
njwt@^2.0.1:
3674+
version "2.0.1"
3675+
resolved "https://registry.yarnpkg.com/njwt/-/njwt-2.0.1.tgz#21a224c33ab1468f903210b1f45a20181adb6600"
3676+
integrity sha512-HwFeZsPJ1aOhIjMjqT9Qv7BOsQbkxjRVPPSdFXNOTEkfKpr9+O6OX+dSN6TxxIErSYSqrmlDR4H2zOGOpEbZLA==
36773677
dependencies:
36783678
"@types/node" "^15.0.1"
36793679
ecdsa-sig-formatter "^1.0.5"
3680-
uuid "^3.3.2"
3680+
uuid "^8.3.2"
36813681

36823682
node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
36833683
version "2.6.7"
@@ -4806,7 +4806,7 @@ uuid@8.3.2, uuid@^8.3.2:
48064806
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
48074807
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
48084808

4809-
uuid@^3.3.2, uuid@^3.3.3:
4809+
uuid@^3.3.3:
48104810
version "3.4.0"
48114811
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
48124812
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==

0 commit comments

Comments
 (0)