diff --git a/package-lock.json b/package-lock.json index a4701ccac..a61a0c7c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-react": "^8.0.1", "@babel/runtime": "^8.0.0", "@codemirror/autocomplete": "^6.20.3", - "@codemirror/commands": "^6.10.3", + "@codemirror/commands": "^6.11.0", "@codemirror/highlight": "^0.19.8", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-javascript": "^6.2.5", @@ -25,11 +25,11 @@ "@codemirror/language-data": "^6.5.2", "@codemirror/search": "^6.6.0", "@codemirror/state": "^6.6.0", - "@codemirror/view": "^6.43.8", + "@codemirror/view": "^6.43.9", "@dmsnell/diff-match-patch": "^1.1.0", "@googleapis/drive": "^20.2.0", "@lezer/highlight": "^1.2.3", - "@oddbird/css-anchor-positioning": "^0.10.1", + "@oddbird/css-anchor-positioning": "^0.10.2", "@sanity/diff-match-patch": "^3.2.0", "@vitejs/plugin-react": "^6.0.5", "body-parser": "^2.3.0", @@ -64,7 +64,7 @@ "marked-variables": "^1.0.5", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.30.1", - "mongoose": "^9.9.2", + "mongoose": "^9.9.3", "nanoid": "6.0.1", "nconf": "^0.13.0", "node": "^26.7.0", @@ -2632,7 +2632,9 @@ } }, "node_modules/@codemirror/commands": { - "version": "6.10.4", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.11.0.tgz", + "integrity": "sha512-/K4Rl5BN0OtTiPWmJCdqODu38XnDMsDxKY5rgrPnCkutPTJf2wVbkoixLfealF5Kwse/s8P8M5jAiURiwSwnFA==", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", @@ -3023,7 +3025,9 @@ "license": "MIT" }, "node_modules/@codemirror/view": { - "version": "6.43.8", + "version": "6.43.9", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.9.tgz", + "integrity": "sha512-sTuUzTpPMFebRhg6dawChoKKgndIwfjmJgKVxBefPElcU2NwQ6AFroupk0SFqEerQyZOGRfDNnSN8Dw/lMAsXw==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.7.0", @@ -4272,29 +4276,15 @@ } }, "node_modules/@oddbird/css-anchor-positioning": { - "version": "0.10.1", + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/@oddbird/css-anchor-positioning/-/css-anchor-positioning-0.10.2.tgz", + "integrity": "sha512-sk+1BpF5V+CfFm0CUbyTRxtwsUjcuP6Nz5tOzC6Bh500gBRdJJZJAeQ/3DYKPd9hGge5cqyVfUNl8zpWJVma/Q==", "license": "BSD-3-Clause", "dependencies": { - "@floating-ui/dom": "^1.7.6", - "@types/css-tree": "^2.3.11", + "@floating-ui/dom": "^1.8.0", + "@types/css-tree": "^3.2.0", "css-tree": "^3.2.1", - "nanoid": "^5.1.16" - } - }, - "node_modules/@oddbird/css-anchor-positioning/node_modules/nanoid": { - "version": "5.1.16", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^18 || >=20" + "nanoid": "^6.0.1" } }, "node_modules/@oxc-project/types": { @@ -4665,7 +4655,9 @@ } }, "node_modules/@types/css-tree": { - "version": "2.3.11", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@types/css-tree/-/css-tree-3.2.0.tgz", + "integrity": "sha512-J5KXmk6BFIepOT7280FdFyNs4c5fh0Uee0otjKEvzchrRs38Ii9qminqc4ds0L19X8Zd/rT+brR9jkBthygjWw==", "license": "MIT" }, "node_modules/@types/gensync": { @@ -10843,7 +10835,9 @@ } }, "node_modules/mongoose": { - "version": "9.9.2", + "version": "9.9.3", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.9.3.tgz", + "integrity": "sha512-9dQaKct05LNgVkunDzFPZsGGBhinobl3Qc5B5KYJkLNG5lBLgqESUEItl1EUIkVaCwZJGBgTuvJiFAjjIATCiw==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.1.0", diff --git a/package.json b/package.json index cf1625ad2..f1c3f4894 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@babel/preset-react": "^8.0.1", "@babel/runtime": "^8.0.0", "@codemirror/autocomplete": "^6.20.3", - "@codemirror/commands": "^6.10.3", + "@codemirror/commands": "^6.11.0", "@codemirror/highlight": "^0.19.8", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-javascript": "^6.2.5", @@ -101,11 +101,11 @@ "@codemirror/language-data": "^6.5.2", "@codemirror/search": "^6.6.0", "@codemirror/state": "^6.6.0", - "@codemirror/view": "^6.43.8", + "@codemirror/view": "^6.43.9", "@dmsnell/diff-match-patch": "^1.1.0", "@googleapis/drive": "^20.2.0", "@lezer/highlight": "^1.2.3", - "@oddbird/css-anchor-positioning": "^0.10.1", + "@oddbird/css-anchor-positioning": "^0.10.2", "@sanity/diff-match-patch": "^3.2.0", "@vitejs/plugin-react": "^6.0.5", "body-parser": "^2.3.0", @@ -140,7 +140,7 @@ "marked-variables": "^1.0.5", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.30.1", - "mongoose": "^9.9.2", + "mongoose": "^9.9.3", "nanoid": "6.0.1", "nconf": "^0.13.0", "node": "^26.7.0",