Skip to content

Commit

Permalink
Bump react-device-detect from 1.17.0 to 2.2.2
Browse files Browse the repository at this point in the history
Bumps [react-device-detect](https://github.com/duskload/react-device-detect) from 1.17.0 to 2.2.2.
- [Release notes](https://github.com/duskload/react-device-detect/releases)
- [Commits](https://github.com/duskload/react-device-detect/commits)

---
updated-dependencies:
- dependency-name: react-device-detect
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2022
1 parent 889670c commit 6ee8da7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"mongoose": "5.13.9",
"multer": "^1.4.2",
"node-uuid": "^1.4.7",
"nodemailer": "^6.7.2",
"nodemailer": "^6.7.4",
"nprogress": "^0.2.0",
"otplib": "^11.0.1",
"passport": "^0.4.1",
Expand All @@ -158,7 +158,7 @@
"react": "16.14.0",
"react-color": "^2.17.3",
"react-datepicker": "3.1.3",
"react-device-detect": "^1.17.0",
"react-device-detect": "^2.2.2",
"react-dnd": "2.6.0",
"react-dnd-html5-backend": "2.6.0",
"react-dom": "16.13.1",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10666,10 +10666,10 @@ node-version@^1.0.0:
version "1.2.0"
resolved "https://registry.npmjs.org/node-version/-/node-version-1.2.0.tgz"

nodemailer@^6.7.2:
version "6.7.2"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.2.tgz#44b2ad5f7ed71b7067f7a21c4fedabaec62b85e0"
integrity sha512-Dz7zVwlef4k5R71fdmxwR8Q39fiboGbu3xgswkzGwczUfjp873rVxt1O46+Fh0j1ORnAC6L9+heI8uUpO6DT7Q==
nodemailer@^6.7.4:
version "6.7.4"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.4.tgz#28771bda3dda8f2dad1912aca0f8727ce7f09d89"
integrity sha512-TBSS3qS8WG45ycUwEvEA/3UM1o3sLz9jUl4TPUKPz4ImWWM6UgRCb5pLO+HOouDKEj57yNLOrzQlO8+9IjWZoA==

nodemon@^2.0.15:
version "2.0.15"
Expand Down Expand Up @@ -12289,12 +12289,12 @@ react-datepicker@3.1.3:
react-onclickoutside "^6.9.0"
react-popper "^1.3.4"

react-device-detect@^1.17.0:
version "1.17.0"
resolved "https://registry.npmjs.org/react-device-detect/-/react-device-detect-1.17.0.tgz"
integrity sha512-bBblIStwpHmoS281JFIVqeimcN3LhpoP5YKDWzxQdBIUP8S2xPvHDgizLDhUq2ScguLfVPmwfF5y268EEQR60w==
react-device-detect@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/react-device-detect/-/react-device-detect-2.2.2.tgz#dbabbce798ec359c83f574c3edb24cf1cca641a5"
integrity sha512-zSN1gIAztUekp5qUT/ybHwQ9fmOqVT1psxpSlTn1pe0CO+fnJHKRLOWWac5nKxOxvOpD/w84hk1I+EydrJp7SA==
dependencies:
ua-parser-js "^0.7.24"
ua-parser-js "^1.0.2"

react-dnd-html5-backend@2.6.0:
version "2.6.0"
Expand Down Expand Up @@ -14911,11 +14911,16 @@ typescript@4.1.6:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138"
integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==

ua-parser-js@^0.7.18, ua-parser-js@^0.7.24:
ua-parser-js@^0.7.18:
version "0.7.28"
resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.28.tgz"
integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==

ua-parser-js@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.2.tgz#e2976c34dbfb30b15d2c300b2a53eac87c57a775"
integrity sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==

uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.5"
resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.5.tgz"
Expand Down

0 comments on commit 6ee8da7

Please sign in to comment.