3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-05 18:27:18 +00:00

build(deps): bump tsconfig-paths from 3.15.0 to 4.2.0

Bumps [tsconfig-paths](https://github.com/dividab/tsconfig-paths) from 3.15.0 to 4.2.0.
- [Changelog](https://github.com/jonaskello/tsconfig-paths/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dividab/tsconfig-paths/compare/v3.15.0...v4.2.0)

---
updated-dependencies:
- dependency-name: tsconfig-paths
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-01 19:41:51 +00:00 committed by GitHub
parent de033417fc
commit 2ffa8756b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 18 deletions

View file

@ -68,7 +68,7 @@
"threads": "^1.7.0",
"tlds": "^1.221.1",
"tmp": "0.0.33",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "^4.2.0",
"twemoji": "^12.1.4",
"typeorm": "^0.3.17",
"utf-8-validate": "^5.0.5",

36
package-lock.json generated
View file

@ -65,7 +65,7 @@
"threads": "^1.7.0",
"tlds": "^1.221.1",
"tmp": "0.0.33",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "^4.2.0",
"twemoji": "^12.1.4",
"typeorm": "^0.3.17",
"utf-8-validate": "^5.0.5",
@ -1584,10 +1584,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/json5": {
"version": "0.0.29",
"license": "MIT"
},
"node_modules/@types/lodash": {
"version": "4.17.13",
"dev": true,
@ -7269,6 +7265,18 @@
"version": "5.0.1",
"license": "ISC"
},
"node_modules/json5": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
"license": "MIT",
"bin": {
"json5": "lib/cli.js"
},
"engines": {
"node": ">=6"
}
},
"node_modules/jsonfile": {
"version": "6.1.0",
"license": "MIT",
@ -11613,23 +11621,17 @@
}
},
"node_modules/tsconfig-paths": {
"version": "3.15.0",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
"integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
"license": "MIT",
"dependencies": {
"@types/json5": "^0.0.29",
"json5": "^1.0.2",
"json5": "^2.2.2",
"minimist": "^1.2.6",
"strip-bom": "^3.0.0"
}
},
"node_modules/tsconfig-paths/node_modules/json5": {
"version": "1.0.2",
"license": "MIT",
"dependencies": {
"minimist": "^1.2.0"
},
"bin": {
"json5": "lib/cli.js"
"engines": {
"node": ">=6"
}
},
"node_modules/tslib": {