Merge pull request #24 from pstuifzand/dependabot/npm_and_yarn/moment-2.29.2

Bump moment from 2.29.1 to 2.29.2
This commit is contained in:
Peter Stuifzand 2022-05-01 00:36:48 +02:00 committed by GitHub
commit b17cea16e0
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

@ -7587,9 +7587,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.29.1", "version": "2.29.2",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz",
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg=="
}, },
"move-concurrently": { "move-concurrently": {
"version": "1.0.1", "version": "1.0.1",

View File

@ -16,7 +16,7 @@
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"micropub-helper": "^1.6.2", "micropub-helper": "^1.6.2",
"moment": "^2.29.1", "moment": "^2.29.2",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"rel-parser": "github:grantcodes/rel-scraper", "rel-parser": "github:grantcodes/rel-scraper",
"rel-scraper": "github:grantcodes/rel-scraper", "rel-scraper": "github:grantcodes/rel-scraper",