build(deps): Bump moment from 2.29.2 to 2.29.3

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.3.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.3)

---
updated-dependencies:
- dependency-name: moment
  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-04-23 01:03:09 +00:00
committed by GitHub
parent 8b69c90bf1
commit cc2f45f764
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "deck", "name": "deck",
"version": "1.7.0-beta.1", "version": "1.8.0-beta.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "1.7.0-beta.1", "version": "1.8.0-beta.0",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",
@@ -28,7 +28,7 @@
"markdown-it": "^12.3.2", "markdown-it": "^12.3.2",
"markdown-it-link-attributes": "^4.0.0", "markdown-it-link-attributes": "^4.0.0",
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",
"moment": "^2.29.2", "moment": "^2.29.3",
"nextcloud-vue-collections": "^0.9.0", "nextcloud-vue-collections": "^0.9.0",
"p-queue": "^6.6.2", "p-queue": "^6.6.2",
"url-search-params-polyfill": "^8.1.1", "url-search-params-polyfill": "^8.1.1",
@@ -13472,9 +13472,9 @@
} }
}, },
"node_modules/moment": { "node_modules/moment": {
"version": "2.29.2", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==", "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==",
"engines": { "engines": {
"node": "*" "node": "*"
} }
@@ -28931,9 +28931,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.29.2", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw=="
}, },
"ms": { "ms": {
"version": "2.0.0" "version": "2.0.0"

View File

@@ -48,7 +48,7 @@
"markdown-it": "^12.3.2", "markdown-it": "^12.3.2",
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",
"markdown-it-link-attributes": "^4.0.0", "markdown-it-link-attributes": "^4.0.0",
"moment": "^2.29.2", "moment": "^2.29.3",
"nextcloud-vue-collections": "^0.9.0", "nextcloud-vue-collections": "^0.9.0",
"p-queue": "^6.6.2", "p-queue": "^6.6.2",
"url-search-params-polyfill": "^8.1.1", "url-search-params-polyfill": "^8.1.1",