Skip to content

Commit

Permalink
Lock down deps. I hate this ecosystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrHovhannisyan committed Nov 11, 2024
1 parent c9d0946 commit 396d4bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"test:watch": "npx jest --watch"
},
"dependencies": {
"@minify-html/node": "^0.10.3",
"clsx": "^1.2.1",
"lodash.escape": "^4.0.1",
"markdown-it": "^13.0.1",
"outdent": "^0.8.0"
"@minify-html/node": "0.10.3",
"clsx": "1.2.1",
"lodash.escape": "4.0.1",
"markdown-it": "13.0.1",
"outdent": "0.8.0"
},
"devDependencies": {
"@11ty/eleventy": "2.0.0",
Expand All @@ -56,5 +56,6 @@
},
"lint-staged": {
"*.js": "yarn run lint:js:fix"
}
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@minify-html/node@^0.10.3":
"@minify-html/[email protected]":
version "0.10.3"
resolved "https://registry.yarnpkg.com/@minify-html/node/-/node-0.10.3.tgz#4623cc96f67e9c35317045da640cf2e58f358b00"
integrity sha512-D3Wi3kWzsF72Hp3B7w1IZnRUFCdfpjcNDlvA6Pab+sHKrkDLxKoJJ8aN5Uy/LgXjaAKG9uSfHDG/0oB0yhIavA==
Expand Down Expand Up @@ -1251,7 +1251,7 @@ cliui@^8.0.1:
strip-ansi "^6.0.1"
wrap-ansi "^7.0.0"

clsx@^1.2.1:
[email protected]:
version "1.2.1"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
Expand Down Expand Up @@ -2768,7 +2768,7 @@ lodash.deburr@^4.1.0:
resolved "https://registry.yarnpkg.com/lodash.deburr/-/lodash.deburr-4.1.0.tgz#ddb1bbb3ef07458c0177ba07de14422cb033ff9b"
integrity sha512-m/M1U1f3ddMCs6Hq2tAsYThTBDaAKFDX3dwDo97GEYzamXi9SqUpjWi/Rrj/gf3X2n8ktwgZrlP1z6E3v/IExQ==

lodash.escape@^4.0.1:
[email protected]:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
integrity sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==
Expand Down Expand Up @@ -2824,7 +2824,7 @@ [email protected]:
dependencies:
tmpl "1.0.5"

markdown-it@^13.0.1:
markdown-it@13.0.1, markdown-it@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430"
integrity sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==
Expand Down Expand Up @@ -3041,7 +3041,7 @@ optionator@^0.9.1:
type-check "^0.4.0"
word-wrap "^1.2.3"

outdent@^0.8.0:
[email protected]:
version "0.8.0"
resolved "https://registry.yarnpkg.com/outdent/-/outdent-0.8.0.tgz#2ebc3e77bf49912543f1008100ff8e7f44428eb0"
integrity sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==
Expand Down

0 comments on commit 396d4bd

Please sign in to comment.