216.diff (2303B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 7e2b502..be6c478 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -27,7 +27,7 @@ 6 "sqlite3": "5.0.8" 7 }, 8 "devDependencies": { 9 - "@babel/plugin-transform-typescript": "7.18.1", 10 + "@babel/plugin-transform-typescript": "7.18.4", 11 "@playwright/test": "1.22.2", 12 "@types/cors": "2.8.12", 13 "@types/node": "17.0.35", 14 @@ -404,9 +404,9 @@ 15 } 16 }, 17 "node_modules/@babel/plugin-transform-typescript": { 18 - "version": "7.18.1", 19 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.1.tgz", 20 - "integrity": "sha512-F+RJmL479HJmC0KeqqwEGZMg1P7kWArLGbAKfEi9yPthJyMNjF+DjxFF/halfQvq1Q9GFM4TUbYDNV8xe4Ctqg==", 21 + "version": "7.18.4", 22 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.4.tgz", 23 + "integrity": "sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==", 24 "dev": true, 25 "dependencies": { 26 "@babel/helper-create-class-features-plugin": "^7.18.0", 27 @@ -7805,9 +7805,9 @@ 28 } 29 }, 30 "@babel/plugin-transform-typescript": { 31 - "version": "7.18.1", 32 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.1.tgz", 33 - "integrity": "sha512-F+RJmL479HJmC0KeqqwEGZMg1P7kWArLGbAKfEi9yPthJyMNjF+DjxFF/halfQvq1Q9GFM4TUbYDNV8xe4Ctqg==", 34 + "version": "7.18.4", 35 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.4.tgz", 36 + "integrity": "sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==", 37 "dev": true, 38 "requires": { 39 "@babel/helper-create-class-features-plugin": "^7.18.0", 40 diff --git a/package.json b/package.json 41 index 6b04e7d..71fea18 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -38,7 +38,7 @@ 45 "sqlite3": "5.0.8" 46 }, 47 "devDependencies": { 48 - "@babel/plugin-transform-typescript": "7.18.1", 49 + "@babel/plugin-transform-typescript": "7.18.4", 50 "@playwright/test": "1.22.2", 51 "@types/cors": "2.8.12", 52 "@types/node": "17.0.35",