Merge pull request #33 from k4ustu3h/dependabot/npm_and_yarn/snyk-1.290.2

Bump snyk from 1.290.1 to 1.290.2
This commit is contained in:
Kaustubh Ladiya 2020-02-09 21:21:56 +05:30 committed by GitHub
commit 19644e86e0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1088,9 +1088,9 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"escodegen": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.13.0.tgz",
"integrity": "sha512-eYk2dCkxR07DsHA/X2hRBj0CFAZeri/LyDMc0C8JT1Hqi6JnVpMhJ7XFITbb0+yZS3lVkaPL2oCkZ3AVmeVbMw==",
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.1.tgz",
"integrity": "sha512-Bmt7NcRySdIfNPfU2ZoXDrrXsG9ZjvDxcAlMfDUgRBjLOWTuIACXPBFJH7Z+cLb40JeQco5toikyc9t9P8E9SQ==",
"requires": {
"esprima": "^4.0.1",
"estraverse": "^4.2.0",
@ -3088,16 +3088,16 @@
"integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw=="
},
"snyk": {
"version": "1.290.1",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.290.1.tgz",
"integrity": "sha512-8fB+b+trI5a6mU5cAKXOU2RG15xxr++4zYxkfNpkFkhbUqkcLsJtXD4H7Pcs6vXcOvoiEafyziPTpYurPFDXBQ==",
"version": "1.290.2",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.290.2.tgz",
"integrity": "sha512-siieHkSY/b3Yw1Gf84L07j65m2Bht1PamAbX3cmZ1zAzsUxfXpqZq5W9PlAp5z1d0Tp1vxsQmXw6UGW0K1Tq1Q==",
"requires": {
"@snyk/cli-interface": "2.3.0",
"@snyk/configstore": "^3.2.0-rc1",
"@snyk/dep-graph": "1.13.1",
"@snyk/gemfile": "1.2.0",
"@snyk/snyk-cocoapods-plugin": "2.0.1",
"@snyk/update-notifier": "^2.5.1-rc1",
"@snyk/update-notifier": "^2.5.1-rc2",
"@types/agent-base": "^4.2.0",
"@types/restify": "^4.3.6",
"abbrev": "^1.1.1",

View File

@ -44,7 +44,7 @@
"handlebars": "^4.7.3",
"jsdom": "^16.0.1",
"ncp": "^2.0.0",
"snyk": "1.290.1"
"snyk": "1.290.2"
},
"devDependencies": {
"eslint": "^6.8.0",