Skip to content

Commit 7be3bab

Browse files
committed
Bump Yarn version
1 parent 01a0378 commit 7be3bab

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ logFilters:
1515
- code: YN0004
1616
level: discard
1717

18+
nodeLinker: node-modules
19+
1820
# Configure the NPM minimal age gate to 3 days, meaning packages must be at
1921
# least 3 days old to be installed.
2022
npmMinimalAgeGate: 4320 # 3 days (in minutes)
@@ -26,8 +28,6 @@ npmPreapprovedPackages:
2628
- '@metamask-previews/*'
2729
- '@lavamoat/*'
2830

29-
nodeLinker: node-modules
30-
3131
plugins:
3232
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
3333
spec: "https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"engines": {
8888
"node": "^20 || ^22 || >=24"
8989
},
90-
"packageManager": "yarn@4.14.1",
90+
"packageManager": "yarn@4.16.0",
9191
"lavamoat": {
9292
"allowScripts": {
9393
"@lavamoat/preinstall-always-fail": false,

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 9
5+
version: 10
66
cacheKey: 10
77

88
"@aashutoshrathi/word-wrap@npm:^1.2.3":

0 commit comments

Comments
 (0)