diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c96fa366..77723edd2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: labels: - "type/dependencies" - "scope/backend" + ignore: + # All netty references are temporary overwrites that must be set carefully + # We do not need dependabot to send pull requests + - dependency-name: "io.netty:*" groups: spring-boot-dependencies: patterns: diff --git a/frontend/package.json b/frontend/package.json index 0d3881493..2b0b4a1e9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "ajv-formats": "3.0.1", "json-schema-faker": "0.5.6", "jsonpath-plus": "10.3.0", - "lossless-json": "2.0.11", + "lossless-json": "4.2.0", "pretty-ms": "7.0.1", "react": "18.2.0", "react-ace": "11.0.1", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index be267d752..be03eb7ce 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -64,8 +64,8 @@ importers: specifier: 10.3.0 version: 10.3.0 lossless-json: - specifier: 2.0.11 - version: 2.0.11 + specifier: 4.2.0 + version: 4.2.0 pretty-ms: specifier: 7.0.1 version: 7.0.1 @@ -3299,8 +3299,8 @@ packages: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true - lossless-json@2.0.11: - resolution: {integrity: sha512-BP0vn+NGYvzDielvBZaFain/wgeJ1hTvURCqtKvhr1SCPePdaaTanmmcplrHfEJSJOUql7hk4FHwToNJjWRY3g==} + lossless-json@4.2.0: + resolution: {integrity: sha512-bsHH3x+7acZfqokfn9Ks/ej96yF/z6oGGw1aBmXesq4r3fAjhdG4uYuqzDgZMk5g1CZUd5w3kwwIp9K1LOYUiA==} lru-cache@10.2.0: resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} @@ -8280,7 +8280,7 @@ snapshots: dependencies: js-tokens: 4.0.0 - lossless-json@2.0.11: {} + lossless-json@4.2.0: {} lru-cache@10.2.0: {}