Skip to content

Commit 3ec2c50

Browse files
author
Ace Nassri
authored
Update dependencies + fix a few tests (#448)
* Add semistandard as a devDependency * Fix storage tests * Fix language tests * Update (some) dependencies * Fix language slackbot tests
1 parent 8ab8083 commit 3ec2c50

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

packages/google-privacy-dlp/samples/package.json

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
"system-test": "ava -T 1m --verbose system-test/*.test.js",
1919
"test": "npm run system-test"
2020
},
21-
"cloud-repo-tools": {
22-
"requiresKeyFile": true,
23-
"requiresProjectId": true
24-
},
25-
"dependencies": {
26-
"@google-cloud/dlp": "^0.1.0",
27-
"google-auth-library": "0.10.0",
28-
"google-auto-auth": "0.7.0",
29-
"google-proto-files": "0.12.0",
30-
"mime": "1.3.6",
31-
"request": "2.81.0",
32-
"request-promise": "4.2.1",
33-
"safe-buffer": "5.1.0",
34-
"yargs": "8.0.2"
35-
},
36-
"devDependencies": {
37-
"@google-cloud/nodejs-repo-tools": "1.4.15",
38-
"ava": "0.19.1"
39-
},
4021
"cloud-repo-tools": {
4122
"requiresKeyFile": true,
4223
"requiresProjectId": true,
@@ -64,5 +45,20 @@
6445
"usage": "node metadata.js --help"
6546
}
6647
]
48+
},
49+
"dependencies": {
50+
"@google-cloud/dlp": "^0.1.0",
51+
"google-auth-library": "0.10.0",
52+
"google-auto-auth": "0.7.1",
53+
"google-proto-files": "0.12.1",
54+
"mime": "1.3.6",
55+
"request": "2.81.0",
56+
"request-promise": "4.2.1",
57+
"safe-buffer": "5.1.1",
58+
"yargs": "8.0.2"
59+
},
60+
"devDependencies": {
61+
"@google-cloud/nodejs-repo-tools": "1.4.16",
62+
"ava": "0.21.0"
6763
}
6864
}

0 commit comments

Comments
 (0)