Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit 00a865e

Browse files
committed
fix(deps): update dependency babel-plugin-static-fs to ^1.2.1
1 parent d1cc222 commit 00a865e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/preset-env": "^7.5.5",
4545
"@babel/preset-typescript": "^7.3.3",
4646
"@babel/register": "^7.5.5",
47-
"babel-plugin-static-fs": "^1.2.0",
47+
"babel-plugin-static-fs": "^1.2.1",
4848
"confirmer": "^1.1.2",
4949
"cross-spawn": "^6.0.5",
5050
"mocha": "^6.2.0",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1107,10 +1107,10 @@ babel-plugin-dynamic-import-node@^2.3.0:
11071107
dependencies:
11081108
object.assign "^4.1.0"
11091109

1110-
babel-plugin-static-fs@^1.2.0:
1111-
version "1.2.0"
1112-
resolved "https://registry.yarnpkg.com/babel-plugin-static-fs/-/babel-plugin-static-fs-1.2.0.tgz#6e381cf7cb0a40864478a49f449fbf706b5ac418"
1113-
integrity sha512-7zsDPvDzCBwfbU53WKym5LxTe1PxQHE/dGo+EfIELlBcn08TpU7SlPJILcc6YVAyTrpVUNioQfWiUyMWk1DJVg==
1110+
babel-plugin-static-fs@^1.2.1:
1111+
version "1.2.1"
1112+
resolved "https://registry.yarnpkg.com/babel-plugin-static-fs/-/babel-plugin-static-fs-1.2.1.tgz#2352ef5c1c19d50311e9433dad581c45c55f4952"
1113+
integrity sha512-dZasA7svnKAsMEB7/6fKhJO+nIZsC2fvJyj3fbuk/xUOwslZOdl+9umXQsB+oqHwOEubZ5WHJ/Zy9dvnVnRvFg==
11141114
dependencies:
11151115
babel-template "^6.3.13"
11161116
babel-types "^6.4.1"

0 commit comments

Comments
 (0)