diff options
author | Renovate Bot <renovate-bot@benkard.de> | 2023-01-21 17:30:19 +0000 |
---|---|---|
committer | Renovate Bot <renovate-bot@benkard.de> | 2023-01-21 17:30:19 +0000 |
commit | 35a5f99a007c8d712c8617f7ce1ada26b9797244 (patch) | |
tree | d191e6e51b29b923c43d169c8febef324fe11593 | |
parent | 5bb0c82125c9107d84766c55f86d6aed3dd12342 (diff) |
Update dependency flow-bin to ^0.198.0
-rw-r--r-- | src/main/resources/META-INF/resources/package.json | 2 | ||||
-rw-r--r-- | src/main/resources/META-INF/resources/yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/META-INF/resources/package.json b/src/main/resources/META-INF/resources/package.json index aac9bdb..06fae64 100644 --- a/src/main/resources/META-INF/resources/package.json +++ b/src/main/resources/META-INF/resources/package.json @@ -14,7 +14,7 @@ "@babel/plugin-transform-flow-strip-types": "^7.0.0", "cssnano": "^5.1.13", "eslint": "^8.23.0", - "flow-bin": "^0.197.0", + "flow-bin": "^0.198.0", "parcel": "^2.7.0", "snowpack": "2.8.0" }, diff --git a/src/main/resources/META-INF/resources/yarn.lock b/src/main/resources/META-INF/resources/yarn.lock index f64f355..ad0b56f 100644 --- a/src/main/resources/META-INF/resources/yarn.lock +++ b/src/main/resources/META-INF/resources/yarn.lock @@ -2229,10 +2229,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787" integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== -flow-bin@^0.197.0: - version "0.197.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.197.0.tgz#a26ec0e495678676031acb414c1211d59f1d8fff" - integrity sha512-6g0c4Hj+JeS9nRayORAC3qUUzecX1RAjYap086yXivjfN2hlaqMYEi4ZDNPhtUOM8IqB4IE8HXPHt17uLsi0zw== +flow-bin@^0.198.0: + version "0.198.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.198.0.tgz#c5edf94b3f0bf4569e9a9f20b66a3f115e5f469d" + integrity sha512-sUNcC9FD30/4p2uSYi7WwQSMMvZNbeIMMbyjZkGfUrIJTEjb+SiLEXT3TH3SV/isFEwm7H/9k9528vhZwtoMcA== follow-redirects@^1.0.0: version "1.15.1" |