courses
courses copied to clipboard
Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [next](https://github.com/vercel/next.js) from 10.0.7 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [@auth0/nextjs-auth0](https://github.com/auth0/nextjs-auth0) from 1.2.0 to 1.6.2. Release notes Sourced from @auth0/nextjs-auth0's releases. v1.6.2 Fixed Fix issue where error reporting wrong instanceof #543 (adamjmcgrath) Security Enforce configured host on user supplied...
Hi Jon, Great series and really enjoyed how methodical you were in the series. While reading the section `Problem 2: Our API Route to deal with authentication is not authenticated!`...
See https://tailwindcss.com/docs/guides/nextjs#include-tailwind-in-your-css You've imported it twice once using `import 'tailwind/tailwind.css';` & next time using `@tailwind`. If you check the docs above, it only has to be imported once in either...
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 to 8.2.10. Release notes Sourced from postcss's releases. 8.2.10 Fixed ReDoS vulnerabilities in source map parsing. Fixed webpack 5 support (by @barak007). Fixed docs (by @roelandmoors)....
Bumps [jose](https://github.com/panva/jose) from 2.0.4 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) v2.0.5 Bug Fixes defer AES CBC w/ HMAC decryption...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...