diff --git a/package.json b/package.json index 737b7428..18bdfd8e 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,6 @@ "workbox-window": "^6.5.4" }, "dependencies": { - "netlify-cli": "^12.3.0" + "netlify-cli": "^12.4.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bf331079..1c4967a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,7 +34,7 @@ specifiers: github-slugger: ^2.0.0 mdast-util-to-string: ^3.1.0 mdsvex: ^0.10.6 - netlify-cli: ^12.3.0 + netlify-cli: ^12.4.0 npm-run-all: ^4.1.5 postcss: ^8.4.20 prettier: ^2.8.1 @@ -63,7 +63,7 @@ specifiers: workbox-window: ^6.5.4 dependencies: - netlify-cli: 12.3.0_@types+node@18.11.15 + netlify-cli: 12.4.0_@types+node@18.11.15 devDependencies: '@iconify-json/heroicons-outline': 1.1.5 @@ -451,7 +451,6 @@ packages: hasBin: true dependencies: '@babel/types': 7.20.5 - dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -8984,8 +8983,8 @@ packages: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} dev: false - /netlify-cli/12.3.0_@types+node@18.11.15: - resolution: {integrity: sha512-CPg1hi/21qwZP+pnyHIXOEzWgNRFAvFQ4uMvH/k2vPIS1LOAdFn31Y8J8ISOKLF1zUArbTawanpEhDjqMutCfg==} + /netlify-cli/12.4.0_@types+node@18.11.15: + resolution: {integrity: sha512-psSL2L548C7bBr4JJQjmnqWQIuu/O2ZeL9FIrJd7dm6VTt3vKDMM1/eQluwUuXcBqVmYKNFh4UeMnVC/gqh4qg==} engines: {node: ^14.16.0 || >=16.0.0} hasBin: true requiresBuild: true @@ -9213,14 +9212,14 @@ packages: resolution: {integrity: sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA==} engines: {node: '>=6.0'} dependencies: - '@babel/parser': 7.16.8 + '@babel/parser': 7.20.5 dev: false /node-source-walk/5.0.0: resolution: {integrity: sha512-58APXoMXpmmU+oVBJFajhTCoD8d/OGtngnVAWzIo2A8yn0IXwBzvIVIsTzoie/SrA37u+1hnpNz2HMWx/VIqlw==} engines: {node: '>=12'} dependencies: - '@babel/parser': 7.16.8 + '@babel/parser': 7.20.5 dev: false /node-stream-zip/1.15.0: diff --git a/src/lib/components/extra/github.svelte b/src/lib/components/extra/github.svelte index 8054e876..5088c33e 100644 --- a/src/lib/components/extra/github.svelte +++ b/src/lib/components/extra/github.svelte @@ -3,8 +3,8 @@