3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00

chore(deps): bump json5 and tsconfig-paths in /backend

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies need to be updated together.


Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3)

Updates `tsconfig-paths` from 3.9.0 to 3.10.1
- [Release notes](https://github.com/dividab/tsconfig-paths/releases)
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dividab/tsconfig-paths/compare/v3.9.0...v3.10.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: tsconfig-paths
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-01 12:54:42 +00:00 committed by GitHub
parent 801cd2630b
commit 9dc630c7fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 25 deletions

View file

@ -50,7 +50,7 @@
"threads": "^1.7.0", "threads": "^1.7.0",
"tlds": "^1.221.1", "tlds": "^1.221.1",
"tmp": "0.0.33", "tmp": "0.0.33",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^3.10.1",
"twemoji": "^12.1.4", "twemoji": "^12.1.4",
"typeorm": "^0.2.31", "typeorm": "^0.2.31",
"utf-8-validate": "^5.0.5", "utf-8-validate": "^5.0.5",
@ -306,10 +306,6 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/json5": {
"version": "0.0.29",
"license": "MIT"
},
"node_modules/@types/lodash": { "node_modules/@types/lodash": {
"version": "4.14.144", "version": "4.14.144",
"dev": true, "dev": true,
@ -2607,13 +2603,14 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/json5": { "node_modules/json5": {
"version": "1.0.1", "version": "2.2.3",
"license": "MIT", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
"dependencies": { "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
"minimist": "^1.2.0"
},
"bin": { "bin": {
"json5": "lib/cli.js" "json5": "lib/cli.js"
},
"engines": {
"node": ">=6"
} }
}, },
"node_modules/jsonfile": { "node_modules/jsonfile": {
@ -4591,11 +4588,11 @@
} }
}, },
"node_modules/tsconfig-paths": { "node_modules/tsconfig-paths": {
"version": "3.9.0", "version": "3.10.1",
"license": "MIT", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz",
"integrity": "sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==",
"dependencies": { "dependencies": {
"@types/json5": "^0.0.29", "json5": "^2.2.0",
"json5": "^1.0.1",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"strip-bom": "^3.0.0" "strip-bom": "^3.0.0"
} }
@ -5446,9 +5443,6 @@
"version": "3.12.1", "version": "3.12.1",
"dev": true "dev": true
}, },
"@types/json5": {
"version": "0.0.29"
},
"@types/lodash": { "@types/lodash": {
"version": "4.14.144", "version": "4.14.144",
"dev": true "dev": true
@ -6941,10 +6935,9 @@
"dev": true "dev": true
}, },
"json5": { "json5": {
"version": "1.0.1", "version": "2.2.3",
"requires": { "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
"minimist": "^1.2.0" "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="
}
}, },
"jsonfile": { "jsonfile": {
"version": "5.0.0", "version": "5.0.0",
@ -8194,10 +8187,11 @@
} }
}, },
"tsconfig-paths": { "tsconfig-paths": {
"version": "3.9.0", "version": "3.10.1",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz",
"integrity": "sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==",
"requires": { "requires": {
"@types/json5": "^0.0.29", "json5": "^2.2.0",
"json5": "^1.0.1",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"strip-bom": "^3.0.0" "strip-bom": "^3.0.0"
} }

View file

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