Skip to content

Commit e3cd105

Browse files
authored
1 parent f442d47 commit e3cd105

File tree

2 files changed

+45
-13
lines changed

2 files changed

+45
-13
lines changed

.snyk

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.25.1
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
'npm:hoek:20180212':
7+
- npm-install-version > npm > request > hawk > hoek:
8+
patched: '2025-07-12T20:06:03.520Z'
9+
id: 'npm:hoek:20180212'
10+
path: npm-install-version > npm > request > hawk > hoek
11+
- npm-install-version > npm > request > hawk > boom > hoek:
12+
patched: '2025-07-12T20:06:03.520Z'
13+
id: 'npm:hoek:20180212'
14+
path: npm-install-version > npm > request > hawk > boom > hoek
15+
- npm-install-version > npm > request > hawk > sntp > hoek:
16+
patched: '2025-07-12T20:06:03.520Z'
17+
id: 'npm:hoek:20180212'
18+
path: npm-install-version > npm > request > hawk > sntp > hoek
19+
- npm-install-version > npm > request > hawk > cryptiles > boom > hoek:
20+
patched: '2025-07-12T20:06:03.520Z'
21+
id: 'npm:hoek:20180212'
22+
path: npm-install-version > npm > request > hawk > cryptiles > boom > hoek
23+
- npm-install-version > npm > node-gyp > request > hawk > cryptiles > boom > hoek:
24+
patched: '2025-07-12T20:06:03.520Z'
25+
id: 'npm:hoek:20180212'
26+
path: >-
27+
npm-install-version > npm > node-gyp > request > hawk > cryptiles >
28+
boom > hoek

package.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@
8585
"watch": "watchify apps/remix-ide/src/index.js -dv -p browserify-reload -o apps/remix-ide/build/app.js --exclude solc",
8686
"reinstall": "rm ./node-modules/ -rf && rm yarn.lock && rm ./build/ -rf && yarn install & yarn run build",
8787
"ganache": "npx ganache",
88-
"build-contracts": "find ./node_modules/@openzeppelin/contracts | grep -i '.sol' > libs/remix-ui/editor/src/lib/providers/completion/contracts/contracts.txt && find ./node_modules/@uniswap/v3-core/contracts | grep -i '.sol' >> libs/remix-ui/editor/src/lib/providers/completion/contracts/contracts.txt"
88+
"build-contracts": "find ./node_modules/@openzeppelin/contracts | grep -i '.sol' > libs/remix-ui/editor/src/lib/providers/completion/contracts/contracts.txt && find ./node_modules/@uniswap/v3-core/contracts | grep -i '.sol' >> libs/remix-ui/editor/src/lib/providers/completion/contracts/contracts.txt",
89+
"prepublish": "npm run snyk-protect",
90+
"snyk-protect": "snyk-protect"
8991
},
9092
"dependencies": {
9193
"@apollo/client": "^3.9.5",
@@ -137,7 +139,7 @@
137139
"brace": "^0.8.0",
138140
"cbor": "^10.0.3",
139141
"change-case": "^4.1.1",
140-
"chokidar": "^2.1.8",
142+
"chokidar": "^3.0.0",
141143
"circom_wasm": "https://github.com/remix-project-org/circom_wasm.git",
142144
"color-support": "^1.1.3",
143145
"commander": "^9.4.1",
@@ -229,7 +231,8 @@
229231
"winston": "^3.3.3",
230232
"ws": "^8.18.0",
231233
"xterm": "^5.2.1",
232-
"xterm-addon-search": "^0.12.0"
234+
"xterm-addon-search": "^0.12.0",
235+
"@snyk/protect": "latest"
233236
},
234237
"devDependencies": {
235238
"@babel/cli": "^7.19.3",
@@ -245,7 +248,7 @@
245248
"@babel/preset-stage-0": "^7.0.0",
246249
"@babel/preset-typescript": "^7.18.6",
247250
"@babel/register": "^7.4.4",
248-
"@electron-forge/cli": "^6.1.1",
251+
"@electron-forge/cli": "^7.0.0",
249252
"@fortawesome/fontawesome-free": "^5.8.1",
250253
"@graphql-codegen/cli": "^5.0.2",
251254
"@graphql-codegen/client-preset": "^4.2.4",
@@ -256,10 +259,10 @@
256259
"@nrwl/js": "15.7.1",
257260
"@nrwl/linter": "15.7.1",
258261
"@nrwl/node": "16.0.0",
259-
"@nrwl/react": "16.0.0",
260-
"@nrwl/tao": "15.9.7",
261-
"@nrwl/web": "15.9.0",
262-
"@nrwl/webpack": "16.0.0",
262+
"@nrwl/react": "17.0.4",
263+
"@nrwl/tao": "17.0.4",
264+
"@nrwl/web": "16.0.0",
265+
"@nrwl/webpack": "19.6.0",
263266
"@nrwl/workspace": "16.0.0",
264267
"@octokit/types": "^12.4.0",
265268
"@openzeppelin/contracts-upgradeable": "^5.0.0",
@@ -352,9 +355,9 @@
352355
"is-electron": "^2.2.0",
353356
"javascript-serialize": "^1.6.1",
354357
"js-base64": "^2.1.9",
355-
"js-beautify": "1.14.1",
356-
"lerna": "^6.5.0",
357-
"lint-staged": "^13.2.3",
358+
"js-beautify": "1.14.10",
359+
"lerna": "^8.2.1",
360+
"lint-staged": "^15.2.5",
358361
"minixhr": "^4.0.0",
359362
"mkdirp": "^0.5.5",
360363
"mocha": "^11.0.1",
@@ -366,7 +369,7 @@
366369
"npm-link-local": "^1.1.0",
367370
"npm-merge-driver": "^2.3.5",
368371
"npm-run-all": "^4.0.2",
369-
"nx": "15.9.7",
372+
"nx": "17.0.4",
370373
"nyc": "^15.0.0",
371374
"onchange": "^6.0.0",
372375
"onnxruntime-web": "^1.18.0",
@@ -408,5 +411,6 @@
408411
"@ethereumjs/util": "^10.0.0",
409412
"@ethereumjs/vm": "^10.0.0",
410413
"@ethereumjs/binarytree": "^10.0.0"
411-
}
414+
},
415+
"snyk": true
412416
}

0 commit comments

Comments
 (0)