chore(deps): update componentsjs-generator to 2.1.0

This commit is contained in:
Ruben Verborgh 2021-01-19 21:28:20 +01:00
parent 4ac0167c8d
commit b9a280e64c
2 changed files with 19 additions and 19 deletions

36
package-lock.json generated
View File

@ -1562,19 +1562,19 @@
}
},
"@typescript-eslint/visitor-keys": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz",
"integrity": "sha512-6RoxWK05PAibukE7jElqAtNMq+RWZyqJ6Q/GdIxaiUj2Ept8jh8+FUVlbq9WxMYxkmEOPvCE5cRSyupMpwW31g==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz",
"integrity": "sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==",
"dev": true,
"requires": {
"@typescript-eslint/types": "4.13.0",
"@typescript-eslint/types": "4.14.0",
"eslint-visitor-keys": "^2.0.0"
},
"dependencies": {
"@typescript-eslint/types": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.13.0.tgz",
"integrity": "sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.14.0.tgz",
"integrity": "sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==",
"dev": true
}
}
@ -2699,9 +2699,9 @@
}
},
"componentsjs-generator": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/componentsjs-generator/-/componentsjs-generator-2.0.0.tgz",
"integrity": "sha512-H7LyQfLrLJ916uZ4hyXmDaVryMktJVSFCIgm+Wc3vCl7SuMHLQ2+dHZQ4ywOCa1OKPyUwVGyiDSEWjBNStKMuA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/componentsjs-generator/-/componentsjs-generator-2.1.0.tgz",
"integrity": "sha512-anyw6eZtXEpMkHX0feRw1DVxEdLGZWtnCN5PHTDZy6uz+7IzzMzLrl8Td9PULO6+XD8U8N4lZQRMnqDeszSD2Q==",
"dev": true,
"requires": {
"@types/lru-cache": "^5.1.0",
@ -2716,19 +2716,19 @@
},
"dependencies": {
"@typescript-eslint/types": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.13.0.tgz",
"integrity": "sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.14.0.tgz",
"integrity": "sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==",
"dev": true
},
"@typescript-eslint/typescript-estree": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz",
"integrity": "sha512-9A0/DFZZLlGXn5XA349dWQFwPZxcyYyCFX5X88nWs2uachRDwGeyPz46oTsm9ZJE66EALvEns1lvBwa4d9QxMg==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz",
"integrity": "sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag==",
"dev": true,
"requires": {
"@typescript-eslint/types": "4.13.0",
"@typescript-eslint/visitor-keys": "4.13.0",
"@typescript-eslint/types": "4.14.0",
"@typescript-eslint/visitor-keys": "4.14.0",
"debug": "^4.1.1",
"globby": "^11.0.1",
"is-glob": "^4.0.1",

View File

@ -118,7 +118,7 @@
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"componentsjs-generator": "^2.0.0",
"componentsjs-generator": "^2.1.0",
"cross-fetch": "^3.0.6",
"eslint": "^7.9.0",
"eslint-config-es": "^3.20.3",