diff --git a/package-lock.json b/package-lock.json index 3e7f79a5c5..ab58b71f89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/lodash.camelcase": "^4.3.7", "@types/lodash.kebabcase": "^4.1.7", "@types/lodash.upperfirst": "^4.3.7", - "@types/node": "20.8.2", + "@types/node": "20.8.4", "@types/yargs": "^17.0.28", "aws-cdk": "2.100.0", "cz-conventional-changelog": "^3.3.0", @@ -2599,9 +2599,12 @@ } }, "node_modules/@types/node": { - "version": "20.8.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.2.tgz", - "integrity": "sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==" + "version": "20.8.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.4.tgz", + "integrity": "sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A==", + "dependencies": { + "undici-types": "~5.25.1" + } }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", @@ -15198,6 +15201,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "5.25.3", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz", + "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==" + }, "node_modules/unicode-emoji-modifier-base": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz", diff --git a/package.json b/package.json index 216db49542..c217c1c49c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/lodash.camelcase": "^4.3.7", "@types/lodash.kebabcase": "^4.1.7", "@types/lodash.upperfirst": "^4.3.7", - "@types/node": "20.8.2", + "@types/node": "20.8.4", "@types/yargs": "^17.0.28", "aws-cdk": "2.100.0", "cz-conventional-changelog": "^3.3.0",