diff --git a/package-lock.json b/package-lock.json index 96321cdb..5512e179 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@alenon/grpc-mock-server": "^3.1.3", "@restorecommerce/protos": "^6.1.2", "@types/mocha": "^10.0.2", - "@types/node": "^20.8.3", + "@types/node": "^20.8.10", "@types/oauth": "^0.9.2", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/eslint-plugin-tslint": "^6.7.4", @@ -1569,9 +1569,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.8.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.3.tgz", - "integrity": "sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==" + "version": "20.8.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz", + "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/oauth": { "version": "0.9.2", @@ -9847,6 +9850,11 @@ "node": ">=14.0" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + }, "node_modules/unicode-byte-truncate": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unicode-byte-truncate/-/unicode-byte-truncate-1.0.0.tgz", @@ -11532,9 +11540,12 @@ "dev": true }, "@types/node": { - "version": "20.8.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.3.tgz", - "integrity": "sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==" + "version": "20.8.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz", + "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==", + "requires": { + "undici-types": "~5.26.4" + } }, "@types/oauth": { "version": "0.9.2", @@ -17883,6 +17894,11 @@ "@fastify/busboy": "^2.0.0" } }, + "undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + }, "unicode-byte-truncate": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unicode-byte-truncate/-/unicode-byte-truncate-1.0.0.tgz", diff --git a/package.json b/package.json index f0c1ab91..cda970f9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@alenon/grpc-mock-server": "^3.1.3", "@restorecommerce/protos": "^6.1.2", "@types/mocha": "^10.0.2", - "@types/node": "^20.8.3", + "@types/node": "^20.8.10", "@types/oauth": "^0.9.2", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/eslint-plugin-tslint": "^6.7.4",