Skip to content

Commit f35c4ca

Browse files
committed
chore: fix some dependabot warnings
1 parent 6e8e545 commit f35c4ca

3 files changed

Lines changed: 159 additions & 297 deletions

File tree

.yarnrc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
nodeLinker: node-modules
2+
3+
# Enforce a minimal age for npm packages before they can be added/updated
4+
npmMinimalAgeGate: 7
5+
6+
# Packages to ignore the minimal age gate. These are packages we vet ourselves.
7+
npmPreapprovedPackages:
8+
- '@sofie-automation/*'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"eslint": "^9.39.4",
4747
"husky": "^9.1.7",
4848
"jest": "^30.3.0",
49-
"lerna": "^9.0.6",
49+
"lerna": "^9.0.7",
5050
"lint-staged": "^16.3.3",
51-
"open-cli": "^8.0.0",
51+
"open-cli": "^9.0.0",
5252
"prettier": "^3.8.1",
5353
"rimraf": "^6.1.3",
5454
"semver": "^7.7.4",
@@ -65,5 +65,5 @@
6565
"yarn lint-fix"
6666
]
6767
},
68-
"packageManager": "yarn@4.12.0"
68+
"packageManager": "yarn@4.13.0"
6969
}

0 commit comments

Comments
 (0)