Override orphaned dependency version (#5729)

replacestream's owner uses an email domain which is on unregistered.
lock version to avoid dependency update attack.
This commit is contained in:
Matt Gibson 2023-07-03 10:56:14 -04:00 committed by GitHub
parent f5c329030d
commit 4bd750c166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -205,7 +205,8 @@
"tailwindcss": "$tailwindcss",
"@storybook/angular": {
"zone.js": "0.12.0"
}
},
"replacestream": "4.0.3"
},
"resolutions": {
"@types/react": "16.14.42"