Skip to content

Commit

Permalink
Merge pull request #12 from Woodpile37/snyk-fix-b756080a419997fb6e3af…
Browse files Browse the repository at this point in the history
…359aaf6ceac
  • Loading branch information
Woodpile37 authored Aug 21, 2023
2 parents dcdfbd3 + 79c2438 commit 8decd73
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
18 changes: 18 additions & 0 deletions css/css-writing-modes/tools/generators/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:minimatch:20160620':
- gulp > vinyl-fs > glob-stream > minimatch:
patched: '2023-08-21T02:25:12.097Z'
id: 'npm:minimatch:20160620'
path: gulp > vinyl-fs > glob-stream > minimatch
- gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
patched: '2023-08-21T02:25:12.097Z'
id: 'npm:minimatch:20160620'
path: gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch
- gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
patched: '2023-08-21T02:25:12.097Z'
id: 'npm:minimatch:20160620'
path: gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch
17 changes: 11 additions & 6 deletions css/css-writing-modes/tools/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,26 @@
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
"dependencies": {
"@snyk/protect": "latest"
},
"devDependencies": {
"browser-sync": "^2.10.1",
"connect": "^3.4.0",
"ejs": "^2.3.1",
"gulp": "^3.8.11",
"gulp-ejs": "^1.1.0",
"ejs": "^3.1.7",
"gulp": "^4.0.0",
"gulp-ejs": "^5.0.0",
"gulp-rename": "^1.2.2",
"minimist": "^1.1.1",
"serve-index": "^1.7.2",
"serve-static": "^1.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"author": "",
"license": "ISC"
"license": "ISC",
"snyk": true
}

0 comments on commit 8decd73

Please sign in to comment.