diff --git a/example/package-lock.json b/example/package-lock.json index ec0b36b..b431ffe 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@awesomeorganization/hyperlink": "..", - "undici": "4.7.0" + "undici": "^5.8.2" } }, "..": { @@ -214,9 +214,9 @@ "link": true }, "node_modules/undici": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.7.0.tgz", - "integrity": "sha512-O1q+/EIs4g0HnVMH8colei3qODGiYBLpavWYv3kI+JazBBsBIndnZfUqZ2MEfPJ12H9d56yVdwZG1/nV/xcoSQ==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.2.tgz", + "integrity": "sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A==", "engines": { "node": ">=12.18" } @@ -367,9 +367,9 @@ } }, "undici": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.7.0.tgz", - "integrity": "sha512-O1q+/EIs4g0HnVMH8colei3qODGiYBLpavWYv3kI+JazBBsBIndnZfUqZ2MEfPJ12H9d56yVdwZG1/nV/xcoSQ==" + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.2.tgz", + "integrity": "sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A==" } } } diff --git a/example/package.json b/example/package.json index 34c11d4..1ffbc1a 100644 --- a/example/package.json +++ b/example/package.json @@ -5,6 +5,6 @@ "type": "module", "dependencies": { "@awesomeorganization/hyperlink": "..", - "undici": "4.7.0" + "undici": "5.8.2" } }