From cce4c8f3cfd43ce48350fbf73539d9a909852f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 16:03:15 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 +++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1827a3b8f..ae15a4bd07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 460248de70..5ae29115be 100644 --- a/package.json +++ b/package.json @@ -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" },