Skip to content

Commit 3f7a02b

Browse files
chore(deps): bump import-in-the-middle from 2.0.6 to 3.0.0
Bumps [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) from 2.0.6 to 3.0.0. - [Release notes](https://github.com/nodejs/import-in-the-middle/releases) - [Changelog](https://github.com/nodejs/import-in-the-middle/blob/main/CHANGELOG.md) - [Commits](nodejs/import-in-the-middle@import-in-the-middle-v2.0.6...import-in-the-middle-v3.0.0) --- updated-dependencies: - dependency-name: import-in-the-middle dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48c7ce4 commit 3f7a02b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
],
132132
"dependencies": {
133133
"dc-polyfill": "^0.1.10",
134-
"import-in-the-middle": "^2.0.6"
134+
"import-in-the-middle": "^3.0.0"
135135
},
136136
"optionalDependencies": {
137137
"@datadog/libdatadog": "0.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,10 +2305,10 @@ import-fresh@^3.2.1:
23052305
parent-module "^1.0.0"
23062306
resolve-from "^4.0.0"
23072307

2308-
import-in-the-middle@^2.0.6:
2309-
version "2.0.6"
2310-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.6.tgz#1972337bfe020d05f6b5e020c13334567436324f"
2311-
integrity sha512-3vZV3jX0XRFW3EJDTwzWoZa+RH1b8eTTx6YOCjglrLyPuepwoBti1k3L2dKwdCUrnVEfc5CuRuGstaC/uQJJaw==
2308+
import-in-the-middle@^3.0.0:
2309+
version "3.0.0"
2310+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-3.0.0.tgz#720c12b4c07ea58b32a54667e70a022e18cc36a3"
2311+
integrity sha512-OnGy+eYT7wVejH2XWgLRgbmzujhhVIATQH0ztIeRilwHBjTeG3pD+XnH3PKX0r9gJ0BuJmJ68q/oh9qgXnNDQg==
23122312
dependencies:
23132313
acorn "^8.15.0"
23142314
acorn-import-attributes "^1.9.5"

0 commit comments

Comments
 (0)