Skip to content

Bump qs and express in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web#1177

Closed
dependabot[bot] wants to merge 5775 commits into
masterfrom
dependabot/npm_and_yarn/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/multi-f792d6d6d9
Closed

Bump qs and express in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web#1177
dependabot[bot] wants to merge 5775 commits into
masterfrom
dependabot/npm_and_yarn/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/multi-f792d6d6d9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Bumps qs and express. These dependencies needed to be updated together.
Updates qs from 6.14.1 to 6.15.2

Changelog

Sourced from qs's changelog.

6.15.2

  • [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + encodeValuesOnly instead of crashing in encoder
  • [Fix] stringify: use configured delimiter after charsetSentinel (#555)
  • [Fix] stringify: apply formatter to encoded key under strictNullHandling (#554)
  • [Fix] stringify: skip null/undefined filter-array entries instead of crashing in encoder (#551)
  • [Fix] parse: handle nested bracket groups and add regression tests (#530)
  • [readme] fix grammar (#550)
  • [Dev Deps] update @ljharb/eslint-config
  • [Tests] add regression tests for keys containing percent-encoded bracket text

6.15.1

  • [Fix] parse: parameterLimit: Infinity with throwOnLimitExceeded: true silently drops all parameters
  • [Deps] update @ljharb/eslint-config
  • [Dev Deps] update @ljharb/eslint-config, iconv-lite
  • [Tests] increase coverage

6.15.0

  • [New] parse: add strictMerge option to wrap object/primitive conflicts in an array (#425, #122)
  • [Fix] duplicates option should not apply to bracket notation keys (#514)

6.14.2

  • [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit (#546)
  • [Fix] arrayLimit means max count, not max index, in combine/merge/parseArrayValue
  • [Fix] parse: throw on arrayLimit exceeded with indexed notation when throwOnLimitExceeded is true (#529)
  • [Fix] parse: enforce arrayLimit on comma-parsed values
  • [Fix] parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)
  • [Robustness] avoid .push, use void
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [meta] fix changelog typo (arrayLengtharrayLimit)
  • [actions] fix rebase workflow permissions
Commits
  • 9aca407 v6.15.2
  • 5e33d33 [Dev Deps] update @ljharb/eslint-config
  • 21f80b3 [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + `e...
  • a0a81ea [Fix] stringify: use configured delimiter after charsetSentinel
  • e3062f7 [Fix] stringify: apply formatter to encoded key under strictNullHandling
  • 0c180a4 [Fix] stringify: skip null/undefined filter-array entries instead of crashi...
  • 3a8b94a [Tests] add regression tests for keys containing percent-encoded bracket text
  • 96755ab [readme] fix grammar
  • a419ce5 [Fix] parse: handle nested bracket groups and add regression tests
  • 3f5e1c5 v6.15.1
  • Additional commits viewable in compare view

Updates express from 4.22.1 to 4.22.2

Release notes

Sourced from express's releases.

v4.22.2

What's Changed

  • fix: restore >20 array parsing for req.query repeated keys (8d09bfe6)
    • This also unifies array-cap behavior across notations. Indexed notation (a[0]=...) was historically capped at qs's default arrayLimit of 20 even in older qs versions; after this change it also allows up to 1000 items.
  • deps: qs@~6.15.1
  • deps: body-parser@~1.20.5

New Contributors

Full Changelog: expressjs/express@v4.22.1...v4.22.2

Changelog

Sourced from express's changelog.

4.22.2 / 2026-05-011

  • fix: restore >20 array parsing for req.query repeated keys (8d09bfe6)
    • This also unifies array-cap behavior across notations. Indexed notation (a[0]=...) was historically capped at qs's default arrayLimit of 20 even in older qs versions; after this change it also allows up to 1000 items.
  • deps: qs@~6.15.1
  • deps: body-parser@~1.20.5
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot Bot and others added 30 commits March 12, 2024 17:07
…ift/Student/Resources/Challenge-02/rating-web (#807)

Bump es5-ext

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.50 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.50...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.4 to 42.1.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@3f54ebb...aa08304)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ions and doc (#815)

* Updated doc for ch01 and 02

* updated ch02 instructions

* updated doc ch2-4

* [015-Serverless] update to dotnet 8 isolated, plus solution

* Update Solution-02.md

Cleared spelling issues

* Update Solution-03.md

* Update Solution-04.md

Cleared spelling issues

* Update Challenge-02.md

cleared spelling issues

* Update Challenge-04.md

cleared spelling issues.

* add script after Bicep deployment

* Upload ch05 screenshots for Coaches

* Create Challenge-03A.md

first draft of C3 accelerator

* fix Events app setting name for cosmos

* Update Challenge-03A.md

new C3 accelerator - v1

* Update Challenge-03A.md

* Update Challenge-03A.md

added link to AKV in the guide

* Update Challenge-03.md

fix md table

* Update Challenge-03.md

Edited to make the instructions clearer.

* Update Challenge-03.md

formatting

* Update Challenge-03.md

* Update Challenge-02.md

polished C2 student guide

* Update Challenge-02.md

* Update Challenge-04.md

polish C4 round 1

* Update Challenge-04.md

changed description of Cosmos Collection to Cosmos Container

* Update Challenge-04.md

more polish on C4

* Update Challenge-04.md

* Update Challenge-05.md

first coat of polish on C5 student guide

* Update Challenge-05.md

* Update Solution-03.md

Added C3 Accelerator Instructions to Coach Guide C3

* Update Solution-03.md

* Update Solution-06.md

changed C6 coach guide title

* Update README.md

* Update .wordlist.txt

added spektra to the whitelist

* Update Solution-05.md

cleared spelling issue

* Update Challenge-02.md

resolved spelling issue

* Update Challenge-04.md

spelling resolution

* Update Challenge-05.md

resolved spelling issue.

---------

Co-authored-by: Marc Garcia <marcgarcia@microsoft.com>
Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* v1 of the C3 accelerator deployResources script

* updated C3 script to "accept terms"

* initial version of bicep file and shell script to deploy it.

* added app insights.

* added kv role assignments to the function apps

* fixed typo on function extension version

* fixed comment in bicep.  Changed RG name value in deployment script.

* testing func storage account connection strings

* added WebsiteContentShare

* added Website_Run_From_PACKAGE to events function

* changed Events function to node/18

* fixed Node runtime issue

* Removed extra a hosting plan for Azure Function and now using the same one.

* Moved Bicep file & deployment script to /Coach/Solutions/Challenge-03

* Updated devcontainer to use .NET 8 and install Azure Functions Core Tools
Added empty "HelloWorld" folder to /Student/Resources

* Cleaned up Student Resources readme

* resolved spelling issue in /Student/Resources/readme
* Update Solution-03.md

fixed link in coach's guide

* Update Solution-03.md
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.1.0 to 43.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@aa08304...77af4be)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add TODOs and Helloworld code

* fix helloworld for .net 8

* updated HelloWorld guidance

* updated helloworld guidance

* add vscode settings to avoid pop-ups in CodeSpaces

* updated guidance

* improved Coach ch06

* spellchecks

* Update .wordlist.txt

removing whitelist words that should be in codeblocks

* Update Solution-06.md

resolved spelling issues

* Update Challenge-02.md

removed appendix code and tip to use the CLI.

going to add both to coach guide

* Update Challenge-01.md

added HelloWorld folder to list of Codespace folders to validate

* Update Challenge-02.md

clarified navigating folders in Codespaces

* Update Challenge-05.md

clarified hint

* Update Challenge-06.md

Clarified instructions in C6 student guide

* Update Challenge-06.md

more clarifications.

---------

Co-authored-by: Marc Garcia <marcgarcia@microsoft.com>
Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
…ent/Resources/src/product-service (#820)

Bump follow-redirects

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tOpenshift/Student/Resources/Challenge-02/rating-web (#822)

Bump follow-redirects

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* updated C2 Coach guide with sample HelloWorld C# code and tip about using CLI to create functions.

* resolved spelling issues
* updated challenge 7 to dotnet 8

* add a note to the ch7 folder path

* improv doc ch7

* typo

* wordlist

* removed reference to old Resources.zip, point to downgit one

* Update Challenge-01.md

updated resource.zip link

* Update .wordlist.txt

* Update Challenge-07.md

resolved spelling issues

* Update Challenge-07.md

updated instructions to clarify which option to use in upload photos

---------

Co-authored-by: Marc Garcia <marcgarcia@microsoft.com>
Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
…edHatOpenshift/Student/Resources/Challenge-02/rating-web (#827)

Bump webpack-dev-middleware

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43.0.0 to 44.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@77af4be...2d756ea)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…t/Student/Resources/Challenge-02/rating-api (#829)

Bump express

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.1...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…t/Student/Resources/Challenge-02/rating-web (#830)

Bump express

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.0.0 to 44.0.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@2d756ea...635f118)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage
…ent/Resources/Challenge-02/rating-web (#835)

Bump tar

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ng/Coach/Solutions/Challenge05/WTHAzureCosmosDB.Web (#837)

Bump Azure.Identity

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.2...Azure.Identity_1.11.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ng/Coach/Solutions/Challenge02/WTHAzureCosmosDB.Web (#838)

Bump Azure.Identity

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.2...Azure.Identity_1.11.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ng/Student/Resources/Challenge00/WTHAzureCosmosDB.Web (#839)

Bump Azure.Identity

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.2...Azure.Identity_1.11.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.0.1 to 44.3.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@635f118...0874344)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* added date to readme

* added codespace files

* added CH1 ntbk codespace changes to original

* added CH3A ntbk codespace changes to original

* added CH3B ntbk codespace changes to original

* added CH3C ntbk codespace changes to original

* added CH4A ntbk codespace changes to original

* added CH4B ntbk codespace changes to original

* added CH3A solutions ntbk codespace changes to original

* added CH3B solutions ntbk codespace changes to original

* added CH3C solutions ntbk codespace changes to original

* changed CH3A solutions

* deleted CH3B Solutions CS version

* deleted CH3C Solutions CS version and changed CH3C Solutions file

* deleted CH3A,CH3B CS versions

* deleted CH4A,CH4B CS files

* deleted old CS files

* Update Challenge-00-CS.md

resolved spelling issue ".txt"

* First draft of updates to C0 to include GH codespaces

* minor update to C0

* minor update to C0.  Removed redundant line about "being good to go"

* cleaned up redundant instructions.  Referred to .env file instead of sample_env.txt.  <-- may need to change this back to follow best practices for including an .env file in a Git repo

* minor C0 update

* update & merged C1

* updated C2

* Updated C3 to cover codespace

* Updated C4 & C5 to cover codespaces.  Also corrected spelling in C1 & 2

* Updated C0 to refer to .env.sample file with instructions for student to rename it

* merged/renamed .env-CS (from Dec fluency event) to .env.sample
added a . to .gitignore
Removed old env file

* renamed Notebooks folder to lowercase notebooks

* Added backticks to all references to .env file in C1-C4

* Removed all "CS" files from the December event fork

* cleaned up references to /notebooks folder in local workstation instructions.  Removed extra characters from hack home page README.md

* updated the coach guide to refer to the availability of GitHub Codespace.

* added link to Codespace repo to challenge 00!

* Added devcontainer definition for GH Codespaces, and a README file to the /Student/Resources folder that will act as the homepage for the codespace repo

* updated prereqs listed on the hack homepage

---------

Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* Added line about LangChain's QAEvalChain to Solution05.md

* Added new CNN QA SET data file.

* Updated Solution/Ch01 from AmandaWong

* Updated Solution CH2 w/Amanda's updates

* added langchain to whitelist.  resolved spelling on coach guide for s5

* resolved spelling in S5

* Updated C1 Notebook w/Amanda's updates

* Updated C2 Notebook with Amanda's changes

* Added C5 Notebook changes from Amanda
…hift/Student/Resources/Challenge-02/rating-api (#845)

Bump mongoose

Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.18 to 5.13.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@4.13.18...5.13.20)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o C3 accelerator (#850)

* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* Updated C3 Accelerator to provide instructions on how to run the Bicep deployment script.
Cleaned up param in deployment script.

* resolved spelling issue in C3Accelerator
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* removed collapsable section from C3 Accelerator
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* testing common markdown plugin

* test collapsable section fix

* collapse fix test 2

* fix again

* one more fix

* no message

* trying to override summary style to display marker for collapse

* Fixed collapsable sections for the Azure Serverless hack.

* tweaked format for collapsible sections in Serverless hack
* Update Challenge-03.md

Fixed an incorrect URL in the success criteria

* Update Challenge-03.md

* Update Challenge-03.md

* Update Challenge-03.md
…rly parse detail/summary tags (#858)

* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* Update spellcheck.yml

Testing md_in_html extension for pyseplling
dependabot Bot and others added 23 commits May 10, 2026 15:31
…rces/ContosoAIAppsFrontend (#1155)

Bump uuid

Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.1.0...v14.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…esources/Challenge-02/rating-api (#1156)

Bump handlebars and hbs

Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) to 4.7.9 and updates ancestor dependency [hbs](https://github.com/pillarjs/hbs). These dependencies need to be updated together.


Updates `handlebars` from 4.0.14 to 4.7.9
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.0.14...v4.7.9)

Updates `hbs` from 4.0.4 to 4.2.1
- [Release notes](https://github.com/pillarjs/hbs/releases)
- [Changelog](https://github.com/pillarjs/hbs/blob/master/HISTORY.md)
- [Commits](pillarjs/hbs@v4.0.4...v4.2.1)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-version: 4.7.9
  dependency-type: indirect
- dependency-name: hbs
  dependency-version: 4.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…t/Resources/ContosoAIAppsFrontend (#1157)

Bump ip-address and express-rate-limit

Bumps [ip-address](https://github.com/beaugunderson/ip-address) and [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit). These dependencies needed to be updated together.

Updates `ip-address` from 10.1.0 to 10.2.0
- [Commits](https://github.com/beaugunderson/ip-address/commits)

Updates `express-rate-limit` from 8.2.1 to 8.5.1
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.2.1...v8.5.1)

---
updated-dependencies:
- dependency-name: ip-address
  dependency-version: 10.2.0
  dependency-type: indirect
- dependency-name: express-rate-limit
  dependency-version: 8.5.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…urces/ContosoAIAppsFrontend (#1160)

Bump hono

Bumps [hono](https://github.com/honojs/hono) from 4.12.7 to 4.12.18.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.7...v4.12.18)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.18
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…Student/Resources/Challenge-02/rating-web (#1161)

Bump axios

Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.15.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ources/ContosoAIAppsFrontend (#1162)

Bump fast-uri

Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.0.6 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.0.6...v3.1.2)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n /068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend (#1164)

Bump @babel/plugin-transform-modules-systemjs

Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.27.1 to 7.29.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…t/Student/Resources/Challenge-02/rating-api (#1159)

Bump mongoose

Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.9.5 to 8.22.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.9.5...8.22.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-version: 8.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…t/Resources/src/product-service (#1166)

Bump @xmldom/xmldom

Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.12 to 0.8.13.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.8.12...0.8.13)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.8.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dent/Resources/Challenge-02/rating-web (#1167)

Bump postcss and autoprefixer

Bumps [postcss](https://github.com/postcss/postcss) to 8.5.14 and updates ancestor dependency [autoprefixer](https://github.com/postcss/autoprefixer). These dependencies need to be updated together.


Updates `postcss` from 8.5.3 to 8.5.14
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.3...8.5.14)

Updates `autoprefixer` from 7.2.6 to 10.5.0
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@7.2.6...10.5.0)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.14
  dependency-type: indirect
- dependency-name: autoprefixer
  dependency-version: 10.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/Student/Resources/Challenge-02/rating-web (#1163)

Bump fast-uri

Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix script path and enhance application launch instructions in Challenge-00.md

* Remove unnecessary chmod commands for deployment scripts in Challenge-00.md and Challenge-01.md

* Fix security vulnerabilities

* Update Challenge-00.md to clarify MongoDB deployment instructions and add navigation step for MFlix application

* Clarify deployment instructions for Azure Document DB in Challenge-01.md

* Fix database name references in Challenge-01.md and Challenge-02.md

---------

Co-authored-by: Pete Rodriguez <pedrorod@microsoft.com>
…Resources/ContosoAIAppsBackend (#1169)

Bump langchain

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.14 to 0.3.30.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.2.14...langchain==0.3.30)

---
updated-dependencies:
- dependency-name: langchain
  dependency-version: 0.3.30
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…nt/Resources/MFlix (#1173)

Bump merge, jest-runner and jest-cli

Removes [merge](https://github.com/yeikos/js.merge). It's no longer used after updating ancestor dependencies [merge](https://github.com/yeikos/js.merge), [jest-runner](https://github.com/jestjs/jest/tree/HEAD/packages/jest-runner) and [jest-cli](https://github.com/jestjs/jest/tree/HEAD/packages/jest-cli). These dependencies need to be updated together.


Removes `merge`

Updates `jest-runner` from 23.6.0 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest-runner)

Updates `jest-cli` from 19.0.2 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest-cli)

---
updated-dependencies:
- dependency-name: merge
  dependency-version: 
  dependency-type: indirect
- dependency-name: jest-runner
  dependency-version: 30.4.2
  dependency-type: direct:production
- dependency-name: jest-cli
  dependency-version: 30.4.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…Student/Resources/MFlix (#1170)

Bump fast-xml-builder in /075-MongoDB2DocumentDB/Student/Resources/MFlix

Bumps [fast-xml-builder](https://github.com/NaturalIntelligence/fast-xml-builder) from 1.1.4 to 1.2.0.
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-builder/blob/main/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-builder@v1.1.4...v1.2.0)

---
updated-dependencies:
- dependency-name: fast-xml-builder
  dependency-version: 1.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n /075-MongoDB2DocumentDB/Student/Resources/MFlix (#1165)

Bump @babel/plugin-transform-modules-systemjs

Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.29.0 to 7.29.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: perktime <6931742+perktime@users.noreply.github.com>
…/Resources/MFlix (#1129)

Bump picomatch in /075-MongoDB2DocumentDB/Student/Resources/MFlix

Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: perktime <6931742+perktime@users.noreply.github.com>
…ent/Resources/MFlix (#1158)

Bump ip-address in /075-MongoDB2DocumentDB/Student/Resources/MFlix

Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.1.0 to 10.2.0.
- [Commits](https://github.com/beaugunderson/ip-address/commits)

---
updated-dependencies:
- dependency-name: ip-address
  dependency-version: 10.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#1174)

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.


Removes `uuid`

Updates `jest` from 25.0.0 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.4.2
  dependency-type: direct:development
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tDB/Student/Resources/MFlix (#1176)

Bump fast-xml-parser and @aws-sdk/xml-builder

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [@aws-sdk/xml-builder](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/xml-builder). These dependencies needed to be updated together.

Updates `fast-xml-parser` from 5.5.8 to 5.7.3
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.5.8...v5.7.3)

Updates `@aws-sdk/xml-builder` from 3.972.16 to 3.972.24
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/xml-builder/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/xml-builder)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.7.3
  dependency-type: indirect
- dependency-name: "@aws-sdk/xml-builder"
  dependency-version: 3.972.24
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tOpenshift/Student/Resources/Challenge-02/rating-web (#1175)

Bump webpack-dev-server

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.1 to 5.2.4.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.1...v5.2.4)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/MFlix (#1131)

Bump minimatch and mocha

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.5 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.5)

Updates `mocha` from 5.2.0 to 11.7.5
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](mochajs/mocha@v5.2.0...v11.7.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
- dependency-name: mocha
  dependency-version: 11.7.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jrzyshr <14097847+jrzyshr@users.noreply.github.com>
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.14.1 to 6.15.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.1...v6.15.2)

Updates `express` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md)
- [Commits](expressjs/express@v4.22.1...v4.22.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 22, 2026 21:32
@perktime perktime closed this Jun 8, 2026
@perktime perktime force-pushed the dependabot/npm_and_yarn/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/multi-f792d6d6d9 branch from a13051b to 9371a78 Compare June 8, 2026 15:46
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/multi-f792d6d6d9 branch June 8, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.