chore(deps): update typespec

This commit is contained in:
xyny 2025-01-05 14:25:16 +02:00
parent 89603c82b6
commit db8a202c6a
2 changed files with 778 additions and 778 deletions

68
package-lock.json generated
View file

@ -8,18 +8,18 @@
"name": "schema.blue-build.org", "name": "schema.blue-build.org",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@typespec/compiler": "0.59.0", "@typespec/compiler": "0.63.0",
"@typespec/json-schema": "0.59.0", "@typespec/json-schema": "0.63.0",
"change-case": "^5.4.4", "change-case": "^5.4.4",
"yaml": "^2.4.2" "yaml": "^2.4.2"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
"version": "7.24.7", "version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.9.tgz",
"integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", "integrity": "sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ==",
"dependencies": { "dependencies": {
"@babel/highlight": "^7.24.7", "@babel/highlight": "^7.25.9",
"picocolors": "^1.0.0" "picocolors": "^1.0.0"
}, },
"engines": { "engines": {
@ -27,19 +27,19 @@
} }
}, },
"node_modules/@babel/helper-validator-identifier": { "node_modules/@babel/helper-validator-identifier": {
"version": "7.24.7", "version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
"integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
} }
}, },
"node_modules/@babel/highlight": { "node_modules/@babel/highlight": {
"version": "7.24.7", "version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz",
"integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==",
"dependencies": { "dependencies": {
"@babel/helper-validator-identifier": "^7.24.7", "@babel/helper-validator-identifier": "^7.25.9",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"js-tokens": "^4.0.0", "js-tokens": "^4.0.0",
"picocolors": "^1.0.0" "picocolors": "^1.0.0"
@ -92,23 +92,23 @@
} }
}, },
"node_modules/@typespec/compiler": { "node_modules/@typespec/compiler": {
"version": "0.59.0", "version": "0.63.0",
"resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-0.63.0.tgz",
"integrity": "sha512-fqh2TeAWQyt70f7NkfwOvoQMqHAfGzIfvcUi+XW55+ms6opiqNXBIT822Jr+T4fNo1PgsnbKC34n6SSIMxnOqw==", "integrity": "sha512-cC3YniwbFghn1fASX3r1IgNjMrwaY4gmzznkHT4f/NxE+HK4XoXWn4EG7287QgVMCaHUykzJCIfW9k7kIleW5A==",
"dependencies": { "dependencies": {
"@babel/code-frame": "~7.24.7", "@babel/code-frame": "~7.25.7",
"ajv": "~8.17.1", "ajv": "~8.17.1",
"change-case": "~5.4.4", "change-case": "~5.4.4",
"globby": "~14.0.2", "globby": "~14.0.2",
"mustache": "~4.2.0", "mustache": "~4.2.0",
"picocolors": "~1.0.1", "picocolors": "~1.1.1",
"prettier": "~3.3.3", "prettier": "~3.3.3",
"prompts": "~2.4.2", "prompts": "~2.4.2",
"semver": "^7.6.3", "semver": "^7.6.3",
"temporal-polyfill": "^0.2.5", "temporal-polyfill": "^0.2.5",
"vscode-languageserver": "~9.0.1", "vscode-languageserver": "~9.0.1",
"vscode-languageserver-textdocument": "~1.0.11", "vscode-languageserver-textdocument": "~1.0.12",
"yaml": "~2.4.5", "yaml": "~2.5.1",
"yargs": "~17.7.2" "yargs": "~17.7.2"
}, },
"bin": { "bin": {
@ -120,17 +120,17 @@
} }
}, },
"node_modules/@typespec/json-schema": { "node_modules/@typespec/json-schema": {
"version": "0.59.0", "version": "0.63.0",
"resolved": "https://registry.npmjs.org/@typespec/json-schema/-/json-schema-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@typespec/json-schema/-/json-schema-0.63.0.tgz",
"integrity": "sha512-pEljn1lZNx3eNkqMmhl1yjFHy0MzGumm1DPYpEzDHEt0DEdPJe8/dN44T26XG3wA4p134ph4YMr8+d+GRLTRLQ==", "integrity": "sha512-jGRXxUxdrwW/XzvaDqyt5mS/V1iBnrDaHUMRIkrFLCwzgll/NenquLI/nopihzLFXK78MfFYuHg4DEPYY5PdFw==",
"dependencies": { "dependencies": {
"yaml": "~2.4.5" "yaml": "~2.5.1"
}, },
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@typespec/compiler": "~0.59.0" "@typespec/compiler": "~0.63.0"
} }
}, },
"node_modules/ajv": { "node_modules/ajv": {
@ -434,9 +434,9 @@
} }
}, },
"node_modules/picocolors": { "node_modules/picocolors": {
"version": "1.0.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
}, },
"node_modules/picomatch": { "node_modules/picomatch": {
"version": "2.3.1", "version": "2.3.1",
@ -667,9 +667,9 @@
} }
}, },
"node_modules/vscode-languageserver-textdocument": { "node_modules/vscode-languageserver-textdocument": {
"version": "1.0.11", "version": "1.0.12",
"resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz", "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz",
"integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==" "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA=="
}, },
"node_modules/vscode-languageserver-types": { "node_modules/vscode-languageserver-types": {
"version": "3.17.5", "version": "3.17.5",
@ -731,9 +731,9 @@
} }
}, },
"node_modules/yaml": { "node_modules/yaml": {
"version": "2.4.5", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz",
"integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==", "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==",
"bin": { "bin": {
"yaml": "bin.mjs" "yaml": "bin.mjs"
}, },

View file

@ -3,8 +3,8 @@
"version": "0.1.0", "version": "0.1.0",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@typespec/compiler": "0.59.0", "@typespec/compiler": "0.63.0",
"@typespec/json-schema": "0.59.0", "@typespec/json-schema": "0.63.0",
"change-case": "^5.4.4", "change-case": "^5.4.4",
"yaml": "^2.4.2" "yaml": "^2.4.2"
}, },