Skip to content

Commit

Permalink
chore(deps): bump node-fetch to 2.6.7
Browse files Browse the repository at this point in the history
OKTA-471645
<<<Jenkins Check-In of Tested SHA: e5fc191 for [email protected]>>>
Artifact: okta-sdk-nodejs
Files changed count: 3
PR Link: "#301"
  • Loading branch information
oleksandrpravosudko-okta authored and eng-prod-CI-bot-okta committed Feb 17, 2022
1 parent 598a5c0 commit 811de53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- [#304](https://github.com/okta/okta-sdk-nodejs/pull/304) Fixes TypeScript compilation errors when `isolatedModules` and `importsNotUsedAsValues` flags are enabled

### Other

- [#301](https://github.com/okta/okta-sdk-nodejs/pull/301) Bumps node-fetch to 2.6.7

## 6.3.0

### Features
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"typescript": "^4.4.4"
},
"resolutions": {
"node-fetch": "^2.6.7",
"sanitize-html": "^2.3.1",
"tmpl": "^1.0.5"
},
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3381,18 +3381,13 @@ njwt@^1.0.0:
ecdsa-sig-formatter "^1.0.5"
uuid "^3.3.2"

node-fetch@^2.6.0:
version "2.6.6"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

node-int64@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
Expand Down

0 comments on commit 811de53

Please sign in to comment.