1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
docubot
2022-05-19 09:38:17 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -143,7 +143,7 @@
"jest-fail-on-console": "^2.2.3",
"jest-github-actions-reporter": "^1.0.3",
"jest-slow-test-reporter": "^1.0.0",
"kill-port": "1.6.1",
"kill-port": "2.0.0",
"linkinator": "^3.0.3",
"lint-staged": "^12.3.3",
"make-promises-safe": "^5.1.0",
@@ -12857,9 +12857,9 @@
}
},
"node_modules/kill-port": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/kill-port/-/kill-port-1.6.1.tgz",
"integrity": "sha512-un0Y55cOM7JKGaLnGja28T38tDDop0AQ8N0KlAdyh+B1nmMoX8AnNmqPNZbS3mUMgiST51DCVqmbFT1gNJpVNw==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/kill-port/-/kill-port-2.0.0.tgz",
"integrity": "sha512-TWGAJ/SGy52aKhYpPSCw4S/WR0rTYkC2+6oRp5xBlLo4UvJe3Gt0MwROO8hI+Hu4YkTDhe27EPKKeFUtqNNfdA==",
"dev": true,
"dependencies": {
"get-them-args": "1.3.2",
@@ -32003,9 +32003,9 @@
}
},
"kill-port": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/kill-port/-/kill-port-1.6.1.tgz",
"integrity": "sha512-un0Y55cOM7JKGaLnGja28T38tDDop0AQ8N0KlAdyh+B1nmMoX8AnNmqPNZbS3mUMgiST51DCVqmbFT1gNJpVNw==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/kill-port/-/kill-port-2.0.0.tgz",
"integrity": "sha512-TWGAJ/SGy52aKhYpPSCw4S/WR0rTYkC2+6oRp5xBlLo4UvJe3Gt0MwROO8hI+Hu4YkTDhe27EPKKeFUtqNNfdA==",
"dev": true,
"requires": {
"get-them-args": "1.3.2",

View File

@@ -145,7 +145,7 @@
"jest-fail-on-console": "^2.2.3",
"jest-github-actions-reporter": "^1.0.3",
"jest-slow-test-reporter": "^1.0.0",
"kill-port": "1.6.1",
"kill-port": "2.0.0",
"linkinator": "^3.0.3",
"lint-staged": "^12.3.3",
"make-promises-safe": "^5.1.0",