Skip to content

Commit deb91d6

Browse files
authored
Update node version (#1531)
1 parent 7e46360 commit deb91d6

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

container/image_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ def test_nodejs_image(self):
866866
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/events.d.ts',
867867
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/fs.d.ts',
868868
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/globals.d.ts',
869+
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/globals.global.d.ts',
869870
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/http.d.ts',
870871
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/http2.d.ts',
871872
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/https.d.ts',
@@ -893,6 +894,10 @@ def test_nodejs_image(self):
893894
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.2/globals.d.ts',
894895
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.2/index.d.ts',
895896
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.2/util.d.ts',
897+
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.4',
898+
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.4/base.d.ts',
899+
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.4/globals.global.d.ts',
900+
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.4/index.d.ts',
896901
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.7',
897902
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.7/assert.d.ts',
898903
'./app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.7/base.d.ts',

testdata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@bazel/typescript": "1.7.0",
44
"@types/jsesc": "2.5.1",
5-
"@types/node": "12.12.37",
5+
"@types/node": "12.12.47",
66
"jsesc": "3.0.1",
77
"typescript": "3.9.5"
88
}

testdata/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.0.tgz#719551d2352d301ac8b81db732acb6bdc28dbdef"
7676
integrity sha512-1w52Nyx4Gq47uuu0EVcsHBxZFJgurQ+rTKS3qMHxR1GY2T8c2AJYd6vZoZ9q1rupaDjU0yT+Jc2XTyXkjeMA+Q==
7777

78-
"@types/node@12.12.37":
79-
version "12.12.37"
80-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.37.tgz#cb4782d847f801fa58316da5b4801ca3a59ae790"
81-
integrity sha512-4mXKoDptrXAwZErQHrLzpe0FN/0Wmf5JRniSVIdwUrtDf9wnmEV1teCNLBo/TwuXhkK/bVegoEn/wmb+x0AuPg==
78+
"@types/node@12.12.47":
79+
version "12.12.47"
80+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.47.tgz#5007b8866a2f9150de82335ca7e24dd1d59bdfb5"
81+
integrity sha512-yzBInQFhdY8kaZmqoL2+3U5dSTMrKaYcb561VU+lDzAYvqt+2lojvBEy+hmpSNuXnPTx7m9+04CzWYOUqWME2A==
8282

8383
"@types/node@^10.1.0":
8484
version "10.17.13"

0 commit comments

Comments
 (0)