Skip to content

Commit cb9d0a9

Browse files
Merge pull request #17 from newbornfrontender/renovate/rollup-plugin-node-resolve-4.x
Update dependency rollup-plugin-node-resolve to v4.0.1
2 parents 185ee1f + 11a04c0 commit cb9d0a9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"devDependencies": {
1919
"prettier": "1.16.4",
2020
"rollup": "1.2.2",
21-
"rollup-plugin-node-resolve": "4.0.0"
21+
"rollup-plugin-node-resolve": "4.0.1"
2222
}
2323
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ [email protected]:
6767
resolved "https://registry.yarnpkg.com/pwa-helpers/-/pwa-helpers-0.9.1.tgz#9ea22fa1996ab97df73b276cae962621c3fd2532"
6868
integrity sha512-4sP/C9sSxQ3w80AATmvCEI3R+MHzCwr2RSZEbLyMkeJgV3cRk7ySZRUrQnBDSA7A0/z6dkYtjuXlkhN1ZFw3iA==
6969

70-
resolve@^1.8.1:
71-
version "1.9.0"
72-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
73-
integrity sha512-TZNye00tI67lwYvzxCxHGjwTNlUV70io54/Ed4j6PscB8xVfuBJpRenI/o6dVk0cY0PYTY27AgCoGGxRnYuItQ==
70+
resolve@^1.10.0:
71+
version "1.10.0"
72+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
73+
integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==
7474
dependencies:
7575
path-parse "^1.0.6"
7676

77-
78-
version "4.0.0"
79-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.0.0.tgz#9bc6b8205e9936cc0e26bba2415f1ecf1e64d9b2"
80-
integrity sha512-7Ni+/M5RPSUBfUaP9alwYQiIKnKeXCOHiqBpKUl9kwp3jX5ZJtgXAait1cne6pGEVUUztPD6skIKH9Kq9sNtfw==
77+
78+
version "4.0.1"
79+
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.0.1.tgz#f95765d174e5daeef9ea6268566141f53aa9d422"
80+
integrity sha512-fSS7YDuCe0gYqKsr5OvxMloeZYUSgN43Ypi1WeRZzQcWtHgFayV5tUSPYpxuaioIIWaBXl6NrVk0T2/sKwueLg==
8181
dependencies:
8282
builtin-modules "^3.0.0"
8383
is-module "^1.0.0"
84-
resolve "^1.8.1"
84+
resolve "^1.10.0"
8585

8686
8787
version "1.2.2"

0 commit comments

Comments
 (0)