diff options
author | Renovate Bot <renovate-bot@benkard.de> | 2023-08-24 22:04:21 +0000 |
---|---|---|
committer | Renovate Bot <renovate-bot@benkard.de> | 2023-08-24 22:04:21 +0000 |
commit | 261d983deee588d6ba1346588043c447620799a5 (patch) | |
tree | 6391912fc283220a1bedb35a6221f001256ea2d5 /src | |
parent | cc90c354846a7edb8b73c1bf4ad5aa90094a02bc (diff) |
Update all non-major dependencies
Diffstat (limited to 'src')
-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 e2b2dff..0858788 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.214.0", + "flow-bin": "^0.215.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 f201210..8b7db89 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.214.0: - version "0.214.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.214.0.tgz#3ace7984a69309392e056f96cf3bf8623fa93d1c" - integrity sha512-rPexleFynYsxsBAPHqRvCIqzcRZ9KkPjlFbuOATmFlHyG6vdy9V+SWPYdzBtgsfhGbj9PZ14pzv1zzgNd7rmvQ== +flow-bin@^0.215.0: + version "0.215.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.215.1.tgz#1df7f284087a2edca89b6af5df8e7cc13f53f926" + integrity sha512-Q8Ed0w492tI9O/US11bC2Gtme0gkK/RNZBLTXBgSnRo3JaQor2cPRcKcwQX2mPBoV9/KrtAVVCnhzu4zTpkWTg== follow-redirects@^1.0.0: version "1.15.1" |