Bump vue-at from 2.5.0-beta.2 to 2.5.0

Bumps [vue-at](https://github.com/fritx/vue-at) from 2.5.0-beta.2 to 2.5.0.
- [Release notes](https://github.com/fritx/vue-at/releases)
- [Commits](https://github.com/fritx/vue-at/commits)

---
updated-dependencies:
- dependency-name: vue-at
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-13 02:14:26 +00:00
committed by GitHub
parent 71b19be030
commit 96b852a0e7
2 changed files with 11 additions and 4 deletions

13
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"p-queue": "^7.3.0",
"url-search-params-polyfill": "^8.1.1",
"vue": "^2.7.8",
"vue-at": "^2.5.0-beta.2",
"vue-at": "^2.5.0",
"vue-click-outside": "^1.1.0",
"vue-easymde": "^2.0.0",
"vue-infinite-loading": "^2.4.5",
@@ -18069,7 +18069,12 @@
}
},
"node_modules/vue-at": {
"version": "2.5.0-beta.2",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/vue-at/-/vue-at-2.5.0.tgz",
"integrity": "sha512-kcbRy13LGWDOQ6sT7ft/miF/AYrRFxl1UkVpoAeApZSU8aqtSjSKlRGk8tYV0GTmUHGWRVw+3mGNb8gtLbdzbg==",
"engines": {
"node": ">= 14.x"
},
"peerDependencies": {
"vue": "2.x"
}
@@ -32431,7 +32436,9 @@
}
},
"vue-at": {
"version": "2.5.0-beta.2",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/vue-at/-/vue-at-2.5.0.tgz",
"integrity": "sha512-kcbRy13LGWDOQ6sT7ft/miF/AYrRFxl1UkVpoAeApZSU8aqtSjSKlRGk8tYV0GTmUHGWRVw+3mGNb8gtLbdzbg==",
"requires": {}
},
"vue-click-outside": {

View File

@@ -53,7 +53,7 @@
"p-queue": "^7.3.0",
"url-search-params-polyfill": "^8.1.1",
"vue": "^2.7.8",
"vue-at": "^2.5.0-beta.2",
"vue-at": "^2.5.0",
"vue-click-outside": "^1.1.0",
"vue-easymde": "^2.0.0",
"vue-infinite-loading": "^2.4.5",