diff --git a/package-lock.json b/package-lock.json index d6339c8..fc8eb0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2886,28 +2886,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/babel-plugin-jest-hoist/node_modules/@babel/parser": { - "version": "7.23.0", - "license": "MIT", - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/babel-plugin-jest-hoist/node_modules/@babel/template": { - "version": "7.22.5", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/babel-preset-current-node-syntax": { "version": "1.0.1", "license": "MIT", @@ -6218,9 +6196,9 @@ } }, "node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", + "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==", "optional": true, "peer": true }, @@ -11234,8 +11212,9 @@ } }, "node_modules/undici": { - "version": "5.27.2", - "license": "MIT", + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", "dependencies": { "@fastify/busboy": "^2.0.0" }, @@ -11412,10 +11391,6 @@ "node": ">=10.12.0" } }, - "node_modules/v8-to-istanbul/node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.4", - "license": "MIT" - }, "node_modules/vali-date": { "version": "1.0.0", "dev": true, diff --git a/package.json b/package.json index 732ab99..02a2062 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,9 @@ "ts-jest": "^29.0.0", "typeorm": "0.3.20" }, - "resolutions": {}, + "overrides": { + "undici": "^5.28.3" + }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.16.0",