diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b0c2fdea4f..2cbe444d79a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1052,8 +1052,8 @@ importers: version: 4.9.5 devDependencies: '@types/codemirror': - specifier: 5.60.7 - version: 5.60.7 + specifier: 5.60.8 + version: 5.60.8 '@types/react': specifier: 16.14.42 version: 16.14.42 @@ -2703,6 +2703,17 @@ packages: transitivePeerDependencies: - supports-color + /@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.20.12): + resolution: {integrity: sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.1 + semver: 6.3.0 + /@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.22.5): resolution: {integrity: sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==} engines: {node: '>=6.9.0'} @@ -3725,7 +3736,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.0 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.20.2 dev: true /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.20.12): @@ -3734,7 +3745,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} @@ -4177,7 +4188,7 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.20.12) + '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.5): @@ -10214,8 +10225,8 @@ packages: '@types/node': 18.16.16 dev: true - /@types/codemirror@5.60.7: - resolution: {integrity: sha512-QXIC+RPzt/1BGSuD6iFn6UMC9TDp+9hkOANYNPVsjjrDdzKphfRkwQDKGp2YaC54Yhz0g6P5uYTCCibZZEiMAA==} + /@types/codemirror@5.60.8: + resolution: {integrity: sha512-VjFgDF/eB+Aklcy15TtOTLQeMjTo07k7KAjql8OK5Dirr7a6sJY4T1uVBDuTVG9VEmn1uUsohOpYnVfgC6/jyw==} dependencies: '@types/tern': 0.23.4 dev: true diff --git a/tools/challenge-editor/client/package.json b/tools/challenge-editor/client/package.json index daeed8ac752..ddffaa0d0d7 100644 --- a/tools/challenge-editor/client/package.json +++ b/tools/challenge-editor/client/package.json @@ -40,7 +40,7 @@ ] }, "devDependencies": { - "@types/codemirror": "5.60.7", + "@types/codemirror": "5.60.8", "@types/react": "16.14.42", "@types/react-dom": "^16.9.17", "@uiw/react-codemirror": "3.2.10",