diff --git a/package-lock.json b/package-lock.json index a6e09a5..892c3fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "sequelize": "^6.37.8", "sequelize-cli": "^6.6.5", "swagger-ui-express": "^5.0.1", - "undici": "^7.22.0" + "undici": "^7.28.0" }, "devDependencies": { "@eslint/js": "^9.18.0", @@ -1971,7 +1971,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -1988,7 +1987,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2005,7 +2003,6 @@ "cpu": [ "arm" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -2022,7 +2019,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2039,7 +2035,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2056,7 +2051,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2073,7 +2067,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2090,7 +2083,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2107,7 +2099,6 @@ "cpu": [ "ia32" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2124,7 +2115,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -9106,9 +9096,9 @@ } }, "node_modules/undici": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.4.tgz", - "integrity": "sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/package.json b/package.json index 2408108..0494305 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "sequelize": "^6.37.8", "sequelize-cli": "^6.6.5", "swagger-ui-express": "^5.0.1", - "undici": "^7.22.0" + "undici": "^7.28.0" }, "devDependencies": { "@eslint/js": "^9.18.0",