diff options
author | dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com> | 2019-06-03 21:12:34 +0900 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-19 16:18:35 -0600 |
commit | 190f221bae206015b6051af1d4999b507ac386db (patch) | |
tree | be8777197c286805adc709954e4bf3a76b4a9dfb | |
parent | 7f9d834b78e14869f348726804ef0896a8eb23aa (diff) |
Bump offline-plugin from 5.0.6 to 5.0.7 (#10937)
Bumps [offline-plugin](https://github.com/NekR/offline-plugin) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/NekR/offline-plugin/releases) - [Changelog](https://github.com/NekR/offline-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/NekR/offline-plugin/compare/v5.0.6...v5.0.7)
-rw-r--r-- | package.json | 4 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 478cdd09f..8a63ec211 100644 --- a/package.json +++ b/package.json @@ -112,8 +112,8 @@ "npmlog": "^4.1.2", "object-assign": "^4.1.1", "object-fit-images": "^3.2.3", - "object.values": "^1.0.4", - "offline-plugin": "^5.0.6", + "object.values": "^1.1.0", + "offline-plugin": "^5.0.7", "path-complete-extname": "^1.0.0", "pg": "^6.4.0", "postcss-loader": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 3fa97f722..2d6cc61b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6440,10 +6440,10 @@ obuf@^1.0.0, obuf@^1.1.2: resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== -offline-plugin@^5.0.6: - version "5.0.6" - resolved "https://registry.yarnpkg.com/offline-plugin/-/offline-plugin-5.0.6.tgz#7a7b244220cddb8a8cabecb172ec5c0be03e74b2" - integrity sha512-qvcDmeI30xmvSlmqjopAj7QCuM1MEzvmDyuMTN2saDReSay5nUqCpKysexH1KUNXv5H/TfmHd+rngNPkRFj3YA== +offline-plugin@^5.0.7: + version "5.0.7" + resolved "https://registry.yarnpkg.com/offline-plugin/-/offline-plugin-5.0.7.tgz#26936ad1a7699f4d67e0a095a258972a4ccf1788" + integrity sha512-ArMFt4QFjK0wg8B5+R/6tt65u6Dk+Pkx4PAcW5O7mgIF3ywMepaQqFOQgfZD4ybanuGwuJihxUwMRgkzd+YGYw== dependencies: deep-extend "^0.5.1" ejs "^2.3.4" |