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 13 vulnerabilities #92

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/server/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:lodash:20180130':
- cli-table2 > lodash:
patched: '2023-04-16T22:58:04.928Z'
'npm:tar:20151103':
- node-webkit-updater > tar.gz > tar:
patched: '2023-04-16T22:58:04.928Z'
22 changes: 13 additions & 9 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"test-debug": "NODE_ENV=test NODE_DEBUG=request CYPRESS_ENV=test BLUEBIRD_DEBUG=1 DEBUG=nock.*,-nock.common,socket.io:* node --inspect --debug-brk ./node_modules/.bin/_mocha --opts test/support/mocha.opts --watch",
"codecov": "codecov",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "bin-up coffeelint test/*.coffee test/unit/*.coffee test/integration/*.coffee"
"lint": "bin-up coffeelint test/*.coffee test/unit/*.coffee test/integration/*.coffee",
"prepublish": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"files": [
"config",
Expand Down Expand Up @@ -80,7 +82,7 @@
"xvfb-maybe": "cypress-io/xvfb-maybe#c4a810c42d603949cd63b8cf245f6c239331d370"
},
"dependencies": {
"@cypress/browserify-preprocessor": "1.1.0",
"@cypress/browserify-preprocessor": "2.1.1",
"@cypress/commit-info": "2.0.0",
"@cypress/icons": "0.5.4",
"@cypress/mocha-teamcity-reporter": "^1.0.0",
Expand All @@ -91,7 +93,7 @@
"chai": "^1.9.2",
"chalk": "^2.4.1",
"check-more-types": "^2.24.0",
"chokidar": "1.6.0",
"chokidar": "2.0.0",
"cjsxify": "^0.3.0",
"clear-module": "^2.1.0",
"cli-table2": "^0.2.0",
Expand All @@ -117,7 +119,7 @@
"glob": "7.1.2",
"graceful-fs": "^4.1.11",
"gulp-util": "^3.0.6",
"hbs": "4.0.0",
"hbs": "4.0.2",
"http-accept": "^0.1.6",
"http-proxy": "1.17.0",
"http-status-codes": "^1.0.6",
Expand All @@ -129,14 +131,14 @@
"konfig": "^0.2.0",
"lazy-ass": "^1.6.0",
"lockfile": "^1.0.3",
"lodash": "4.17.4",
"lodash": "4.17.21",
"log-symbols": "^2.2.0",
"md5": "^2.2.1",
"method-override": "^2.3.1",
"mime": "1.2.11",
"minimatch": "^3.0.0",
"minimist": "^1.1.2",
"mocha": "2.4.5",
"mocha": "4.0.0",
"mocha-junit-reporter": "1.17.0",
"moment": "^2.14.1",
"morgan": "1.3.0",
Expand All @@ -158,7 +160,7 @@
"return-deep-diff": "^0.2.9",
"sanitize-filename": "^1.6.1",
"semver": "^5.3.0",
"send": "^0.14.1",
"send": "^0.15.6",
"server-destroy": "1.0.1",
"shell-env": "^0.3.0",
"signal-exit": "^3.0.2",
Expand All @@ -176,6 +178,8 @@
"underscore.string": "3.3.4",
"url-parse": "^1.1.7",
"widest-line": "^2.0.0",
"winston": "^0.9.0"
}
"winston": "^0.9.0",
"@snyk/protect": "latest"
},
"snyk": true
}