Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency js-yaml to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 18, 2022
1 parent 2210547 commit 9f6d263
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/item-crawl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"charset": "^1.0.1",
"faker": "^5.5.3",
"iconv-lite": "^0.6.0",
"js-yaml": "^3.13.1",
"js-yaml": "^4.0.0",
"jschardet": "^3.0.0",
"request": "^2.88.2",
"url": "^0.11.0"
Expand All @@ -36,7 +36,7 @@
"@types/charset": "1.0.2",
"@types/faker": "5.5.9",
"@types/jest": "27.4.0",
"@types/js-yaml": "3.12.7",
"@types/js-yaml": "4.0.5",
"@types/node": "16.11.21",
"@types/progress": "2.0.5",
"@types/request": "2.48.8",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2289,10 +2289,10 @@ __metadata:
languageName: node
linkType: hard

"@types/js-yaml@npm:3.12.7":
version: 3.12.7
resolution: "@types/js-yaml@npm:3.12.7"
checksum: be810772745eec4eb2e79c51d054ccd68f014d0d3158ee3eaeebafd6f6d9cc0e60551cf8cd7e192f8a183ab2f2ac5966210baa9c85581a34cb58af89f4529f97
"@types/js-yaml@npm:4.0.5":
version: 4.0.5
resolution: "@types/js-yaml@npm:4.0.5"
checksum: 7dcac8c50fec31643cc9d6444b5503239a861414cdfaa7ae9a38bc22597c4d850c4b8cec3d82d73b3fbca408348ce223b0408d598b32e094470dfffc6d486b4d
languageName: node
linkType: hard

Expand Down Expand Up @@ -5310,7 +5310,7 @@ __metadata:
"@types/charset": 1.0.2
"@types/faker": 5.5.9
"@types/jest": 27.4.0
"@types/js-yaml": 3.12.7
"@types/js-yaml": 4.0.5
"@types/node": 16.11.21
"@types/progress": 2.0.5
"@types/request": 2.48.8
Expand All @@ -5321,7 +5321,7 @@ __metadata:
faker: ^5.5.3
iconv-lite: ^0.6.0
jest: 27.4.7
js-yaml: ^3.13.1
js-yaml: ^4.0.0
jschardet: ^3.0.0
progress: 2.0.3
request: ^2.88.2
Expand Down Expand Up @@ -5864,7 +5864,7 @@ __metadata:
languageName: node
linkType: hard

"js-yaml@npm:^4.1.0":
"js-yaml@npm:^4.0.0, js-yaml@npm:^4.1.0":
version: 4.1.0
resolution: "js-yaml@npm:4.1.0"
dependencies:
Expand Down

0 comments on commit 9f6d263

Please sign in to comment.