From 6fa4c5e771a7de6eb2d4b9a7ebac35686f298ccd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2019 18:19:48 +0200 Subject: [PATCH] fix(deps): update dependency next to v9.0.2 (#2662) --- examples/next/package.json | 2 +- examples/next/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/next/package.json b/examples/next/package.json index a334d07d7d..d2cda885d2 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -18,7 +18,7 @@ "style-loader": "0.23.1" }, "dependencies": { - "next": "9.0.1", + "next": "9.0.2", "prop-types": "15.6.2", "qs": "6.7.0", "react": "16.8.6", diff --git a/examples/next/yarn.lock b/examples/next/yarn.lock index 15d421f709..0f056a4ac3 100644 --- a/examples/next/yarn.lock +++ b/examples/next/yarn.lock @@ -4427,10 +4427,10 @@ neo-async@^2.5.0: version "2.6.0" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.0.tgz#b9d15e4d71c6762908654b5183ed38b753340835" -next-server@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/next-server/-/next-server-9.0.1.tgz#9b57487d27042adf1f95e6609458aca07f05b6d4" - integrity sha512-o2OT9iAxwavKaobZdCsT12pmwCEBHHY338yIY8DzeXR6PhOFkn1qBghAycFKxRc3NPtkbqnBI8Hv9YGwpM74eQ== +next-server@9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/next-server/-/next-server-9.0.2.tgz#8e119734c2492fd20faa7e487989b7d376d67d70" + integrity sha512-SGN20hjHKkz/WJ5H4FsWnaIefV8x3hoQWwNKVKqTOQSCNNQLMmVQJtTybCTR2ZZz3UJUFpt0fvvoDukWV7Du2A== dependencies: amp-toolbox-optimizer "1.2.0-alpha.1" content-type "1.0.4" @@ -4446,10 +4446,10 @@ next-server@9.0.1: styled-jsx "3.2.1" url "0.11.0" -next@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/next/-/next-9.0.1.tgz#a1f45114db771659b2444758431d58e13f8cb914" - integrity sha512-4VQ85H/2V3E4wdIxsZIFrcuWozNFLj/RVpotfe7QDG+cPX/j13l1dfu0REF3tQ/eb/FV5QAeFq+4dUcqY3oxFA== +next@9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/next/-/next-9.0.2.tgz#4de9da7ca64d89dd1759ad2b5d9d23a9dc3ca63b" + integrity sha512-ICZWI4a7oqjGIf3qoq8amCSeF+mP00azqODqFWSwFGCxm3SnBZu4xqNr5QmeOMFCML8J/eRlI6o8vE7aE0yTTw== dependencies: "@babel/core" "7.4.5" "@babel/plugin-proposal-class-properties" "7.4.4" @@ -4477,7 +4477,7 @@ next@9.0.1: launch-editor "2.2.1" loader-utils "1.2.3" mkdirp "0.5.1" - next-server "9.0.1" + next-server "9.0.2" prop-types "15.7.2" prop-types-exact "1.2.0" react-error-overlay "5.1.6"