Bump snyk from 1.446.0 to 1.448.0 (#6652)

Bumps [snyk](https://github.com/snyk/snyk) from 1.446.0 to 1.448.0.
- [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.446.0...v1.448.0)

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]
2021-02-09 16:03:15 +00:00
committed by GitHub
parent 4313535ee3
commit cce4c8f3cf
2 changed files with 26 additions and 4 deletions
+25 -3
View File
@@ -4821,6 +4821,27 @@
}
}
},
"@open-policy-agent/opa-wasm": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@open-policy-agent/opa-wasm/-/opa-wasm-1.2.0.tgz",
"integrity": "sha512-CtUBTnzvDrT0NASa8IuGQTxFGgt2vxbLnMYuTA+uDFxOcA4uK4mGFgrhHJtxUZnWHiwemOvKKSY3BMCo7qiAsQ==",
"requires": {
"sprintf-js": "^1.1.2",
"utf8": "^3.0.0"
},
"dependencies": {
"sprintf-js": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
"integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
},
"utf8": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz",
"integrity": "sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ=="
}
}
},
"@paperist/types-remark": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@paperist/types-remark/-/types-remark-0.1.3.tgz",
@@ -23005,10 +23026,11 @@
}
},
"snyk": {
"version": "1.446.0",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.446.0.tgz",
"integrity": "sha512-0GlIOqrkqSiSXsZZgFuf7fZOmqwFZEG7DFfpeKzHm0WoLbkciMeZNXQV7Qf7O0HXCW+0gKvGRGW1fFk54UOpJg==",
"version": "1.448.0",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.448.0.tgz",
"integrity": "sha512-R2iyN/d4L63hu1kcKAKbvtHXK3PhMQcyomZ54eTXF9ZcGpQ9b7W6LTU5tv2K8HwOiUH9UOEL8xVvC088t9gIAA==",
"requires": {
"@open-policy-agent/opa-wasm": "^1.2.0",
"@snyk/cli-interface": "2.11.0",
"@snyk/dep-graph": "1.21.0",
"@snyk/gemfile": "1.2.0",
+1 -1
View File
@@ -100,7 +100,7 @@
"pdfjs-dist": "2.5.207",
"raphael": "2.3.0",
"rxjs": "^6.6.3",
"snyk": "^1.446.0",
"snyk": "^1.448.0",
"tslib": "^2.0.3",
"zone.js": "~0.10.2"
},