diff --git a/package-lock.json b/package-lock.json index 3e34031ca..b1ce30695 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8254,9 +8254,9 @@ } }, "node_modules/ace-builds": { - "version": "1.31.2", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.31.2.tgz", - "integrity": "sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==" + "version": "1.32.3", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.32.3.tgz", + "integrity": "sha512-ptSTUmDEU+LuwGiPY3/qQPmmAWE27vuv5sASL8swLRyLGJb7Ye7a8MrJ4NnAkFh1sJgVUqKTEGWRRFDmqYPw2Q==" }, "node_modules/acorn": { "version": "7.4.1", @@ -24601,12 +24601,6 @@ "vega-lite": "*" } }, - "node_modules/vega-embed/node_modules/yallist": { - "version": "4.0.0", - "extraneous": true, - "inBundle": true, - "license": "ISC" - }, "node_modules/vega-encode": { "version": "4.9.1", "resolved": "https://registry.npmjs.org/vega-encode/-/vega-encode-4.9.1.tgz", @@ -25941,7 +25935,7 @@ "@urql/exchange-graphcache": "4.4.3", "@urql/exchange-multipart-fetch": "0.1.14", "@urql/exchange-retry": "0.3.3", - "ace-builds": "1.31.2", + "ace-builds": "1.32.3", "chart.xkcd": "1.1.13", "chart.xkcd-react": "0.0.6", "framer-motion": "10.11.2", @@ -32338,7 +32332,7 @@ "@urql/exchange-multipart-fetch": "0.1.14", "@urql/exchange-retry": "0.3.3", "@vitejs/plugin-react": "4.2.1", - "ace-builds": "1.31.2", + "ace-builds": "1.32.3", "chart.xkcd": "1.1.13", "chart.xkcd-react": "0.0.6", "esbuild": "0.17.5", @@ -35968,9 +35962,9 @@ } }, "ace-builds": { - "version": "1.31.2", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.31.2.tgz", - "integrity": "sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==" + "version": "1.32.3", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.32.3.tgz", + "integrity": "sha512-ptSTUmDEU+LuwGiPY3/qQPmmAWE27vuv5sASL8swLRyLGJb7Ye7a8MrJ4NnAkFh1sJgVUqKTEGWRRFDmqYPw2Q==" }, "acorn": { "version": "7.4.1", @@ -48010,13 +48004,6 @@ "vega-schema-url-parser": "^2.2.0", "vega-themes": "^2.10.0", "vega-tooltip": "^0.27.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "bundled": true, - "extraneous": true - } } }, "vega-encode": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index a98e1871b..4e12ac998 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -17,7 +17,7 @@ "@urql/exchange-graphcache": "4.4.3", "@urql/exchange-multipart-fetch": "0.1.14", "@urql/exchange-retry": "0.3.3", - "ace-builds": "1.31.2", + "ace-builds": "1.32.3", "chart.xkcd": "1.1.13", "chart.xkcd-react": "0.0.6", "framer-motion": "10.11.2",