diff --git a/package-lock.json b/package-lock.json index 7fb45948..e16e0611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "tunnel-agent": "^0.6.0", "vue": "^2.7.14", "watch": "^1.0.2", - "whatwg-fetch": "^3.6.16", + "whatwg-fetch": "^3.6.19", "yargs-parser": "^13.1.2" }, "devDependencies": { @@ -10795,9 +10795,9 @@ } }, "node_modules/whatwg-fetch": { - "version": "3.6.16", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.16.tgz", - "integrity": "sha512-83avoGbZ0qtjtNrU3UTT3/Xd3uZ7DyfSYLuc1fL5iYs+93P+UkIVF6/6xpRVWeQcvbc7kSnVybSAVbd6QFW5Fg==" + "version": "3.6.19", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz", + "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==" }, "node_modules/whatwg-mimetype": { "version": "2.3.0", @@ -18902,9 +18902,9 @@ } }, "whatwg-fetch": { - "version": "3.6.16", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.16.tgz", - "integrity": "sha512-83avoGbZ0qtjtNrU3UTT3/Xd3uZ7DyfSYLuc1fL5iYs+93P+UkIVF6/6xpRVWeQcvbc7kSnVybSAVbd6QFW5Fg==" + "version": "3.6.19", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz", + "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==" }, "whatwg-mimetype": { "version": "2.3.0", diff --git a/package.json b/package.json index 288dbd67..262e402e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "tunnel-agent": "^0.6.0", "vue": "^2.7.14", "watch": "^1.0.2", - "whatwg-fetch": "^3.6.16", + "whatwg-fetch": "^3.6.19", "yargs-parser": "^13.1.2" }, "devDependencies": {