Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snyk fix f81cf75975322289d83b02932747c5d5 #5562

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
2,052 changes: 1,205 additions & 847 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"license": "Apache-2.0",
"dependencies": {
"@open-policy-agent/opa-wasm": "^1.6.0",
"@sentry/node": "^7.34.0",
"@sentry/node": "^7.75.0",
"@snyk/cli-interface": "2.12.0",
"@snyk/cloud-config-parser": "^1.14.5",
"@snyk/code-client": "^4.23.5",
"@snyk/dep-graph": "^2.7.4",
"@snyk/docker-registry-v2-client": "^2.11.0",
"@snyk/fix": "file:packages/snyk-fix",
"@snyk/gemfile": "1.2.0",
"@snyk/snyk-cocoapods-plugin": "2.5.3",
"@snyk/snyk-cocoapods-plugin": "2.6.0",
"@snyk/snyk-hex-plugin": "1.1.6",
"@types/jest-json-schema": "^6.1.1",
"@types/marked": "^4.0.0",
Expand All @@ -82,7 +82,7 @@
"debug": "^4.1.1",
"enquirer": "^2.3.6",
"env-paths": "^2.0.0",
"glob": "^7.1.7",
"glob": "^9.0.0",
"global-agent": "^2.1.12",
"jest-json-schema": "^6.1.0",
"json-stream-stringify": "^3.1.1",
Expand All @@ -104,25 +104,25 @@
"lodash.uniq": "^4.5.0",
"lodash.upperfirst": "^4.3.1",
"lodash.values": "^4.3.0",
"marked": "^4.0.1",
"marked": "^4.0.10",
"micromatch": "4.0.8",
"needle": "^3.3.0",
"open": "^7.0.3",
"ora": "5.4.0",
"os-name": "^5.1.0",
"p-map": "^4.0.0",
"proxy-from-env": "^1.0.0",
"rimraf": "^2.6.3",
"rimraf": "^4.3.1",
"semver": "^6.0.0",
"snyk-config": "^5.0.0",
"snyk-cpp-plugin": "2.24.0",
"snyk-docker-plugin": "6.13.2",
"snyk-docker-plugin": "6.13.9",
"snyk-go-plugin": "1.23.0",
"snyk-gradle-plugin": "4.1.0",
"snyk-module": "3.1.0",
"snyk-mvn-plugin": "3.6.0",
"snyk-nodejs-lockfile-parser": "1.58.10",
"snyk-nodejs-plugin": "1.3.3",
"snyk-nodejs-plugin": "1.3.4",
"snyk-nuget-plugin": "2.7.8",
"snyk-php-plugin": "1.9.2",
"snyk-policy": "^4.0.0",
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion test/acceptance/workspaces/yarn-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "yarn-v2",
"version": "1.0.0",
"dependencies": {
"lodash": "4.17.0"
"lodash": "4.17.21"
}
}
14 changes: 8 additions & 6 deletions test/acceptance/workspaces/yarn-v2/yarn.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!

__metadata:
version: 4
version: 8
cacheKey: 10

"lodash@npm:4.17.0":
version: 4.17.0
resolution: "lodash@npm:4.17.0"
checksum: 2/5788ffdb035914e6af0041e798016f8c87811a4910c2f45bb228f3a456fe6b095aba06e44b11a2a95ec3654cd6d2f26e541986e9dfb03a69c9b4eb776e9d0024
"lodash@npm:4.17.21":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: 10/c08619c038846ea6ac754abd6dd29d2568aa705feb69339e836dfa8d8b09abbb2f859371e86863eda41848221f9af43714491467b5b0299122431e202bb0c532
languageName: node
linkType: hard

"yarn-v2@workspace:.":
version: 0.0.0-use.local
resolution: "yarn-v2@workspace:."
dependencies:
lodash: 4.17.0
lodash: "npm:4.17.21"
languageName: unknown
linkType: soft
151 changes: 69 additions & 82 deletions ts-binary-wrapper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts-binary-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@sentry/node": "^7.36.0",
"@sentry/node": "^7.75.0",
"global-agent": "^3.0.0"
}
}