Norm McGarry

Results 5 issues of Norm McGarry

Problem description: https://security.snyk.io/vuln/SNYK-JS-LODASH-590103 Suggested solution: Upgrade lodash to version 4.17.20 or higher.

This is a bug that may not be relevant, but I am getting `ImportError: No module named msvcrt` when running djangae scaffold locally on Windows 10. I've found [this](http://stackoverflow.com/questions/25915164/django-1-7-on-app-engine-importerror-no-module-named-msvcrt) url...

Fixes https://github.com/rules-proto-grpc/rules_proto_grpc/issues/440 due to a mistake in the path for the grpc-web plugin not using an underscore for the aarch64 platform.

lang-js

### Issue Description The path is wrong in `modules/js/module_extensions.bzl` Due to [this line](https://github.com/rules-proto-grpc/rules_proto_grpc/blob/c0aa922e363011ecb36d90dbc1afe17f23cf9f6b/modules/js/module_extensions.bzl#L61C17-L61C55) ```starlark platform.replace("arm64", "aarch_64"), ``` This should be: ```starlark platform.replace("arm64", "aarch64"), ``` In the grpc-web [releases](https://github.com/grpc/grpc-web/releases), [protoc-gen-grpc-web-1.5.0-darwin-aarch64](https://github.com/grpc/grpc-web/releases/download/1.5.0/protoc-gen-grpc-web-1.5.0-darwin-aarch64) which...

bug
lang-js

Fixes #12165.