From ed794e3bfb1e642638be084fb93dcda40847e150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Jan 2021 18:36:09 +1100 Subject: [PATCH] chore(deps): bump ini from 1.3.5 to 1.3.8 in /examples/webpack/webpack5 (#674) Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/webpack/webpack5/yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/webpack/webpack5/yarn.lock b/examples/webpack/webpack5/yarn.lock index e97377db..be8b3e29 100644 --- a/examples/webpack/webpack5/yarn.lock +++ b/examples/webpack/webpack5/yarn.lock @@ -767,19 +767,19 @@ "@babel/plugin-syntax-dynamic-import" "^7.7.4" "@loadable/component@file:../../../packages/component": - version "5.13.2" + version "5.14.1" dependencies: "@babel/runtime" "^7.7.7" hoist-non-react-statics "^3.3.1" react-is "^16.12.0" "@loadable/server@file:../../../packages/server": - version "5.13.2" + version "5.14.0" dependencies: lodash "^4.17.15" "@loadable/webpack-plugin@file:../../../packages/webpack-plugin": - version "5.13.0" + version "5.14.0" dependencies: make-dir "^3.0.2" @@ -2242,9 +2242,9 @@ inherits@2.0.3: integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= ini@^1.3.4, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + version "1.3.8" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== interpret@^2.0.0: version "2.2.0"