Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 32268f8

Browse files
Bump prismjs from 1.24.0 to 1.25.0
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 628cfef commit 32268f8

File tree

3 files changed

+31
-12
lines changed

3 files changed

+31
-12
lines changed

package-lock.json

+26-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"autoprefixer": "^10.2.5",
1717
"next": "^10.2.3",
1818
"postcss": "^8.2.8",
19-
"prismjs": "^1.24.0",
19+
"prismjs": "^1.25.0",
2020
"react": "^17.0.1",
2121
"react-dom": "^17.0.1",
2222
"tailwindcss": "^2.2.0-canary.16",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2909,10 +2909,10 @@ pretty-hrtime@^1.0.3:
29092909
resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
29102910
integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
29112911

2912-
prismjs@^1.24.0:
2913-
version "1.24.0"
2914-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.24.0.tgz#0409c30068a6c52c89ef7f1089b3ca4de56be2ac"
2915-
integrity sha512-SqV5GRsNqnzCL8k5dfAjCNhUrF3pR0A9lTDSCUZeh/LIshheXJEaP0hwLz2t4XHivd2J/v2HR+gRnigzeKe3cQ==
2912+
prismjs@^1.25.0:
2913+
version "1.25.0"
2914+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.25.0.tgz#6f822df1bdad965734b310b315a23315cf999756"
2915+
integrity sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==
29162916

29172917
process-nextick-args@~2.0.0:
29182918
version "2.0.1"

0 commit comments

Comments
 (0)