Skip to content

Commit

Permalink
update lavamoat build policy
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Feb 23, 2024
1 parent 469e539 commit 3a72a3e
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions lavamoat/build-system/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,7 @@
},
"@babel/eslint-parser>@nicolo-ribaudo/eslint-scope-5-internals": {
"packages": {
"@babel/eslint-parser>@nicolo-ribaudo/eslint-scope-5-internals>eslint-scope": true
}
},
"@babel/eslint-parser>@nicolo-ribaudo/eslint-scope-5-internals>eslint-scope": {
"builtin": {
"assert": true
},
"packages": {
"@babel/eslint-parser>@nicolo-ribaudo/eslint-scope-5-internals>eslint-scope>estraverse": true,
"eslint>eslint-scope>esrecurse": true
"webpack>eslint-scope": true
}
},
"@babel/eslint-parser>semver": {
Expand Down Expand Up @@ -3084,9 +3075,7 @@
},
"eslint>@humanwhocodes/config-array": {
"builtin": {
"path.dirname": true,
"path.join": true,
"path.relative": true
"path": true
},
"packages": {
"eslint>@humanwhocodes/config-array>@humanwhocodes/object-schema": true,
Expand Down Expand Up @@ -8813,6 +8802,15 @@
"webpack>browserslist>node-releases": true
}
},
"webpack>eslint-scope": {
"builtin": {
"assert": true
},
"packages": {
"eslint>eslint-scope>esrecurse": true,
"webpack>eslint-scope>estraverse": true
}
},
"webpack>json-parse-even-better-errors": {
"globals": {
"Buffer.isBuffer": true
Expand Down

0 comments on commit 3a72a3e

Please sign in to comment.