Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# 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:hawk:20160119':
- codecov.io > request > hawk:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:hawk:20160119'
path: codecov.io > request > hawk
'npm:http-signature:20150122':
- codecov.io > request > http-signature:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:http-signature:20150122'
path: codecov.io > request > http-signature
'npm:lodash:20180130':
- cracks > lodash:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:lodash:20180130'
path: cracks > lodash
- isparta > babel-core > lodash:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:lodash:20180130'
path: isparta > babel-core > lodash
- isparta-loader > isparta > babel-core > lodash:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:lodash:20180130'
path: isparta-loader > isparta > babel-core > lodash
- publish-latest > repo-path-parse > dox > jsdoctypeparser > lodash:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:lodash:20180130'
path: publish-latest > repo-path-parse > dox > jsdoctypeparser > lodash
'npm:mime:20170907':
- codecov.io > request > form-data > mime:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:mime:20170907'
path: codecov.io > request > form-data > mime
'npm:minimatch:20160620':
- isparta > babel-core > minimatch:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:minimatch:20160620'
path: isparta > babel-core > minimatch
- isparta-loader > isparta > babel-core > minimatch:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:minimatch:20160620'
path: isparta-loader > isparta > babel-core > minimatch
'npm:request:20160119':
- codecov.io > request:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:request:20160119'
path: codecov.io > request
'npm:tunnel-agent:20170305':
- codecov.io > request > tunnel-agent:
patched: '2025-02-06T16:08:18.346Z'
id: 'npm:tunnel-agent:20170305'
path: codecov.io > request > tunnel-agent
48 changes: 27 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"commit": "git-cz",
"publish-latest": "publish-latest --user-email kent+formly-bot@doddsfamily.us --user-name formly-bot",
"meteor": "gulp meteor",
"semantic-release": "semantic-release pre && npm run build && npm run meteor && npm publish && npm run publish-latest && semantic-release post"
"semantic-release": "semantic-release pre && npm run build && npm run meteor && npm publish && npm run publish-latest && semantic-release post",
"prepublish": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"config": {
"ghooks": {
Expand All @@ -55,54 +57,54 @@
"api-check": "^7.0.0"
},
"devDependencies": {
"angular": "1.5.0",
"angular": "1.8.3",
"angular-mocks": "1.5.0",
"api-check": "7.5.5",
"argv-set-env": "1.0.1",
"babel": "5.8.23",
"babel-eslint": "4.1.3",
"babel-loader": "5.3.2",
"babel": "6.23.0",
"babel-eslint": "10.1.0",
"babel-loader": "9.0.0",
"chai": "3.5.0",
"codecov.io": "0.1.6",
"commitizen": "2.7.2",
"commitizen": "4.2.5",
"cracks": "3.1.2",
"cz-conventional-changelog": "1.1.5",
"deindent": "0.1.0",
"eslint": "1.7.3",
"eslint": "9.0.0",
"eslint-config-kentcdodds": "5.0.0",
"eslint-loader": "1.1.0",
"eslint-plugin-mocha": "1.0.0",
"eslint-plugin-mocha": "1.1.0",
"ghooks": "1.0.3",
"gulp": "3.9.1",
"gulp": "5.0.0",
"gulp-replace": "0.5.4",
"http-server": "0.9.0",
"isparta": "3.1.0",
"isparta-loader": "1.0.0",
"istanbul": "0.4.2",
"karma": "0.13.22",
"http-server": "0.13.0",
"isparta": "4.0.0",
"isparta-loader": "2.0.0",
"istanbul": "0.4.5",
"karma": "6.4.3",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.5",
"karma-coverage": "2.0.2",
"karma-firefox-launcher": "0.1.7",
"karma-mocha": "0.2.2",
"karma-sinon": "1.0.4",
"karma-sinon-chai": "1.2.0",
"karma-webpack": "1.7.0",
"lodash": "4.6.1",
"karma-webpack": "5.0.0",
"lodash": "4.17.21",
"lolex": "1.4.0",
"mocha": "2.4.5",
"mocha": "11.0.1",
"ng-annotate": "1.2.1",
"ng-annotate-loader": "0.1.0",
"node-libs-browser": "1.0.0",
"path-here": "1.1.0",
"publish-latest": "1.1.2",
"raw-loader": "0.5.1",
"semantic-release": "4.3.5",
"semantic-release": "17.4.3",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"validate-commit-msg": "2.3.1",
"webpack": "1.12.14",
"webpack-notifier": "1.3.0"
"webpack": "5.94.0",
"webpack-notifier": "1.9.0"
},
"jspm": {
"peerDependencies": {
Expand All @@ -118,5 +120,9 @@
],
"silent": false
}
},
"snyk": true,
"dependencies": {
"@snyk/protect": "latest"
}
}