diff --git a/as/api_v4/example3/package-lock.json b/as/api_v4/example3/package-lock.json index e532f67..648c800 100644 --- a/as/api_v4/example3/package-lock.json +++ b/as/api_v4/example3/package-lock.json @@ -3363,9 +3363,9 @@ "dev": true }, "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "normalize-path": { "version": "2.1.1", diff --git a/as/api_v4/example3/package.json b/as/api_v4/example3/package.json index 9d9ccc6..476b8f5 100644 --- a/as/api_v4/example3/package.json +++ b/as/api_v4/example3/package.json @@ -11,7 +11,7 @@ "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "source-map-support": "^0.5.19" }, "devDependencies": {