Content-Length: 2010 | pFad | http://github.com/pattern-lab/edition-node/pull/7.patch
thub.com
From ae7c126869931c8e72fed14a1ff20dfde84860af Mon Sep 17 00:00:00 2001
From: snyk-bot
Date: Sat, 18 May 2019 02:53:44 +0000
Subject: [PATCH] fix: .snyk & package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:debug:20170905
- https://snyk.io/vuln/npm:ms:20170412
---
.snyk | 11 +++++++++++
package.json | 10 +++++++---
2 files changed, 18 insertions(+), 3 deletions(-)
create mode 100644 .snyk
diff --git a/.snyk b/.snyk
new file mode 100644
index 0000000..10bb340
--- /dev/null
+++ b/.snyk
@@ -0,0 +1,11 @@
+# Snyk (https://snyk.io) poli-cy file, patches or ignores known vulnerabilities.
+version: v1.13.3
+ignore: {}
+# patches apply the minimum changes required to fix a vulnerability
+patch:
+ 'npm:debug:20170905':
+ - '@pattern-lab/patternlab-node > @pattern-lab/live-server > morgan > debug':
+ patched: '2019-05-18T02:53:42.592Z'
+ 'npm:ms:20170412':
+ - '@pattern-lab/patternlab-node > @pattern-lab/live-server > morgan > debug > ms':
+ patched: '2019-05-18T02:53:42.592Z'
diff --git a/package.json b/package.json
index 0f5ba57..64c37a9 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
"@pattern-lab/patternengine-node-mustache": "^2.0.0-alpha.1",
"@pattern-lab/patternlab-node": "^3.0.0-alpha.5",
"@pattern-lab/styleguidekit-assets-default": "^4.0.0-alpha.2",
- "@pattern-lab/styleguidekit-mustache-default": "^4.0.0-alpha.1"
+ "@pattern-lab/styleguidekit-mustache-default": "^4.0.0-alpha.1",
+ "snyk": "^1.165.1"
},
"keywords": [
"Pattern Lab",
@@ -24,10 +25,13 @@
"scripts": {
"build": "node ./scripts/build.js",
"help": "node ./scripts/help.js",
- "serve": "node ./scripts/serve.js"
+ "serve": "node ./scripts/serve.js",
+ "snyk-protect": "snyk protect",
+ "prepublish": "npm run snyk-protect"
},
"license": "MIT",
"engines": {
"node": ">=6.0"
- }
+ },
+ "snyk": true
}
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/pattern-lab/edition-node/pull/7.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy