From 1a42193bbde09f83f25cc9a43149320f09ac97ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 01:50:19 +0000 Subject: [PATCH 1/5] Bump framer-motion from 10.0.2 to 10.2.4 Bumps [framer-motion](https://github.com/framer/motion) from 10.0.2 to 10.2.4. - [Release notes](https://github.com/framer/motion/releases) - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v10.0.2...v10.2.4) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dbda3cf..9879312 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "astro-robots-txt": "^0.4.0", "dotenv": "^16.0.3", "express": "^4.18.2", - "framer-motion": "^10.0.2", + "framer-motion": "^10.2.4", "hamburger-react": "^2.5.0", "htpasswd": "^2.4.6", "http-auth": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index 60f2c79..f7114b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1952,10 +1952,10 @@ fraction.js@^4.2.0: resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950" integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA== -framer-motion@^10.0.2: - version "10.0.2" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.0.2.tgz#386ad9fef138d625740e8338715e5f2568ae9951" - integrity sha512-1k8y1e6DMRQ/r6or4TBxRhE1cXlDE5bm+SFeWLeh7ng0sfSbpROC2Qd1OEHq6lLXNARar/KKoj/EQ6eIvn60Uw== +framer-motion@^10.2.4: + version "10.2.4" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.2.4.tgz#e728a34c5c208aef4ee2b829409e0f59c7d6405c" + integrity sha512-0a5yR1jwOfSO0jJEpZUrgWYEa1EPU2yGVmytSu+uMYWV7bcFHwaHVYz2GchzWPH1rW7nXg8zmw8cp4+zNJJaUA== dependencies: tslib "^2.4.0" optionalDependencies: From 0ceb2c83fe961372d410f38b81a0a804cd65820d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 01:51:53 +0000 Subject: [PATCH 2/5] Bump @types/node from 18.14.6 to 18.15.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.6 to 18.15.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dbda3cf..9b8a6a9 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@types/express": "^4.17.13", "@types/http-auth": "^4.1.1", - "@types/node": "^18.14.6", + "@types/node": "^18.15.0", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6" } diff --git a/yarn.lock b/yarn.lock index 60f2c79..86d32e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -820,10 +820,10 @@ dependencies: "@types/unist" "*" -"@types/node@*", "@types/node@^18.14.6": - version "18.14.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.6.tgz#ae1973dd2b1eeb1825695bb11ebfb746d27e3e93" - integrity sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA== +"@types/node@*", "@types/node@^18.15.0": + version "18.15.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.0.tgz#286a65e3fdffd691e170541e6ecb0410b16a38be" + integrity sha512-z6nr0TTEOBGkzLGmbypWOGnpSpSIBorEhC4L+4HeQ2iezKCi4f77kyslRwvHeNitymGQ+oFyIWGP96l/DPSV9w== "@types/parse5@^6.0.0": version "6.0.3" From 1c8265ba1c3c3e9cae94c27696d5d11a5890203a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 01:52:30 +0000 Subject: [PATCH 3/5] Bump @astrojs/prefetch from 0.1.2 to 0.2.0 Bumps [@astrojs/prefetch](https://github.com/withastro/astro/tree/HEAD/packages/astro-prefetch) from 0.1.2 to 0.2.0. - [Release notes](https://github.com/withastro/astro/releases) - [Commits](https://github.com/withastro/astro/commits/@astrojs/prefetch@0.2.0/packages/astro-prefetch) --- updated-dependencies: - dependency-name: "@astrojs/prefetch" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dbda3cf..d632eb5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@astrojs/node": "^5.0.3", "@astrojs/partytown": "^1.0.3", - "@astrojs/prefetch": "^0.1.2", + "@astrojs/prefetch": "^0.2.0", "@astrojs/react": "^2.0.2", "@astrojs/tailwind": "^3.0.1", "@fortawesome/fontawesome-svg-core": "^6.2.1", diff --git a/yarn.lock b/yarn.lock index 60f2c79..cd2d992 100644 --- a/yarn.lock +++ b/yarn.lock @@ -74,10 +74,10 @@ "@builder.io/partytown" "^0.7.4" mrmime "^1.0.0" -"@astrojs/prefetch@^0.1.2": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@astrojs/prefetch/-/prefetch-0.1.2.tgz#ec3cdfb52dd4c7e79348d796986ff177241e55af" - integrity sha512-Plf1GLKDyvTHjEKVMH922wc1AmvlFYvEXrbdaMAlgJuoqTRXirP1CennildFHndTetH8swWMlVGwxdG57dN7cA== +"@astrojs/prefetch@^0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@astrojs/prefetch/-/prefetch-0.2.0.tgz#d9750301a20d8429d7b4752cf50b859eca4e5523" + integrity sha512-q68916tIId0tnRFphNL2OcORgoATnfVItaQAugz7wfIq4ghivNISG1scN86uAyF/md1N1YcKu6XPukT5f2lShQ== dependencies: throttles "^1.0.1" From 4b4f3e53841971c7f37fe71c471e244fb582a560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 04:39:38 +0000 Subject: [PATCH 4/5] Bump @astrojs/partytown from 1.0.3 to 1.1.0 Bumps [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/partytown@1.1.0/packages/integrations/partytown) --- updated-dependencies: - dependency-name: "@astrojs/partytown" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 719c5be..16afc00 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@astrojs/node": "^5.0.3", - "@astrojs/partytown": "^1.0.3", + "@astrojs/partytown": "^1.1.0", "@astrojs/prefetch": "^0.2.0", "@astrojs/react": "^2.0.2", "@astrojs/tailwind": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index 703215b..e9046fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -66,10 +66,10 @@ send "^0.18.0" server-destroy "^1.0.1" -"@astrojs/partytown@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@astrojs/partytown/-/partytown-1.0.3.tgz#87747ed4e9d262a73898ce65628234c2542321c5" - integrity sha512-u2/pG9owRipICz/PksLUUqUat98sm0/YODvv3/IKKJ0JCwF7+0olbMvyyvoj7kJooIXh0XowcOjEs5vhCYFo5g== +"@astrojs/partytown@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@astrojs/partytown/-/partytown-1.1.0.tgz#9c480c92fc23636e4496f1a86f03b300c0fc58f9" + integrity sha512-2cO2MuK8KEWRIsYyAkxopSL7Q5aB3ra+HTkk0umNUwAKVEZWZdDtYifdztU7WFYIlV/6t+2191MvBTqTcnenJQ== dependencies: "@builder.io/partytown" "^0.7.4" mrmime "^1.0.0" From 6be9ae4d52498b6cb8292ad280f53aa9ff359bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 04:39:40 +0000 Subject: [PATCH 5/5] Bump astro from 2.0.17 to 2.1.2 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.0.17 to 2.1.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@2.1.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 67 ++++++++++++++++++++++++++++++++-------------------- 2 files changed, 43 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 719c5be..ce317e5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@titaniumnetwork-dev/ultraviolet": "^1.0.8", "@tomphttp/bare-server-node": "^1.2.5", - "astro": "^2.0.17", + "astro": "^2.1.2", "astro-robots-txt": "^0.4.0", "dotenv": "^16.0.3", "express": "^4.18.2", diff --git a/yarn.lock b/yarn.lock index 703215b..3df1701 100644 --- a/yarn.lock +++ b/yarn.lock @@ -38,13 +38,14 @@ vscode-languageserver-types "^3.17.1" vscode-uri "^3.0.3" -"@astrojs/markdown-remark@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-2.0.1.tgz#48ecc33dde9231eb20df274e87099552834c4a1f" - integrity sha512-xQF1rXGJN18m+zZucwRRtmNehuhPMMhZhi6HWKrtpEAKnHSPk8lqf1GXgKH7/Sypglu8ivdECZ+EGs6kOYVasQ== +"@astrojs/markdown-remark@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-2.1.0.tgz#7c075ebbc06ebe4348274e89542dae5b9aa52285" + integrity sha512-w9T5o3UWQIfMcCkM2nLWrlfVQazh/7mw+2N/85QGcSUkZy6oNJoyy8Xz/ZkDhHLx8HPO0RT9fABR0B/H+aDaEw== dependencies: - "@astrojs/prism" "^2.0.0" + "@astrojs/prism" "^2.1.0" github-slugger "^1.4.0" + image-size "^1.0.2" import-meta-resolve "^2.1.0" rehype-raw "^6.1.1" rehype-stringify "^9.0.3" @@ -81,10 +82,10 @@ dependencies: throttles "^1.0.1" -"@astrojs/prism@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@astrojs/prism/-/prism-2.0.0.tgz#e35c677b13c55b209e39db5d62424844b1b7c41b" - integrity sha512-YgeoeEPqsxaEpg0rwe/bUq3653LqSQnMjrLlpYwrbQQMQQqz6Y5yXN+RX3SfLJ6ppNb4+Fu2+Z49EXjk48Ihjw== +"@astrojs/prism@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@astrojs/prism/-/prism-2.1.0.tgz#3c32e66e3cfdaec304e1446d0d13786bac8c3f9f" + integrity sha512-+II6nfIFGZ7iH0FunhRGcj/J1mCxjcHl85cZRuFePKLoIhFHJT3nC3myQnUw386hUaIn2W20McxxtAVf4leeRQ== dependencies: prismjs "^1.28.0" @@ -106,10 +107,10 @@ postcss "^8.4.14" postcss-load-config "^4.0.1" -"@astrojs/telemetry@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@astrojs/telemetry/-/telemetry-2.0.1.tgz#6c21b8697ce683a50124c55cbd4751bc883fe580" - integrity sha512-68BLBb9CcvQMkWHE6h6VTgm5g6agm3+xm8eb3cdkmX9nP1LSQ/fiD49Jb1qAgCtWcY8yQJiWQQXwcdyStD+VoA== +"@astrojs/telemetry@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@astrojs/telemetry/-/telemetry-2.1.0.tgz#dc6dae86a3d1c36f507d51af2ed2a7f80f4b430a" + integrity sha512-P3gXNNOkRJM8zpnasNoi5kXp3LnFt0smlOSUXhkynfJpTJMIDrcMbKpNORN0OYbqpKt9JPdgRN7nsnGWpbH1ww== dependencies: ci-info "^3.3.1" debug "^4.3.4" @@ -120,10 +121,10 @@ undici "^5.20.0" which-pm-runs "^1.1.0" -"@astrojs/webapi@^2.0.1", "@astrojs/webapi@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@astrojs/webapi/-/webapi-2.0.2.tgz#24afaeed1ee44576c150ac83983a86ef31c6053e" - integrity sha512-uSNtxLuvCWOcwy/DdIy30ocIcIUedEZpyhn1MHW3XuZ3PZHg4PMej3EP38Ns6uKgDKqMyEdscca9bMLuf4cO/w== +"@astrojs/webapi@^2.0.1", "@astrojs/webapi@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@astrojs/webapi/-/webapi-2.1.0.tgz#0cbe21efd278456a4450afe0288c99d680cc2a32" + integrity sha512-sbF44s/uU33jAdefzKzXZaENPeXR0sR3ptLs+1xp9xf5zIBhedH2AfaFB5qTEv9q5udUVoKxubZGT3G1nWs6rA== dependencies: undici "5.20.0" @@ -1036,16 +1037,16 @@ astro-robots-txt@^0.4.0: valid-filename "^4.0.0" zod "^3.20.6" -astro@^2.0.17: - version "2.0.17" - resolved "https://registry.yarnpkg.com/astro/-/astro-2.0.17.tgz#889ec009c0a9732570bbe90b7707ec0941258692" - integrity sha512-K/SAoe4Tfhg4XhOu1mFOp9qiC/m8YuBmL3//WAA+mcPTlg9A21nlXH/jmsfbizQdZn/AyoPrkTWQm1pnU05OsQ== +astro@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/astro/-/astro-2.1.2.tgz#fcea6f88c803a94ff8624c0cbe44e5800078f185" + integrity sha512-qxBIPHfFJhwNOxI2E96XrGrUM6lGkDRkDY8iqEJNFWPGP+t5yY5SWb8H+OdYUGopexy1GGjoY7SYQCzFBkt7iw== dependencies: "@astrojs/compiler" "^1.2.0" "@astrojs/language-server" "^0.28.3" - "@astrojs/markdown-remark" "^2.0.1" - "@astrojs/telemetry" "^2.0.1" - "@astrojs/webapi" "^2.0.2" + "@astrojs/markdown-remark" "^2.1.0" + "@astrojs/telemetry" "^2.1.0" + "@astrojs/webapi" "^2.1.0" "@babel/core" "^7.18.2" "@babel/generator" "^7.18.2" "@babel/parser" "^7.18.4" @@ -1056,6 +1057,7 @@ astro@^2.0.17: "@types/yargs-parser" "^21.0.0" acorn "^8.8.1" boxen "^6.2.1" + chokidar "^3.5.3" ci-info "^3.3.1" common-ancestor-path "^1.0.1" cookie "^0.5.0" @@ -1070,6 +1072,7 @@ astro@^2.0.17: github-slugger "^2.0.0" gray-matter "^4.0.3" html-escaper "^3.0.3" + image-size "^1.0.2" kleur "^4.1.4" magic-string "^0.27.0" mime "^3.0.0" @@ -2234,12 +2237,19 @@ ieee754@^1.2.1: resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== +image-size@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.0.2.tgz#d778b6d0ab75b2737c1556dd631652eb963bc486" + integrity sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg== + dependencies: + queue "6.0.2" + import-meta-resolve@^2.1.0: version "2.2.1" resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-2.2.1.tgz#80fdeddbc15d7f3992c37425023ffb4aca7cb583" integrity sha512-C6lLL7EJPY44kBvA80gq4uMsVFw5x3oSKfuMl1cuZ2RkI5+UJqQXgn+6hlUew0y4ig7Ypt4CObAAIzU53Nfpuw== -inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4: +inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -3362,6 +3372,13 @@ queue-microtask@^1.2.2: resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== +queue@6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65" + integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA== + dependencies: + inherits "~2.0.3" + quick-lru@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"