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

Commit cf8b0c7

Browse files
fix(dep): update dependency p-limit to v3 (#902)
1 parent 6fa93c8 commit cf8b0c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"extend": "^3.0.2",
5252
"findit2": "^2.2.3",
5353
"gcp-metadata": "^4.0.0",
54-
"p-limit": "^2.2.0",
54+
"p-limit": "^3.0.1",
5555
"semver": "^7.0.0",
5656
"source-map": "^0.6.1",
5757
"split": "^1.0.0"

src/agent/io/sourcemapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
import * as fs from 'fs';
16-
import pLimit from 'p-limit';
16+
import pLimit = require('p-limit');
1717
import * as path from 'path';
1818
import {promisify} from 'util';
1919
import * as sourceMap from 'source-map';

0 commit comments

Comments
 (0)