Skip to content

Bump the minor group across 1 directory with 38 updates #7768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,309 changes: 2,644 additions & 1,665 deletions package-lock.json

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"dependencies": {
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/commands": "^6.8.1",
"@codemirror/language": "^6.11.0",
"@codemirror/language": "^6.11.2",
"@codemirror/lint": "^6.8.5",
"@codemirror/search": "^6.5.10",
"@codemirror/search": "^6.5.11",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@csstools/postcss-oklab-function": "^4.0.9",
"@codemirror/theme-one-dark": "^6.1.3",
"@csstools/postcss-oklab-function": "^4.0.10",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.2",
"@kittycad/lib": "^2.0.34",
"@kittycad/lib": "^2.0.41",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.1",
"@million/lint": "^1.0.14",
Expand All @@ -42,17 +42,17 @@
"@xstate/inspect": "^0.8.0",
"@xstate/react": "^4.1.1",
"bonjour-service": "^1.3.0",
"bson": "^6.10.3",
"bson": "^6.10.4",

Check warning on line 45 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"chokidar": "^4.0.3",
"codemirror": "^6.0.1",
"codemirror": "^6.0.2",

Check warning on line 47 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"decamelize": "^6.0.0",
"diff": "^7.0.0",
"electron-updater": "^6.6.2",
"fuse.js": "^7.1.0",
"hammerjs": "^2.0.8",
"html2canvas-pro": "^1.5.8",
"html2canvas-pro": "^1.5.11",

Check warning on line 53 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"isomorphic-fetch": "^3.0.0",
"json-rpc-2.0": "^1.6.0",
"json-rpc-2.0": "^1.7.1",

Check warning on line 55 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"jszip": "^3.10.1",
"minimist": "^1.2.8",
"openid-client": "^5.6.5",
Expand All @@ -66,7 +66,7 @@
"react-modal-promise": "^1.0.2",
"react-router-dom": "^6.28.0",
"sketch-helpers": "^0.0.4",
"three": "^0.175.0",
"three": "^0.178.0",

Check warning on line 69 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"ua-parser-js": "^1.0.37",
"uuid": "^11.1.0",
"vscode-jsonrpc": "^8.2.1",
Expand All @@ -75,7 +75,7 @@
"web-vitals": "^3.5.2",
"why-is-node-running": "^3.2.2",
"win-ca": "^3.5.1",
"xstate": "^5.19.2",
"xstate": "^5.20.1",

Check warning on line 78 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"yargs": "^17.7.2"
},
"scripts": {
Expand Down Expand Up @@ -156,18 +156,18 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.26.9",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@biomejs/biome": "^1.9.4",
"@electron-forge/cli": "^7.8.0",
"@electron-forge/plugin-fuses": "^7.8.0",
"@electron-forge/plugin-vite": "^7.8.0",
"@electron-forge/cli": "^7.8.1",
"@electron-forge/plugin-fuses": "^7.8.1",
"@electron-forge/plugin-vite": "^7.8.1",
"@electron/fuses": "^1.8.0",
"@electron/notarize": "^2.5.0",
"@iarna/toml": "^2.2.5",
"@lezer/generator": "^1.7.3",
"@lezer/generator": "^1.8.0",
"@nabla/vite-plugin-eslint": "^2.0.5",
"@playwright/test": "^1.52.0",
"@playwright/test": "^1.54.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^15.0.7",
"@types/diff": "^7.0.2",
Expand All @@ -183,13 +183,13 @@
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.1",
"@types/react-modal": "^3.16.3",
"@types/three": "^0.175.0",
"@types/three": "^0.178.1",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.8",
"@types/wicg-file-system-access": "^2023.10.6",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/web-worker": "^3.1.2",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/web-worker": "^3.2.4",
"@xstate/cli": "^0.5.17",
"autoprefixer": "^10.4.21",
"babel-preset-vite": "^1.1.3",
Expand All @@ -199,40 +199,40 @@
"electron-builder": "^26.0.12",
"eslint": "^8.0.1",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import": "^2.32.0",

Check warning on line 202 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-perf": "^3.3.3",
"eslint-plugin-suggest-no-throw": "^1.0.0",
"eslint-plugin-testing-library": "^7.1.1",
"eslint-plugin-testing-library": "^7.6.0",

Check warning on line 209 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"happy-dom": "^17.4.4",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fixed-jsdom": "^0.0.9",
"kill-port": "^2.0.1",
"msw": "^2.7.6",
"msw": "^2.10.4",

Check warning on line 217 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"node-fetch": "^3.3.2",
"openapi-typescript": "^7.6.1",
"openapi-typescript": "^7.8.0",

Check warning on line 219 in package.json

View workflow job for this annotation

GitHub Actions / semgrep-oss/scan

package-dependencies-check

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use packagelock.json for a specific version of the package.
"pixelmatch": "^5.3.0",
"pngjs": "^7.0.0",
"postcss": "^8.4.43",
"postcss": "^8.5.6",
"postinstall-postinstall": "^2.1.0",
"setimmediate": "^1.0.5",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.3.2",
"ts-jest": "^29.4.0",
"ts-node": "^10.0.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1",
"typescript-eslint": "^8.36.0",
"vite": "^5.4.19",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-top-level-await": "^1.5.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^3.1.2",
"vitest": "^3.2.4",
"vitest-webgl-canvas-mock": "^1.1.0",
"ws": "^8.18.1"
"ws": "^8.18.3"
}
}
10 changes: 5 additions & 5 deletions packages/codemirror-lang-kcl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@codemirror/language": "^6.10.3",
"@codemirror/language": "^6.11.2",
"@codemirror/state": "^6.5.2",
"@lezer/highlight": "^1.2.1",
"typescript": "^5.7.2"
},
"devDependencies": {
"@lezer/generator": "^1.7.3",
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^4.40.0",
"@lezer/generator": "^1.8.0",
"@rollup/plugin-typescript": "^12.1.4",
"rollup": "^4.45.0",
"rollup-plugin-dts": "^6.1.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.1"
"vitest": "^3.2.4"
},
"files": ["dist/"]
}
4 changes: 2 additions & 2 deletions packages/codemirror-lsp-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"private": false,
"dependencies": {
"@codemirror/autocomplete": "6.18.6",
"@codemirror/language": "^6.11.0",
"@codemirror/language": "^6.11.2",
"@codemirror/state": "^6.5.2",
"@lezer/highlight": "^1.2.1",
"@ts-stack/markdown": "^1.5.0",
"json-rpc-2.0": "^1.7.0",
"json-rpc-2.0": "^1.7.1",
"typescript": "^5.8.3",
"vscode-languageserver-protocol": "^3.17.5",
"vscode-uri": "^3.1.0"
Expand Down
10 changes: 5 additions & 5 deletions rust/kcl-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.14.1",
"@types/vscode": "^1.97.0",
"@types/vscode": "^1.102.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^3.3.2",
"@vscode/vsce": "^3.6.0",
"cross-env": "^7.0.3",
"esbuild": "^0.25.4",
"glob": "^11.0.1",
"mocha": "^11.1.0",
"esbuild": "^0.25.6",
"glob": "^11.0.3",
"mocha": "^11.7.1",
"typescript": "^5.8.3"
},
"dependencies": {
Expand Down
Loading