Merge pull request #6273 from microsoft/dependabot/npm_and_yarn/msgraph-mail/typescript/types/node-22.3.0

build(deps-dev): bump @types/node from 22.2.0 to 22.3.0 in /msgraph-mail/typescript
This commit is contained in:
Vincent Biret 2024-08-14 18:15:04 -04:00 коммит произвёл GitHub
Родитель 7b1fc7fdb7 a00164a659
Коммит 86f9df96f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 9 добавлений и 9 удалений

16
msgraph-mail/typescript/package-lock.json сгенерированный
Просмотреть файл

@ -21,7 +21,7 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@types/node": "^22.2.0",
"@types/node": "^22.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"clean-webpack-plugin": "^4.0.0",
@ -621,12 +621,12 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.2.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz",
"integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==",
"version": "22.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
"dev": true,
"dependencies": {
"undici-types": "~6.13.0"
"undici-types": "~6.18.2"
}
},
"node_modules/@types/nodemon": {
@ -4351,9 +4351,9 @@
"dev": true
},
"node_modules/undici-types": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==",
"version": "6.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
"dev": true
},
"node_modules/unpipe": {

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

@ -35,7 +35,7 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@types/node": "^22.2.0",
"@types/node": "^22.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"clean-webpack-plugin": "^4.0.0",