build(deps): bump moment in /基础教程/WebSocket协议/Websocket服务器端例子/myapp

Bumps [moment](https://github.com/moment/moment) from 2.23.0 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.23.0...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-08 10:58:28 +00:00 committed by GitHub
parent b09f15dd8a
commit bea116ca5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -491,9 +491,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.23.0", "version": "2.29.4",
"resolved": "http://clcdata.com:4873/moment/-/moment-2.23.0.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
"integrity": "sha512-3IE39bHVqFbWWaPOMHZF98Q9c3LDKGTmypMiTM2QygGXXElkFWIH7GxfmlwmY2vwa+wmNsoYZmG2iusf1ZjJoA==" "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
}, },
"morgan": { "morgan": {
"version": "1.9.1", "version": "1.9.1",

View File

@ -10,7 +10,7 @@
"debug": "~2.6.9", "debug": "~2.6.9",
"express": "~4.16.0", "express": "~4.16.0",
"http-errors": "~1.6.2", "http-errors": "~1.6.2",
"moment": "^2.23.0", "moment": "^2.29.4",
"morgan": "~1.9.0", "morgan": "~1.9.0",
"pug": "2.0.0-beta11", "pug": "2.0.0-beta11",
"ws": "^6.1.2" "ws": "^6.1.2"