mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
Merge pull request #4171 from firefly-iii/dependabot/npm_and_yarn/frontend/develop/v-calendar-2.1.3
Bump v-calendar from 2.1.2 to 2.1.3 in /frontend
This commit is contained in:
commit
c7cf55b831
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@ -9216,9 +9216,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"v-calendar": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-2.1.2.tgz",
|
||||
"integrity": "sha512-4LQNwPI3IQ9Z5qITFPNFPjeXkYc1vF67gwjuGNz2qDmR6KMPbRvZBlO32gC8OwzaBZ+loDkELQ4hXmuwVCztPA==",
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-2.1.3.tgz",
|
||||
"integrity": "sha512-xLWWUbOfT2RfJPN1y5p8RVpIalVCQKAKqzoTbUel0bf/vbyAC8MLLmKSh2Lr75To01IzHi8mVf3UPZn9Dt0khQ==",
|
||||
"requires": {
|
||||
"core-js": "^3.6.5",
|
||||
"date-fns": "^2.8.1",
|
||||
|
@ -34,7 +34,7 @@
|
||||
"overlayscrollbars": "^1.13.1",
|
||||
"popper.js": "^1.16.1",
|
||||
"tempusdominus": "^5.16.0",
|
||||
"v-calendar": "^2.1.2",
|
||||
"v-calendar": "^2.1.3",
|
||||
"vue-chartjs": "^3.5.1",
|
||||
"vue-router": "^3.4.9"
|
||||
}
|
||||
|
@ -6872,10 +6872,10 @@ uuid@^3.3.2, uuid@^3.4.0:
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
||||
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
||||
|
||||
v-calendar@^2.1.2:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/v-calendar/-/v-calendar-2.1.2.tgz#71ef4f91622f67cf6a7befe1351108dccd4d08ad"
|
||||
integrity sha512-4LQNwPI3IQ9Z5qITFPNFPjeXkYc1vF67gwjuGNz2qDmR6KMPbRvZBlO32gC8OwzaBZ+loDkELQ4hXmuwVCztPA==
|
||||
v-calendar@^2.1.3:
|
||||
version "2.1.3"
|
||||
resolved "https://registry.yarnpkg.com/v-calendar/-/v-calendar-2.1.3.tgz#968c8039232908eb0e8ab48256b60db082cba187"
|
||||
integrity sha512-xLWWUbOfT2RfJPN1y5p8RVpIalVCQKAKqzoTbUel0bf/vbyAC8MLLmKSh2Lr75To01IzHi8mVf3UPZn9Dt0khQ==
|
||||
dependencies:
|
||||
core-js "^3.6.5"
|
||||
date-fns "^2.8.1"
|
||||
|
Loading…
Reference in New Issue
Block a user