Bump detect-browser from 5.2.1 to 5.3.0

Bumps [detect-browser](https://github.com/DamonOehlman/detect-browser) from 5.2.1 to 5.3.0.
- [Release notes](https://github.com/DamonOehlman/detect-browser/releases)
- [Commits](https://github.com/DamonOehlman/detect-browser/compare/v5.2.1...v5.3.0)

---
updated-dependencies:
- dependency-name: detect-browser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-06 11:06:45 +00:00 committed by GitHub
parent fa43431d6d
commit a93863c6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6913,9 +6913,9 @@
"integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
},
"detect-browser": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-5.2.1.tgz",
"integrity": "sha512-eAcRiEPTs7utXWPaAgu/OX1HRJpxW7xSHpw4LTDrGFaeWnJ37HRlqpUkKsDm0AoTbtrvHQhH+5U2Cd87EGhJTg==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-5.3.0.tgz",
"integrity": "sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==",
"dev": true
},
"detect-node": {

View File

@ -37,7 +37,7 @@
"caf": "^13.1.1",
"core-js": "^3.19.2",
"date-fns": "^2.27.0",
"detect-browser": "^5.2.1",
"detect-browser": "^5.3.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^7.20.0",