From 7e85d8ed8a5584ded681647c5c55d24d9c4dfb23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:16:53 +0000 Subject: [PATCH] build(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [aws-sdk](https://github.com/aws/aws-sdk-js) and [markdown-it](https://github.com/markdown-it/markdown-it). Updates `aws-sdk` from 2.1415.0 to 2.1693.0 - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1415.0...v2.1693.0) Updates `markdown-it` from 13.0.2 to 14.2.0 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.2...14.2.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-version: 2.1693.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: markdown-it dependency-version: 14.2.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7de3d813..862dc83d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/jasmine-ajax": "^3.3.5", "@types/mocha": "^10.0.6", "@types/requirejs": "^2.1.37", - "aws-sdk": "2.1415.0", + "aws-sdk": "2.1693.0", "browser-sync": "2.29.3", "cheerio": "^1.0.0-rc.12", "css-loader": "^3.6.0", @@ -104,7 +104,7 @@ "karma-jasmine": "^5.1.0", "karma-jasmine-ajax": "^0.1.13", "karma-requirejs": "^1.1.0", - "markdown-it": "^13.0.1", + "markdown-it": "^14.2.0", "node-fetch": "^2.6.7", "pretty": "1.0.0", "require-dir": "^1.2.0",