diff --git a/package-lock.json b/package-lock.json index 091f14d6..200dfce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "prettier": "^3.0.3", "ts-jest": "^29.1.1", "typescript": "^5.1.6", - "whatwg-fetch": "^3.6.18" + "whatwg-fetch": "^3.6.19" } }, "node_modules/@adobe/css-tools": { @@ -13657,9 +13657,9 @@ } }, "node_modules/whatwg-fetch": { - "version": "3.6.18", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.18.tgz", - "integrity": "sha512-ltN7j66EneWn5TFDO4L9inYC1D+Czsxlrw2SalgjMmEMkLfA5SIZxEFdE6QtHFiiM6Q7WL32c7AkI3w6yxM84Q==", + "version": "3.6.19", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz", + "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==", "dev": true }, "node_modules/whatwg-mimetype": { diff --git a/package.json b/package.json index b0c803cf..d0cf1dc5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "prettier": "^3.0.3", "ts-jest": "^29.1.1", "typescript": "^5.1.6", - "whatwg-fetch": "^3.6.18" + "whatwg-fetch": "^3.6.19" }, "jest": { "preset": "ts-jest",