summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-28 14:31:59 -0800
committerGitHub <noreply@github.com>2022-01-28 14:31:59 -0800
commit4e4c44b1cfe7878be080a82cfee41cbe13e66398 (patch)
tree656619d923ac5457ad716c31531886ccfc1f3b04
parent2ed204f489204eaaf0b9e75969a8a83768b599ff (diff)
downloadasync-4e4c44b1cfe7878be080a82cfee41cbe13e66398.tar.gz
Bump babel-plugin-add-module-exports from 0.2.1 to 1.0.4 (#1801)
Bumps [babel-plugin-add-module-exports](https://github.com/59naga/babel-plugin-add-module-exports) from 0.2.1 to 1.0.4. - [Release notes](https://github.com/59naga/babel-plugin-add-module-exports/releases) - [Commits](https://github.com/59naga/babel-plugin-add-module-exports/commits) --- updated-dependencies: - dependency-name: babel-plugin-add-module-exports dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index a92706e..d8e90ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"@babel/eslint-parser": "^7.16.5",
"babel-core": "^6.26.3",
"babel-minify": "^0.5.0",
- "babel-plugin-add-module-exports": "^0.2.1",
+ "babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
@@ -1571,9 +1571,9 @@
}
},
"node_modules/babel-plugin-add-module-exports": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz",
- "integrity": "sha1-mumh9KjcZ/DN7E9K7aHkOl/2XiU=",
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.4.tgz",
+ "integrity": "sha512-g+8yxHUZ60RcyaUpfNzy56OtWW+x9cyEe9j+CranqLiqbju2yf/Cy6ZtYK40EZxtrdHllzlVZgLmcOUCTlJ7Jg==",
"dev": true
},
"node_modules/babel-plugin-check-es2015-constants": {
@@ -11529,9 +11529,9 @@
}
},
"babel-plugin-add-module-exports": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz",
- "integrity": "sha1-mumh9KjcZ/DN7E9K7aHkOl/2XiU=",
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.4.tgz",
+ "integrity": "sha512-g+8yxHUZ60RcyaUpfNzy56OtWW+x9cyEe9j+CranqLiqbju2yf/Cy6ZtYK40EZxtrdHllzlVZgLmcOUCTlJ7Jg==",
"dev": true
},
"babel-plugin-check-es2015-constants": {
diff --git a/package.json b/package.json
index 11b424a..f64d3db 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"@babel/eslint-parser": "^7.16.5",
"babel-core": "^6.26.3",
"babel-minify": "^0.5.0",
- "babel-plugin-add-module-exports": "^0.2.1",
+ "babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",