Update dependencies

This commit is contained in:
codecalm 2025-09-15 19:38:31 +02:00
parent 08a3057384
commit 6755034170
2 changed files with 43 additions and 45 deletions

View File

@ -52,17 +52,17 @@
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^2.0.1", "@11ty/eleventy": "^2.0.1",
"@atomico/rollup-plugin-sizes": "^1.1.4", "@atomico/rollup-plugin-sizes": "^1.1.4",
"@release-it-plugins/workspaces": "^4.2.0", "@release-it-plugins/workspaces": "^4.2.1",
"@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-node-resolve": "^16.0.1",
"@testing-library/jest-dom": "^6.4.2", "@testing-library/jest-dom": "^6.4.8",
"adm-zip": "^0.5.10", "adm-zip": "^0.5.16",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0",
"csv-parser": "^3.0.0", "csv-parser": "^3.0.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.7",
"eleventy-sass": "^2.2.4", "eleventy-sass": "^2.2.6",
"esbuild": "^0.20.1", "esbuild": "^0.20.2",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
"glob": "10.3.10", "glob": "10.3.16",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
@ -70,12 +70,12 @@
"lodash.template": "4.5.0", "lodash.template": "4.5.0",
"minimist": "1.2.8", "minimist": "1.2.8",
"node-sass": "9.0.0", "node-sass": "9.0.0",
"openai": "^4.73.0", "openai": "^4.73.1",
"parse-svg-path": "^0.1.2", "parse-svg-path": "^0.1.2",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"release-it": "17.1.1", "release-it": "17.1.1",
"rollup": "^4.12.0", "rollup": "^4.12.1",
"rollup-plugin-dts": "^6.1.0", "rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-filesize": "10.0.0", "rollup-plugin-filesize": "10.0.0",
"rollup-plugin-license": "^3.2.0", "rollup-plugin-license": "^3.2.0",
@ -86,9 +86,9 @@
"svgo": "^3.2.0", "svgo": "^3.2.0",
"svgpath": "^2.6.0", "svgpath": "^2.6.0",
"svgson": "^5.3.1", "svgson": "^5.3.1",
"turbo": "^1.12.4", "turbo": "^1.12.5",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"vite": "^5.1.4", "vite": "^5.1.8",
"vitest": "^1.3.1" "vitest": "^1.3.1"
}, },
"release-it": { "release-it": {

View File

@ -19,38 +19,38 @@ importers:
specifier: ^1.1.4 specifier: ^1.1.4
version: 1.1.4(rollup@4.30.1) version: 1.1.4(rollup@4.30.1)
'@release-it-plugins/workspaces': '@release-it-plugins/workspaces':
specifier: ^4.2.0 specifier: ^4.2.1
version: 4.2.0(release-it@17.1.1) version: 4.2.1(release-it@17.1.1)
'@rollup/plugin-node-resolve': '@rollup/plugin-node-resolve':
specifier: ^16.0.1 specifier: ^16.0.1
version: 16.0.1(rollup@4.30.1) version: 16.0.1(rollup@4.30.1)
'@testing-library/jest-dom': '@testing-library/jest-dom':
specifier: ^6.4.2 specifier: ^6.4.8
version: 6.6.3 version: 6.6.3
adm-zip: adm-zip:
specifier: ^0.5.10 specifier: ^0.5.16
version: 0.5.16 version: 0.5.16
cheerio: cheerio:
specifier: ^1.0.0-rc.12 specifier: ^1.0.0
version: 1.0.0 version: 1.0.0
csv-parser: csv-parser:
specifier: ^3.0.0 specifier: ^3.0.0
version: 3.1.0 version: 3.1.0
dotenv: dotenv:
specifier: ^16.4.5 specifier: ^16.4.7
version: 16.4.7 version: 16.4.7
eleventy-sass: eleventy-sass:
specifier: ^2.2.4 specifier: ^2.2.6
version: 2.2.6(@11ty/eleventy@2.0.1) version: 2.2.6(@11ty/eleventy@2.0.1)
esbuild: esbuild:
specifier: ^0.20.1 specifier: ^0.20.2
version: 0.20.2 version: 0.20.2
fs-extra: fs-extra:
specifier: ^11.2.0 specifier: ^11.2.0
version: 11.2.0 version: 11.2.0
glob: glob:
specifier: 10.3.10 specifier: 10.3.16
version: 10.3.10 version: 10.3.16
gray-matter: gray-matter:
specifier: ^4.0.3 specifier: ^4.0.3
version: 4.0.3 version: 4.0.3
@ -73,7 +73,7 @@ importers:
specifier: 9.0.0 specifier: 9.0.0
version: 9.0.0 version: 9.0.0
openai: openai:
specifier: ^4.73.0 specifier: ^4.73.1
version: 4.77.3 version: 4.77.3
parse-svg-path: parse-svg-path:
specifier: ^0.1.2 specifier: ^0.1.2
@ -85,10 +85,10 @@ importers:
specifier: 17.1.1 specifier: 17.1.1
version: 17.1.1(typescript@5.7.2) version: 17.1.1(typescript@5.7.2)
rollup: rollup:
specifier: ^4.12.0 specifier: ^4.12.1
version: 4.30.1 version: 4.30.1
rollup-plugin-dts: rollup-plugin-dts:
specifier: ^6.1.0 specifier: ^6.1.1
version: 6.1.1(rollup@4.30.1)(typescript@5.7.2) version: 6.1.1(rollup@4.30.1)(typescript@5.7.2)
rollup-plugin-esbuild: rollup-plugin-esbuild:
specifier: ^6.1.1 specifier: ^6.1.1
@ -121,13 +121,13 @@ importers:
specifier: ^5.3.1 specifier: ^5.3.1
version: 5.3.1 version: 5.3.1
turbo: turbo:
specifier: ^1.12.4 specifier: ^1.12.5
version: 1.13.4 version: 1.13.4
typescript: typescript:
specifier: ^5.3.3 specifier: ^5.3.3
version: 5.7.2 version: 5.7.2
vite: vite:
specifier: ^5.1.4 specifier: ^5.1.8
version: 5.4.11 version: 5.4.11
vitest: vitest:
specifier: ^1.3.1 specifier: ^1.3.1
@ -3884,8 +3884,8 @@ packages:
react-native: 0.73.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0)(react@18.2.0) react-native: 0.73.11(@babel/core@7.26.0)(@babel/preset-env@7.26.0)(react@18.2.0)
dev: true dev: true
/@release-it-plugins/workspaces@4.2.0(release-it@17.1.1): /@release-it-plugins/workspaces@4.2.1(release-it@17.1.1):
resolution: {integrity: sha512-hzQMdYWFnLBS/7dfasIWyeD2LUKeL7LT8ldxZgpzon90lW1cEU4Kpad78KmpZl1L188YHAbwVnboE+6i14jlEQ==} resolution: {integrity: sha512-lZEARr5tqsFskTPHBLjmYxqfC/DJkWRc0Q/wjOODHW8rtYPhL1w2zv7fwvgSjhFmMp0OdsJOXzkcSkUDvc9NnA==}
engines: {node: '>= 16'} engines: {node: '>= 16'}
peerDependencies: peerDependencies:
release-it: ^14.0.0 || ^15.2.0 || ^16.0.0 || ^17.0.0 release-it: ^14.0.0 || ^15.2.0 || ^16.0.0 || ^17.0.0
@ -3893,7 +3893,7 @@ packages:
detect-indent: 6.1.0 detect-indent: 6.1.0
detect-newline: 3.1.0 detect-newline: 3.1.0
release-it: 17.1.1(typescript@5.7.2) release-it: 17.1.1(typescript@5.7.2)
semver: 7.6.3 semver: 7.7.2
url-join: 4.0.1 url-join: 4.0.1
validate-peer-dependencies: 1.2.0 validate-peer-dependencies: 1.2.0
walk-sync: 2.2.0 walk-sync: 2.2.0
@ -4535,7 +4535,7 @@ packages:
/@types/node-fetch@2.6.12: /@types/node-fetch@2.6.12:
resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==} resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==}
dependencies: dependencies:
'@types/node': 18.19.70 '@types/node': 22.10.5
form-data: 4.0.1 form-data: 4.0.1
dev: true dev: true
@ -5486,7 +5486,7 @@ packages:
dependencies: dependencies:
'@npmcli/fs': 3.1.1 '@npmcli/fs': 3.1.1
fs-minipass: 3.0.3 fs-minipass: 3.0.3
glob: 10.3.10 glob: 10.3.16
lru-cache: 7.18.3 lru-cache: 7.18.3
minipass: 7.1.2 minipass: 7.1.2
minipass-collect: 1.0.2 minipass-collect: 1.0.2
@ -7699,13 +7699,13 @@ packages:
is-glob: 4.0.3 is-glob: 4.0.3
dev: true dev: true
/glob@10.3.10: /glob@10.3.16:
resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} resolution: {integrity: sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw==}
engines: {node: '>=16 || 14 >=14.17'} engines: {node: '>=16 || 14 >=14.18'}
hasBin: true hasBin: true
dependencies: dependencies:
foreground-child: 3.3.0 foreground-child: 3.3.0
jackspeak: 2.3.6 jackspeak: 3.4.3
minimatch: 9.0.5 minimatch: 9.0.5
minipass: 7.1.2 minipass: 7.1.2
path-scurry: 1.11.1 path-scurry: 1.11.1
@ -7731,7 +7731,7 @@ packages:
fs.realpath: 1.0.0 fs.realpath: 1.0.0
inflight: 1.0.6 inflight: 1.0.6
inherits: 2.0.4 inherits: 2.0.4
minimatch: 3.0.8 minimatch: 3.1.2
once: 1.4.0 once: 1.4.0
path-is-absolute: 1.0.1 path-is-absolute: 1.0.1
dev: true dev: true
@ -8766,9 +8766,8 @@ packages:
iterate-iterator: 1.0.2 iterate-iterator: 1.0.2
dev: true dev: true
/jackspeak@2.3.6: /jackspeak@3.4.3:
resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
engines: {node: '>=14'}
dependencies: dependencies:
'@isaacs/cliui': 8.0.2 '@isaacs/cliui': 8.0.2
optionalDependencies: optionalDependencies:
@ -8911,7 +8910,7 @@ packages:
dependencies: dependencies:
config-chain: 1.1.13 config-chain: 1.1.13
editorconfig: 1.0.4 editorconfig: 1.0.4
glob: 10.3.10 glob: 10.3.16
js-cookie: 3.0.5 js-cookie: 3.0.5
nopt: 7.2.1 nopt: 7.2.1
dev: true dev: true
@ -11587,7 +11586,7 @@ packages:
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
deprecated: This package is no longer supported. Please use @npmcli/package-json instead. deprecated: This package is no longer supported. Please use @npmcli/package-json instead.
dependencies: dependencies:
glob: 10.3.10 glob: 10.3.16
json-parse-even-better-errors: 3.0.2 json-parse-even-better-errors: 3.0.2
normalize-package-data: 5.0.0 normalize-package-data: 5.0.0
npm-normalize-package-bin: 3.0.1 npm-normalize-package-bin: 3.0.1
@ -12267,7 +12266,6 @@ packages:
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
dev: false
/send@0.19.0: /send@0.19.0:
resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
@ -13733,7 +13731,7 @@ packages:
resolution: {integrity: sha512-nd2HUpKc6RWblPZQ2GDuI65sxJ2n/UqZwSBVtj64xlWjMx0m7ZB2m9b2JS3v1f+n9VWH/dd1CMhkHfP6pIdckA==} resolution: {integrity: sha512-nd2HUpKc6RWblPZQ2GDuI65sxJ2n/UqZwSBVtj64xlWjMx0m7ZB2m9b2JS3v1f+n9VWH/dd1CMhkHfP6pIdckA==}
dependencies: dependencies:
resolve-package-path: 3.1.0 resolve-package-path: 3.1.0
semver: 7.6.3 semver: 7.7.2
dev: true dev: true
/vary@1.1.2: /vary@1.1.2: