1
0
mirror of synced 2026-01-10 09:02:35 -05:00

Merge pull request #30897 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-01-02 12:57:10 -05:00
committed by GitHub
2 changed files with 11 additions and 9 deletions

18
package-lock.json generated
View File

@@ -58,7 +58,7 @@
"liquidjs": "^10.7.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lowdb": "6.0.0",
"lowdb": "7.0.1",
"lowlight": "3.0.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-hast": "^13.0.1",
@@ -10419,13 +10419,14 @@
}
},
"node_modules/lowdb": {
"version": "6.0.0",
"license": "MIT",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/lowdb/-/lowdb-7.0.1.tgz",
"integrity": "sha512-neJAj8GwF0e8EpycYIDFqEPcx9Qz4GUho20jWFR7YiFeXzF1YMLdxB36PypcTSPMA+4+LvgyMacYhlr18Zlymw==",
"dependencies": {
"steno": "^3.0.0"
"steno": "^4.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
@@ -14608,10 +14609,11 @@
}
},
"node_modules/steno": {
"version": "3.0.0",
"license": "MIT",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/steno/-/steno-4.0.2.tgz",
"integrity": "sha512-yhPIQXjrlt1xv7dyPQg2P17URmXbuM5pdGkpiMB3RenprfiBlvK415Lctfe0eshk90oA7/tNq7WEiMK8RSP39A==",
"engines": {
"node": ">=14.16"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"

View File

@@ -278,7 +278,7 @@
"liquidjs": "^10.7.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lowdb": "6.0.0",
"lowdb": "7.0.1",
"lowlight": "3.0.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-hast": "^13.0.1",