build(deps-dev): bump caf from 14.0.0 to 15.0.1

Bumps [caf](https://github.com/getify/caf) from 14.0.0 to 15.0.1.
- [Release notes](https://github.com/getify/caf/releases)
- [Commits](https://github.com/getify/caf/commits/15.0.1)

---
updated-dependencies:
- dependency-name: caf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-21 04:08:32 +00:00 committed by GitHub
parent b1ef674057
commit 915bb20abf
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

@ -8720,9 +8720,9 @@
}
},
"caf": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/caf/-/caf-14.0.0.tgz",
"integrity": "sha512-ujNdF0k9YoXz/MSxtqTtbf6dJJ0TtMVL2wyCQZFIHA9nsHIpFAM+JDsLT26xjl1olUKjWeO4FuMKT+1o/K4xRQ==",
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/caf/-/caf-15.0.1.tgz",
"integrity": "sha512-Xp/IK6vMwujxWZXra7djdYzPdPnEQKa7Mudu2wZgDQ3TJry1I0TgtjEgwZHpoBcMp68j4fb0/FZ1SJyMEgJrXQ==",
"dev": true
},
"call-bind": {

View File

@ -34,7 +34,7 @@
"@vue/cli-service": "^4.5.15",
"@vue/eslint-config-airbnb": "^5.3.0",
"babel-eslint": "^10.1.0",
"caf": "^14.0.0",
"caf": "^15.0.1",
"core-js": "^3.25.2",
"date-fns": "^2.29.3",
"detect-browser": "^5.3.0",