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
8 changes: 8 additions & 0 deletions standalone-packages/codesandbox-browserfs/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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:
- async > lodash:
patched: '2022-04-24T01:15:16.994Z'
10 changes: 7 additions & 3 deletions standalone-packages/codesandbox-browserfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,16 @@
"test": "npm-run-all test:prepare test:karma",
"watch-test": "npm-run-all test:prepare --parallel watch:scripts test:watch test:karma",
"docs": "typedoc --mode modules --out doc --excludePrivate --readme src/DOCS.md --name BrowserFS --module umd --ignoreCompilerErrors src",
"install-dependencies": "yarn"
"install-dependencies": "yarn",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect"
},
"dependencies": {
"async": "~2.6.1",
"events": "^3.0.0",
"gitignore-parser": "^0.0.2",
"pako": "~1.0.6"
}
"pako": "~1.0.6",
"@snyk/protect": "latest"
},
"snyk": true
}
5 changes: 5 additions & 0 deletions standalone-packages/codesandbox-browserfs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# yarn lockfile v1


"@snyk/protect@^1.912.0":
version "1.912.0"
resolved "https://registry.yarnpkg.com/@snyk/protect/-/protect-1.912.0.tgz#bce8e08106d961315d74cedb82fb68aba7ea2e58"
integrity sha512-4FkyYdlORqHrpONMYiJHZ/+7Naem4TcR6FEEPpyE4Syy7B4AxMhDk1dN0ddH5zHgEzylZUTZcXPPsycp4U/ykg==

"@types/archiver@~2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@types/archiver/-/archiver-2.1.2.tgz#e84960d4872570d7c826589cd57f2c076bf198c5"
Expand Down