Skip to content

Commit 7a6dcc3

Browse files
alanjcharlesAlan Charles
andauthored
chore: updated vulernable dependencies (#238)
* chore: updated vulernable dependencies * chore: updated set-value * chore: update js-yaml Added it to dev dependencies in the test-app package.json again Co-authored-by: Alan Charles <[email protected]>
1 parent c51e689 commit 7a6dcc3

File tree

5 files changed

+26
-1
lines changed

5 files changed

+26
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,8 @@
7272
"react": "16.8.3",
7373
"react-native": "0.62.2",
7474
"rimraf": "^2.6.2"
75+
},
76+
"dependencies": {
77+
"minimist": "^0.2.1"
7578
}
7679
}

packages/test-app/patches/TestApp.xcodeproj/reactnative.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

packages/test-app/seed/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"eslint": "^7.1.0",
2121
"jest": "^26.0.1",
2222
"metro-react-native-babel-preset": "^0.59.0",
23-
"react-test-renderer": "16.11.0"
23+
"react-test-renderer": "16.11.0",
24+
"set-value": "2.0.1",
25+
"js-yaml":"3.13.1"
2426
},
2527
"jest": {
2628
"preset": "react-native"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6816,6 +6816,11 @@ [email protected], minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
68166816
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
68176817
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
68186818

6819+
minimist@^0.2.1:
6820+
version "0.2.1"
6821+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455"
6822+
integrity sha512-GY8fANSrTMfBVfInqJAY41QkOM+upUTytK1jZ0c8+3HdHrJxBJ3rF5i9moClXTE8uUSnUo8cAsCoxDXvSY4DHg==
6823+
68196824
minimist@~0.0.1:
68206825
version "0.0.10"
68216826
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

0 commit comments

Comments
 (0)