diff --git a/README.md b/README.md index 2f008e3a..dc2c0e75 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ For information on using Apigee's `get_token` see [here](https://docs.apigee.com Run the tests from the root of the repo using the following command: ``` -poetry run pytest tests/api_tests.py +poetry run pytest tests/api_tests.py ``` ### VS Code Plugins diff --git a/docker/hello-world-sandbox/package-lock.json b/docker/hello-world-sandbox/package-lock.json index e543f0c5..7aa52160 100644 --- a/docker/hello-world-sandbox/package-lock.json +++ b/docker/hello-world-sandbox/package-lock.json @@ -1346,9 +1346,9 @@ } }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, "license": "ISC", "dependencies": {