diff --git a/Build/package-lock.json b/Build/package-lock.json index 2c5f68d..17aaadf 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.29.0", "@babel/parser": "^7.28.5", "@babel/runtime": "^7.28.6", - "@codemirror/commands": "^6.10.1", + "@codemirror/commands": "^6.10.2", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.4", @@ -357,9 +357,9 @@ } }, "node_modules/@codemirror/commands": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.1.tgz", - "integrity": "sha512-uWDWFypNdQmz2y1LaNJzK7fL7TYKLeUAU0npEC685OKTF3KcQ2Vu3klIM78D7I6wGhktme0lh3CuQLv0ZCrD9Q==", + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.2.tgz", + "integrity": "sha512-vvX1fsih9HledO1c9zdotZYUZnE4xV0m6i3m25s5DIfXofuprk6cRcLUZvSk3CASUbwjQX21tOGbkY2BH8TpnQ==", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", diff --git a/Build/package.json b/Build/package.json index 58f95c7..f1d5090 100644 --- a/Build/package.json +++ b/Build/package.json @@ -16,7 +16,7 @@ "@babel/core": "^7.29.0", "@babel/parser": "^7.28.5", "@babel/runtime": "^7.28.6", - "@codemirror/commands": "^6.10.1", + "@codemirror/commands": "^6.10.2", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.4",