Skip to content

Commit 9910da6

Browse files
wwendycWendy Chang
andauthored
bump node engine version (#1029)
Co-authored-by: Wendy Chang <wendychang@microsoft.com>
1 parent e24124f commit 9910da6

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

ChangeLog.md

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

3+
## 05/7/2024 3.3.5
4+
5+
- Bump Node engine version requirement for security vulnerability.
6+
37
## 03/27/2024 3.3.4
48

59
- Re-enable the arm-id validation in all cases, even when `isArmCall` is `false`. The special handling for this error will be done in RPaaS's codebase.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oav",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"author": {
55
"name": "Microsoft Corporation",
66
"email": "azsdkteam@microsoft.com",
@@ -131,7 +131,7 @@
131131
"li": "npm install @ts-common/local-install --no-save && local-install"
132132
},
133133
"engines": {
134-
"node": ">=12.0.0"
134+
"node": ">=20.11.1"
135135
},
136136
"jest-junit": {
137137
"output": "test-results.xml"

0 commit comments

Comments
 (0)