"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "f4f22092712251d9bf0f01519dbadb1419480ae0"
Unverified Commit bf71419f authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

upgrade and fix node packages (#2202)

parent d0525bf3
...@@ -65,7 +65,8 @@ ...@@ -65,7 +65,8 @@
"node.extend": "^1.1.7", "node.extend": "^1.1.7",
"hoek": "^4.2.1", "hoek": "^4.2.1",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"npm": "^6.13.4" "npm": "^6.13.4",
"acorn": ">=7.1.1"
}, },
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
......
...@@ -380,9 +380,10 @@ acorn-jsx@^5.1.0: ...@@ -380,9 +380,10 @@ acorn-jsx@^5.1.0:
version "5.1.0" version "5.1.0"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384" resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
acorn@^7.1.0: acorn@>=7.1.1, acorn@^7.1.0:
version "7.1.0" version "7.1.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
agent-base@4, agent-base@^4.3.0: agent-base@4, agent-base@^4.3.0:
version "4.3.0" version "4.3.0"
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment