Fix claritas failure with module-info.

Resolves https://github.com/dscalzi/Nebula/issues/35
This commit is contained in:
Daniel Scalzi
2021-09-30 00:53:48 -04:00
parent 62695ce996
commit 5b0b9fb4fe
3 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -214,9 +214,9 @@
"dev": true
},
"@types/node": {
"version": "14.17.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.19.tgz",
"integrity": "sha512-jjYI6NkyfXykucU6ELEoT64QyKOdvaA6enOqKtP4xUsGY0X0ZUZz29fUmrTRo+7v7c6TgDu82q3GHHaCEkqZwA==",
"version": "14.17.20",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.20.tgz",
"integrity": "sha512-gI5Sl30tmhXsqkNvopFydP7ASc4c2cLfGNQrVKN3X90ADFWFsPEsotm/8JHSUJQKTHbwowAHtcJPeyVhtKv0TQ==",
"dev": true
},
"@types/responselike": {