Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-09 10:05:15 +0300
committerGitHub <noreply@github.com>2022-09-09 10:05:15 +0300
commit3674720299261efec6b93ea43538a7158b13fd4c (patch)
tree4d9a3aa8a1996b645c778aa69fe158734f9281b6
parent519e33fe625da14818b3c34357e34206d80c7e8a (diff)
Bump @fullcalendar/core from 5.11.2 to 5.11.3dependabot/npm_and_yarn/fullcalendar/core-5.11.3
Bumps [@fullcalendar/core](https://github.com/fullcalendar/fullcalendar) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/fullcalendar/fullcalendar/releases) - [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md) - [Commits](https://github.com/fullcalendar/fullcalendar/compare/v5.11.2...v5.11.3) --- updated-dependencies: - dependency-name: "@fullcalendar/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 041d3708..9bc444fa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "4.0.0",
"license": "agpl",
"dependencies": {
- "@fullcalendar/core": "5.11.2",
+ "@fullcalendar/core": "5.11.3",
"@fullcalendar/daygrid": "5.11.2",
"@fullcalendar/interaction": "5.11.2",
"@fullcalendar/list": "5.11.2",
@@ -1897,11 +1897,11 @@
}
},
"node_modules/@fullcalendar/core": {
- "version": "5.11.2",
- "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.11.2.tgz",
- "integrity": "sha512-+lO4EWqssONDWF1NO+tiW8KYqKj+MluLAnnRhIKlnFfvNJXEoondWKR6q3jF9Yxe/VmbVFKPq9z6auIxc7zr3A==",
+ "version": "5.11.3",
+ "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.11.3.tgz",
+ "integrity": "sha512-YUFxCvVJytUwFeXCx4J17kFMM7Ixwn9zBjVRw5NM2bMwgR6VAhSnlZc6yNQSOIy7Hj2TF0vDkO/4JNlTvxyAXw==",
"dependencies": {
- "@fullcalendar/common": "~5.11.2",
+ "@fullcalendar/common": "~5.11.3",
"preact": "^10.0.5",
"tslib": "^2.1.0"
}
@@ -18356,11 +18356,11 @@
}
},
"@fullcalendar/core": {
- "version": "5.11.2",
- "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.11.2.tgz",
- "integrity": "sha512-+lO4EWqssONDWF1NO+tiW8KYqKj+MluLAnnRhIKlnFfvNJXEoondWKR6q3jF9Yxe/VmbVFKPq9z6auIxc7zr3A==",
+ "version": "5.11.3",
+ "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.11.3.tgz",
+ "integrity": "sha512-YUFxCvVJytUwFeXCx4J17kFMM7Ixwn9zBjVRw5NM2bMwgR6VAhSnlZc6yNQSOIy7Hj2TF0vDkO/4JNlTvxyAXw==",
"requires": {
- "@fullcalendar/common": "~5.11.2",
+ "@fullcalendar/common": "~5.11.3",
"preact": "^10.0.5",
"tslib": "^2.1.0"
}
diff --git a/package.json b/package.json
index 22cb73ba..a136b666 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
- "@fullcalendar/core": "5.11.2",
+ "@fullcalendar/core": "5.11.3",
"@fullcalendar/daygrid": "5.11.2",
"@fullcalendar/interaction": "5.11.2",
"@fullcalendar/list": "5.11.2",