diff --git a/package.json b/package.json index c0df91d980..448856ef69 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "snyk-swiftpm-plugin": "1.4.1", "strip-ansi": "^6.0.1", "tar": "^7.5.8", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "wrap-ansi": "^5.1.0" }, "devDependencies": { diff --git a/packages/snyk-fix/test/acceptance/plugins/python/handlers/pip-requirements/update-dependencies/workspaces/pip-app/requirements.txt b/packages/snyk-fix/test/acceptance/plugins/python/handlers/pip-requirements/update-dependencies/workspaces/pip-app/requirements.txt index 44d5b49554..18490c156d 100644 --- a/packages/snyk-fix/test/acceptance/plugins/python/handlers/pip-requirements/update-dependencies/workspaces/pip-app/requirements.txt +++ b/packages/snyk-fix/test/acceptance/plugins/python/handlers/pip-requirements/update-dependencies/workspaces/pip-app/requirements.txt @@ -1,3 +1,3 @@ -r base.txt -r base2.txt -Django==1.6.1 +Django==3.2.14 diff --git a/packages/snyk-protect/test/fixtures/target-module-exists-but-no-patches-for-version/package.json b/packages/snyk-protect/test/fixtures/target-module-exists-but-no-patches-for-version/package.json index 712d6363dc..c862540254 100644 --- a/packages/snyk-protect/test/fixtures/target-module-exists-but-no-patches-for-version/package.json +++ b/packages/snyk-protect/test/fixtures/target-module-exists-but-no-patches-for-version/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/Snyk/snyk-todo-list-demo-app/" }, "dependencies": { - "tap": "11.1.3" + "tap": "21.1.1" }, "license": "Apache-2.0" } diff --git a/test/acceptance/workspaces/yarn-v2/package.json b/test/acceptance/workspaces/yarn-v2/package.json index 6bc82f0940..b8cccfbfae 100644 --- a/test/acceptance/workspaces/yarn-v2/package.json +++ b/test/acceptance/workspaces/yarn-v2/package.json @@ -2,6 +2,6 @@ "name": "yarn-v2", "version": "1.0.0", "dependencies": { - "lodash": "4.17.0" + "lodash": "4.17.12" } } diff --git a/test/fixtures/snyk-test-all-projects-exit-codes/project-with-issues-and-project-with-error/project-with-issues/package-lock.json b/test/fixtures/snyk-test-all-projects-exit-codes/project-with-issues-and-project-with-error/project-with-issues/package-lock.json index b8c5f3248d..6c260ccf02 100644 --- a/test/fixtures/snyk-test-all-projects-exit-codes/project-with-issues-and-project-with-error/project-with-issues/package-lock.json +++ b/test/fixtures/snyk-test-all-projects-exit-codes/project-with-issues-and-project-with-error/project-with-issues/package-lock.json @@ -5,22 +5,24 @@ "requires": true, "packages": { "": { + "name": "project-with-issues", "version": "1.0.0", "dependencies": { - "lodash": "4.17.15" + "lodash": "^4.17.21" } }, "node_modules/lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" } }, "dependencies": { "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" } } } diff --git a/test/fixtures/snyk-test-all-projects-exit-codes/project-with-issues-and-project-with-error/project-with-issues/package.json b/test/fixtures/snyk-test-all-projects-exit-codes/project-with-issues-and-project-with-error/project-with-issues/package.json index 0beb036541..9e908753d8 100644 --- a/test/fixtures/snyk-test-all-projects-exit-codes/project-with-issues-and-project-with-error/project-with-issues/package.json +++ b/test/fixtures/snyk-test-all-projects-exit-codes/project-with-issues-and-project-with-error/project-with-issues/package.json @@ -7,6 +7,6 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "lodash": "4.17.15" + "lodash": "4.17.21" } }