Skip to content

Commit

Permalink
fix: standalone-packages/codesandbox-browserfs/package.json, standalo…
Browse files Browse the repository at this point in the history
…ne-packages/codesandbox-browserfs/yarn.lock & standalone-packages/codesandbox-browserfs/.snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot committed Jun 16, 2024
1 parent 865fbdb commit 070af0c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
10 changes: 10 additions & 0 deletions standalone-packages/codesandbox-browserfs/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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:
SNYK-JS-LODASH-567746:
- karma-ie-launcher > lodash:
patched: '2024-06-16T21:38:39.763Z'
id: SNYK-JS-LODASH-567746
path: karma-ie-launcher > lodash
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.1291.1":
version "1.1291.1"
resolved "https://registry.yarnpkg.com/@snyk/protect/-/protect-1.1291.1.tgz#45ed75d6d3f0ed14a08566271aed9e5a0a228646"
integrity sha512-Xb9Q4KkZTGOm5BGDBQDnPOU8YmIDUmj9Ub6O1qsCfkGm8Jk+VU6pTl5nhDYS/zmA8n5xJYEYRKUVI9mUZG8Hbg==

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

0 comments on commit 070af0c

Please sign in to comment.