Merge pull request #226 from CUBETIQ/dependabot/npm_and_yarn/tsconfig-paths-4.1.1

Bump tsconfig-paths from 4.1.0 to 4.1.1
This commit is contained in:
Sambo Chea 2022-12-01 12:30:13 +07:00 committed by GitHub
commit cc7480f852
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

@ -23,7 +23,7 @@
"prettier": "2.8.0",
"ts-jest": "^27.1.4",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.1.0",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.9.3"
}
},
@ -5883,9 +5883,9 @@
}
},
"node_modules/tsconfig-paths": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.1.0.tgz",
"integrity": "sha512-AHx4Euop/dXFC+Vx589alFba8QItjF+8hf8LtmuiCwHyI4rHXQtOOENaM8kvYf5fR0dRChy3wzWIZ9WbB7FWow==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.1.1.tgz",
"integrity": "sha512-VgPrtLKpRgEAJsMj5Q/I/mXouC6A/7eJ/X4Nuk6o0cRPwBtznYxTCU4FodbexbzH9somBPEXYi0ZkUViUpJ21Q==",
"dev": true,
"dependencies": {
"json5": "^2.2.1",
@ -10647,9 +10647,9 @@
}
},
"tsconfig-paths": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.1.0.tgz",
"integrity": "sha512-AHx4Euop/dXFC+Vx589alFba8QItjF+8hf8LtmuiCwHyI4rHXQtOOENaM8kvYf5fR0dRChy3wzWIZ9WbB7FWow==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.1.1.tgz",
"integrity": "sha512-VgPrtLKpRgEAJsMj5Q/I/mXouC6A/7eJ/X4Nuk6o0cRPwBtznYxTCU4FodbexbzH9somBPEXYi0ZkUViUpJ21Q==",
"dev": true,
"requires": {
"json5": "^2.2.1",

View File

@ -37,7 +37,7 @@
"prettier": "2.8.0",
"ts-jest": "^27.1.4",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.1.0",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.9.3"
},
"lint-staged": {