Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: remove deprecated Buffer usage in sourcemap test #25805

Closed
wants to merge 1 commit into from

Conversation

robwormald
Copy link
Contributor

new Buffer() was deprecated in Node for security reasons. Update to non-deprecated Buffer.from() API.

Closes #25707

@robwormald robwormald added action: merge The PR is ready for merge by the caretaker comp: docs-infra labels Sep 4, 2018
@IgorMinar IgorMinar removed the request for review from mhevery September 4, 2018 22:29
@IgorMinar IgorMinar added the target: patch This PR is targeted for the next patch release label Sep 4, 2018
@mhevery mhevery closed this in 51c26b8 Sep 5, 2018
FrederikSchlemmer pushed a commit to FrederikSchlemmer/angular that referenced this pull request Jan 3, 2019
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Moving away from the Buffer constructor
3 participants