Bump moment from 2.22.2 to 2.29.4 in /server/tests/js_tests

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

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-07 00:49:29 +00:00
committed by GitHub
parent 29cb4ac0bf
commit 5ecafc76dc
2 changed files with 5 additions and 5 deletions

View File

@@ -387,9 +387,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.22.2", "version": "2.29.4",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
"integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
}, },
"ms": { "ms": {
"version": "2.1.1", "version": "2.1.1",
@@ -728,7 +728,7 @@
"dependencies": { "dependencies": {
"async": { "async": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "http://registry.npmjs.org/async/-/async-1.0.0.tgz", "resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
"integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=" "integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k="
}, },
"colors": { "colors": {

View File

@@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"colors": "^1.1.2", "colors": "^1.1.2",
"keypress": "^0.2.1", "keypress": "^0.2.1",
"moment": "^2.17.1", "moment": "^2.29.4",
"node-ssdp": "^3.2.0", "node-ssdp": "^3.2.0",
"q": "~1.4.1", "q": "~1.4.1",
"request": "^2.78.0", "request": "^2.78.0",