Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
fix(dep): update dependency p-limit to v3 (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
laljikanjareeya committed Jul 7, 2020
1 parent 6fa93c8 commit cf8b0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"extend": "^3.0.2",
"findit2": "^2.2.3",
"gcp-metadata": "^4.0.0",
"p-limit": "^2.2.0",
"p-limit": "^3.0.1",
"semver": "^7.0.0",
"source-map": "^0.6.1",
"split": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/agent/io/sourcemapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

import * as fs from 'fs';
import pLimit from 'p-limit';
import pLimit = require('p-limit');
import * as path from 'path';
import {promisify} from 'util';
import * as sourceMap from 'source-map';
Expand Down

0 comments on commit cf8b0c7

Please sign in to comment.