Skip to content

Commit 7aa81eb

Browse files
author
Matt Carroll
committed
Merge branch 'master' into mcarroll/OASIS-5160
2 parents 894f828 + 0ab1759 commit 7aa81eb

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CODEOWNERS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in the repo.
5+
# Unless a later match takes precedence, @global-owner1 and @global-owner2
6+
# will be requested for review when someone opens a pull request.
7+
* @optimizely/fullstack-devs
8+
9+
# Order is important; the last matching pattern takes the most precedence.
10+
# When someone opens a pull request that only modifies JS files, only @js-owner
11+
# and not the global owner(s) will be requested for a review.
12+
#*.js @js-owner
13+
14+
# You can also use email addresses if you prefer. They'll be used to look up
15+
# users just like we do for commit author emails.
16+
#docs/* docs@example.com

packages/datafile-manager/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,9 +1932,9 @@ jest@^24.1.0:
19321932
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
19331933

19341934
js-yaml@^3.12.0:
1935-
version "3.12.2"
1936-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65bd72f285b5d8105c77f14fc"
1937-
integrity sha512-QHn/Lh/7HhZ/Twc7vJYQTkjuCa0kaCcDcjK5Zlk2rvnUpy7DxMJ23+Jc2dcyvltwQVg1nygAVlB2oRDFHoRS5Q==
1935+
version "3.13.1"
1936+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
1937+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
19381938
dependencies:
19391939
argparse "^1.0.7"
19401940
esprima "^4.0.0"

0 commit comments

Comments
 (0)