Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 9 vulnerabilities #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
60 changes: 60 additions & 0 deletions cyclic-dep/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.22.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- truwrap > lodash:
patched: '2022-04-30T04:59:45.419Z'
- term-ng > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > @thebespokepixel/n-selector > lodash:
patched: '2022-04-30T04:59:45.419Z'
- term-ng > truwrap > lodash:
patched: '2022-04-30T04:59:45.419Z'
- '@thebespokepixel/string > term-ng > trucolor > lodash':
patched: '2022-04-30T04:59:45.419Z'
- truwrap > term-ng > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- verbosity > term-ng > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- term-ng > truwrap > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- term-ng > truwrap > @thebespokepixel/n-selector > lodash:
patched: '2022-04-30T04:59:45.419Z'
- '@thebespokepixel/string > term-ng > truwrap > lodash':
patched: '2022-04-30T04:59:45.419Z'
- truwrap > term-ng > truwrap > lodash:
patched: '2022-04-30T04:59:45.419Z'
- verbosity > term-ng > truwrap > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > @thebespokepixel/string > term-ng > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > verbosity > term-ng > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- '@thebespokepixel/string > term-ng > truwrap > trucolor > lodash':
patched: '2022-04-30T04:59:45.419Z'
- truwrap > term-ng > truwrap > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- verbosity > term-ng > truwrap > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- '@thebespokepixel/string > term-ng > truwrap > @thebespokepixel/n-selector > lodash':
patched: '2022-04-30T04:59:45.419Z'
- truwrap > term-ng > truwrap > @thebespokepixel/n-selector > lodash:
patched: '2022-04-30T04:59:45.419Z'
- verbosity > term-ng > truwrap > @thebespokepixel/n-selector > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > @thebespokepixel/string > term-ng > truwrap > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > verbosity > term-ng > truwrap > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > @thebespokepixel/string > term-ng > truwrap > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > verbosity > term-ng > truwrap > trucolor > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > @thebespokepixel/string > term-ng > truwrap > @thebespokepixel/n-selector > lodash:
patched: '2022-04-30T04:59:45.419Z'
- truwrap > verbosity > term-ng > truwrap > @thebespokepixel/n-selector > lodash:
patched: '2022-04-30T04:59:45.419Z'
5,209 changes: 4,353 additions & 856 deletions cyclic-dep/package-lock.json

Large diffs are not rendered by default.

22 changes: 13 additions & 9 deletions cyclic-dep/package.json
Original file line number Diff line number Diff line change
@@ -8,19 +8,20 @@
"dependencies": {
"@thebespokepixel/es-tinycolor": "^0.3.0",
"@thebespokepixel/meta": "^0.2.2",
"@thebespokepixel/string": "^0.5.1",
"@thebespokepixel/string": "^1.0.0",
"color-convert": "^1.9.2",
"common-tags": "^1.8.0",
"deep-assign": "^2.0.0",
"escape-string-regexp": "^1.0.5",
"lodash": "^4.17.10",
"lodash": "^4.17.21",
"read-pkg-up": "^4.0.0",
"sgr-composer": "^0.5.0",
"term-ng": "^0.8.1",
"truwrap": "^0.8.0",
"update-notifier": "^2.5.0",
"verbosity": "^0.9.1",
"yargs": "^11.0.0"
"term-ng": "^2.0.0",
"truwrap": "^2.0.0",
"update-notifier": "^4.0.0",
"verbosity": "^2.0.0",
"yargs": "^15.0.1",
"@snyk/protect": "latest"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
@@ -65,7 +66,9 @@
"doc-serve": "documentation serve --watch --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --name $npm_package_name --project-version $npm_package_version src/index.js",
"doc-build": "documentation build --format html --output docs --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --name $npm_package_name --project-version $npm_package_version src/index.js",
"readme": "compile-readme -u src/docs/example.md src/docs/readme.md > readme.md",
"coverage": "nyc ava && nyc report --reporter=lcov --report-dir test/coverage; open test/coverage/lcov-report/index.html"
"coverage": "nyc ava && nyc report --reporter=lcov --report-dir test/coverage; open test/coverage/lcov-report/index.html",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"xo": {
"semicolon": false,
@@ -76,5 +79,6 @@
"test/coverage/**",
"index.js"
]
}
},
"snyk": true
}