Bump snyk from 1.434.0 to 1.434.2 (#6428)

Bumps [snyk](https://github.com/snyk/snyk) from 1.434.0 to 1.434.2.
- [Release notes](https://github.com/snyk/snyk/releases)
- [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc)
- [Commits](https://github.com/snyk/snyk/compare/v1.434.0...v1.434.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-12-07 09:14:34 +00:00 committed by GitHub
parent 164fa1840f
commit e1994e25bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -22485,9 +22485,9 @@
} }
}, },
"snyk": { "snyk": {
"version": "1.434.0", "version": "1.434.2",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.434.0.tgz", "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.434.2.tgz",
"integrity": "sha512-0k+XpOpWkd2iBqDQD+wVtgw1wGCJBjJYyqIsXrm+qunT2+uW9vrqD4LkYvVTx6em/yar94Z26rSrP7cilRmAMw==", "integrity": "sha512-DPU3c0ixrefM7Rh7klUn9fTTTaiee3J3SKVn4zU7LxDREKlxPB+A+xiGkEbkRsLqIZK1xJtP6KopwWOSYjZ+Ow==",
"requires": { "requires": {
"@snyk/cli-interface": "2.11.0", "@snyk/cli-interface": "2.11.0",
"@snyk/dep-graph": "1.21.0", "@snyk/dep-graph": "1.21.0",

View File

@ -100,7 +100,7 @@
"pdfjs-dist": "2.5.207", "pdfjs-dist": "2.5.207",
"raphael": "2.3.0", "raphael": "2.3.0",
"rxjs": "^6.6.3", "rxjs": "^6.6.3",
"snyk": "^1.434.0", "snyk": "^1.434.2",
"tslib": "^2.0.3", "tslib": "^2.0.3",
"zone.js": "~0.10.2" "zone.js": "~0.10.2"
}, },