Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 7f940d3

Browse files
committed
ensmallen prd deps
1 parent f0854e5 commit 7f940d3

File tree

4 files changed

+9
-157
lines changed

4 files changed

+9
-157
lines changed

package-lock.json

Lines changed: 7 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,28 @@
1919
"type": "git",
2020
"url": "git://github.com/mongodb/docs-worker-pool.git"
2121
},
22-
"author": "Guru Kanthasamy",
22+
"author": "MongoDB Docs Platform Team",
2323
"license": "ISC",
2424
"dependencies": {
2525
"@aws-sdk/client-batch": "^3.109.0",
2626
"@aws-sdk/client-ecs": "^3.49.0",
2727
"@aws-sdk/client-sqs": "^3.49.0",
2828
"@aws-sdk/client-ssm": "^3.54.1",
2929
"@babel/core": "^7.4.4",
30-
"@babel/polyfill": "^7.4.4",
3130
"@octokit/rest": "^19.0.11",
3231
"@types/aws-lambda": "^8.10.92",
3332
"@types/config": "^0.0.39",
34-
"@types/tsscmp": "^1.0.0",
35-
"async-retry": "^1.2.3",
36-
"aws-sdk": "^2.1095.0",
3733
"axios": "^0.21.1",
3834
"config": "^3.3.6",
39-
"core-js": "^3.1.4",
4035
"fs-extra": "^7.0.1",
4136
"jest-mock-extended": "^2.0.2-beta2",
4237
"js-yaml": "^3.13.1",
4338
"mongodb": "^5.1.0",
4439
"serverless-prune-plugin": "^2.0.2",
4540
"simple-git": "^2.45.1",
46-
"tsscmp": "^1.0.6",
4741
"validator": "^10.11.0"
4842
},
4943
"devDependencies": {
50-
"@babel/cli": "^7.14.8",
5144
"@babel/core": "^7.15.0",
5245
"@babel/plugin-proposal-class-properties": "^7.14.5",
5346
"@babel/plugin-proposal-decorators": "^7.14.5",

src/services/github.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as c from 'config';
21
import { Octokit } from '@octokit/rest';
32
import { ILogger } from './logger';
43
import { IConfig } from 'config';

src/services/ssm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SSM } from 'aws-sdk';
1+
import { SSM } from '@aws-sdk/client-ssm';
22
import { runInThisContext } from 'vm';
33

44
export interface ISSMConnector {

0 commit comments

Comments
 (0)