Skip to content

Commit 368b478

Browse files
authored
Merge pull request #150 from basemate/dependabot/npm_and_yarn/spec/dummy/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2 in /spec/dummy
2 parents d2da68b + a7b624a commit 368b478

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

guides/hello_world.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ class MyAppController < ApplicationController
7878
# uncommenting the line below
7979
# include Matestack::Ui::Core::ApplicationHelper
8080

81-
def my_first_page
82-
responder_for(Pages::MyApp::MyFirstPage)
81+
def my_example_page
82+
responder_for(Pages::MyApp::MyExamplePage)
8383
end
8484
end
8585
```

spec/dummy/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3835,9 +3835,9 @@ mississippi@^2.0.0:
38353835
through2 "^2.0.0"
38363836

38373837
mixin-deep@^1.2.0:
3838-
version "1.3.1"
3839-
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
3840-
integrity sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==
3838+
version "1.3.2"
3839+
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
3840+
integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
38413841
dependencies:
38423842
for-in "^1.0.2"
38433843
is-extendable "^1.0.1"

0 commit comments

Comments
 (0)