Skip to content

Commit f57b0e6

Browse files
authored
deps: resolve correct version of js-yaml (#6756)
1 parent 54b5a6a commit f57b0e6

File tree

2 files changed

+226
-70
lines changed

2 files changed

+226
-70
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"loader-utils": "2.0.4",
9999
"nanoid": "3.3.8",
100100
"node-forge": "1.3.0",
101+
"node-gyp": "11.5.0",
101102
"nth-check": "^2.0.1",
102103
"postcss": "^8.4.31",
103104
"prismjs": "^1.25.0",
@@ -117,8 +118,8 @@
117118
"stylus": "github:stylus/stylus#0.59.0",
118119
"on-headers": "^1.1.0",
119120
"tmp": "^0.2.4",
120-
"**/jest/**/js-yaml": "^4.1.1",
121-
"**/@changesets/cli/**/js-yaml": "^4.1.1",
121+
"**/jest/**/js-yaml": "~3.14.2",
122+
"**/@changesets/cli/**/js-yaml": "~3.14.2",
122123
"@tensorflow-models/face-detection/rimraf": "5.0.0"
123124
},
124125
"devDependencies": {

0 commit comments

Comments
 (0)