Skip to content

Commit 4f56fbc

Browse files
chore: unused dep es6-promise (#2942)
* chore: unused dep es6-promise * Remove from LICENSE-3rdparty.csv --------- Co-authored-by: jack-edmonds-dd <jack.edmonds@datadoghq.com>
1 parent 56524f3 commit 4f56fbc

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

LICENSE-3rdparty.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ cross-fetch,MIT,Copyright (c) 2017 Leonardo Quixadá
1818
jest,MIT,Copyright (c) Facebook, Inc. and its affiliates.
1919
ts-jest,MIT,Copyright (c) 2016-2018
2020
dd-trace,BSD-3-Clause,Copyright 2016-Present Datadog Inc.
21-
es6-promise,MIT,Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
2221
eslint-plugin-import,MIT,Copyright (c) 2015 Ben Mosher
2322
eslint-plugin-node,MIT,Copyright (c) 2015 Toru Nagashima
2423
eslint-plugin-unused-imports,MIT,Copyright (c) 2021 Mikkel Holmer

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"@types/pako": "^1.0.3",
7070
"buffer-from": "^1.1.2",
7171
"cross-fetch": "^3.1.5",
72-
"es6-promise": "^4.2.8",
7372
"form-data": "^4.0.4",
7473
"loglevel": "^1.8.1",
7574
"pako": "^2.0.4"
@@ -108,4 +107,4 @@
108107
},
109108
"version": "1.51.0",
110109
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
111-
}
110+
}

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,11 +2255,6 @@ es-to-primitive@^1.2.1:
22552255
is-date-object "^1.0.1"
22562256
is-symbol "^1.0.2"
22572257

2258-
es6-promise@^4.2.8:
2259-
version "4.2.8"
2260-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
2261-
integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
2262-
22632258
escalade@^3.1.1:
22642259
version "3.1.1"
22652260
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"

0 commit comments

Comments
 (0)