Support all current LTS Node versions (>=18.0.0) (#1032)

This commit is contained in:
Mike Harder 2024-06-03 10:21:14 -07:00 коммит произвёл GitHub
Родитель 9910da6f08
Коммит 10557cd67b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# Change Log - oav
## 05/31/2024 3.3.6
- Support all current LTS Node versions (>=18.0.0)
## 05/7/2024 3.3.5
- Bump Node engine version requirement for security vulnerability.

6
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "oav",
"version": "3.3.5",
"version": "3.3.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "oav",
"version": "3.3.5",
"version": "3.3.6",
"license": "MIT",
"dependencies": {
"@apidevtools/swagger-parser": "10.0.3",
@ -88,7 +88,7 @@
"typescript": "^3.9.10"
},
"engines": {
"node": ">=20.11.1"
"node": ">=18.0.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "oav",
"version": "3.3.5",
"version": "3.3.6",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
@ -131,7 +131,7 @@
"li": "npm install @ts-common/local-install --no-save && local-install"
},
"engines": {
"node": ">=20.11.1"
"node": ">=18.0.0"
},
"jest-junit": {
"output": "test-results.xml"