Skip to content

Commit 88eaca0

Browse files
authored
chore(deps): fix a bunch of dependabot alerts (#238)
1 parent 8930e76 commit 88eaca0

4 files changed

Lines changed: 232 additions & 165 deletions

File tree

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"semantic-release": "semantic-release"
4747
},
4848
"devDependencies": {
49-
"@faker-js/faker": "^7.6.0",
49+
"@faker-js/faker": "^10.3.0",
5050
"@nkzw/oxlint-config": "^1.0.1",
5151
"@semantic-release/commit-analyzer": "^13.0.1",
5252
"@semantic-release/github": "^12.0.6",
@@ -79,5 +79,21 @@
7979
"repository": {
8080
"type": "git",
8181
"url": "git+https://github.com/achievements-app/psn-api.git"
82+
},
83+
"pnpm": {
84+
"overrides": {
85+
"braces": ">=3.0.3",
86+
"cross-spawn": ">=7.0.5",
87+
"micromatch": ">=4.0.8",
88+
"minimatch@>=3 <4": ">=3.1.4",
89+
"minimatch@>=10 <11": ">=10.2.3",
90+
"semver": ">=7.5.2",
91+
"tough-cookie": ">=4.1.3",
92+
"ws": ">=7.5.10",
93+
"form-data": ">=3.0.4",
94+
"js-yaml": ">=4.1.1",
95+
"ajv": ">=6.14.0",
96+
"brace-expansion": ">=1.1.12"
97+
}
8298
}
8399
}

0 commit comments

Comments
 (0)