diff --git a/package-lock.json b/package-lock.json index 8b1554f2..c02014b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14694,9 +14694,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.47.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.47.0.tgz", - "integrity": "sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==" + "version": "0.48.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.48.0.tgz", + "integrity": "sha512-goSDElNqFfw7iDHMg8WDATkfcyeLTNpBHQpO8incK6p5qZt5G/1j41X0xdGzpIkGojGXM+QiRQyLjnfDVvrpwA==" }, "node_modules/mrmime": { "version": "2.0.0", @@ -21116,7 +21116,7 @@ "assert": "^2.1.0", "file-saver": "^2.0.5", "firebase": "^10.10.0", - "monaco-editor": "^0.47.0", + "monaco-editor": "^0.48.0", "ng-keyboard-shortcuts": "^13.0.8", "ngx-build-plus": "^17.0.0", "ngx-google-analytics": "^14.0.1", diff --git a/package.json b/package.json index a0b55a6a..e981ae9a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/dgadelha/Portugol-Webstudio/issues" }, "homepage": "https://github.com/dgadelha/Portugol-Webstudio#readme", - "packageManager": "npm@10.5.0", + "packageManager": "npm@10.6.0", "scripts": { "lint": "sherif && npm run eslint:check", "eslint:fix": "eslint --fix 'packages/**/*.{t,j}s'", diff --git a/packages/ide/package.json b/packages/ide/package.json index a95d7aad..c858404a 100644 --- a/packages/ide/package.json +++ b/packages/ide/package.json @@ -53,7 +53,7 @@ "assert": "^2.1.0", "file-saver": "^2.0.5", "firebase": "^10.10.0", - "monaco-editor": "^0.47.0", + "monaco-editor": "^0.48.0", "ng-keyboard-shortcuts": "^13.0.8", "ngx-build-plus": "^17.0.0", "ngx-google-analytics": "^14.0.1",