Deprecated request@2.88.2:

Has anyone ever encountered a situation where they were stuck all the time when they deployed

#15 2.609 npm WARN deprecated node-pre-gyp@0.14.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
#15 2.922 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
#15 3.276 npm WARN deprecated har-validator@5.1.5: this library is no longer supported

It’s stuck here:
deprecated request@2.88.2: request has been deprecated, see…
this library is no longer supported

This is a console warning, this should have no effect on your deployment.

Thank you for your reply, but it is strange that I have been stuck here during the deployment.

#15 [ 9/10] RUN --mount=type=bind,target=/tmp/__mup-bundle tar -xzf /tmp/__mup-bundle/bundle.tar.gz -C /built_app --strip-components=1 && ls /built_app
#15 sha256:6e0933e8b75fa02924034a70785ce9f65e61a987c5b22e7403789e8def9349f1
#15 12.51 README
#15 12.51 main.js
#15 12.51 programs
#15 12.51 server
#15 12.51 star.json
#15 DONE 13.6s

#16 [10/10] RUN cd /built_app/programs/server &&     npm install --unsafe-perm
#16 sha256:b6309c5b7e93cd27b34c2d43fff4dca37a68c50dba2ae780ccd78a0c400fc12d
#16 2.432 npm WARN deprecated node-pre-gyp@0.14.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
#16 2.569 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
#16 2.849 npm WARN deprecated har-validator@5.1.5: this library is no longer supported