Skip to content

Commit 729e787

Browse files
Bump markdown-it from 14.1.0 to 14.1.1 (#347)
* Bump markdown-it from 14.1.0 to 14.1.1 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.1.0 to 14.1.1. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@14.1.0...14.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade qs * fix * murf :) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Vuillamy <nicolas.vuillamy@gmail.com>
1 parent af0abfc commit 729e787

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
"ws": "^8.18.0"
645645
},
646646
"resolutions": {
647-
"qs": "6.14.1",
647+
"qs": "6.14.2",
648648
"lodash-es": "4.17.23"
649649
}
650650
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5147,9 +5147,9 @@ lwc@^8.20.2:
51475147
"@lwc/wire-service" "8.20.2"
51485148

51495149
markdown-it@^14.1.0:
5150-
version "14.1.0"
5151-
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz"
5152-
integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==
5150+
version "14.1.1"
5151+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.1.tgz#856f90b66fc39ae70affd25c1b18b581d7deee1f"
5152+
integrity sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==
51535153
dependencies:
51545154
argparse "^2.0.1"
51555155
entities "^4.4.0"
@@ -5856,10 +5856,10 @@ punycode@^2.1.0:
58565856
resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz"
58575857
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
58585858

5859-
qs@6.14.1, qs@^6.10.3, qs@^6.14.0, qs@^6.9.1:
5860-
version "6.14.1"
5861-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159"
5862-
integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==
5859+
qs@6.14.2, qs@^6.10.3, qs@^6.14.0, qs@^6.9.1:
5860+
version "6.14.2"
5861+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.2.tgz#b5634cf9d9ad9898e31fba3504e866e8efb6798c"
5862+
integrity sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==
58635863
dependencies:
58645864
side-channel "^1.1.0"
58655865

0 commit comments

Comments
 (0)