Bug 1880391 - [puppeteer] Upgrade node module ljharb/through to fix bustage. r=webdriver-reviewers,Sasha

Differential Revision: https://phabricator.services.mozilla.com/D201994
This commit is contained in:
Henrik Skupin 2024-02-15 17:57:44 +00:00
parent 504820a682
commit 8b9bfc7ede

View file

@ -921,12 +921,12 @@
} }
}, },
"node_modules/@ljharb/through": { "node_modules/@ljharb/through": {
"version": "2.3.11", "version": "2.3.12",
"resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.11.tgz", "resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.12.tgz",
"integrity": "sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==", "integrity": "sha512-ajo/heTlG3QgC8EGP6APIejksVAYt4ayz4tqoP3MolFELzcH1x1fzwEYRJTPO0IELutZ5HQ0c26/GqAYy79u3g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"call-bind": "^1.0.2" "call-bind": "^1.0.5"
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"