Bump serve from 12.0.0 to 12.0.1 (#62)

This commit is contained in:
dependabot[bot] 2021-09-13 20:08:21 +00:00 committed by GitHub
parent e6d4a22c06
commit 69890f5e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -46,7 +46,7 @@
"react-router-dom": "^5.2.1",
"react-scripts": "4.0.3",
"react-syntax-highlighter": "^15.4.4",
"serve": "^12.0.0",
"serve": "^12.0.1",
"typescript": "^4.4.3",
"use-keyboard-shortcut": "^1.0.6",
"web-vitals": "^1.0.1"
@ -16073,9 +16073,9 @@
}
},
"node_modules/serve": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/serve/-/serve-12.0.0.tgz",
"integrity": "sha512-BkTsETQYynAZ7rXX414kg4X6EvuZQS3UVs1NY0VQYdRHSTYWPYcH38nnDh48D0x6ONuislgjag8uKlU2gTBImA==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/serve/-/serve-12.0.1.tgz",
"integrity": "sha512-CQ4ikLpxg/wmNM7yivulpS6fhjRiFG6OjmP8ty3/c1SBnSk23fpKmLAV4HboTA2KrZhkUPlDfjDhnRmAjQ5Phw==",
"dependencies": {
"@zeit/schemas": "2.6.0",
"ajv": "6.12.6",
@ -30436,9 +30436,9 @@
}
},
"serve": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/serve/-/serve-12.0.0.tgz",
"integrity": "sha512-BkTsETQYynAZ7rXX414kg4X6EvuZQS3UVs1NY0VQYdRHSTYWPYcH38nnDh48D0x6ONuislgjag8uKlU2gTBImA==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/serve/-/serve-12.0.1.tgz",
"integrity": "sha512-CQ4ikLpxg/wmNM7yivulpS6fhjRiFG6OjmP8ty3/c1SBnSk23fpKmLAV4HboTA2KrZhkUPlDfjDhnRmAjQ5Phw==",
"requires": {
"@zeit/schemas": "2.6.0",
"ajv": "6.12.6",

View File

@ -41,7 +41,7 @@
"react-router-dom": "^5.2.1",
"react-scripts": "4.0.3",
"react-syntax-highlighter": "^15.4.4",
"serve": "^12.0.0",
"serve": "^12.0.1",
"typescript": "^4.4.3",
"use-keyboard-shortcut": "^1.0.6",
"web-vitals": "^1.0.1"