aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-11-18 15:53:29 +0300
committerGitHub <noreply@github.com>2025-11-18 15:53:29 +0300
commitaedbd1827a21166a2cdc3808ea25960c599b3509 (patch)
treebded2830001c6d996b015993f0c5944a5ca3664c /package-lock.json
parent968bc0b90e4d98500837c7e79445cdb49a3bf5d0 (diff)
downloadpopov.link-aedbd1827a21166a2cdc3808ea25960c599b3509.tar.xz
popov.link-aedbd1827a21166a2cdc3808ea25960c599b3509.zip
chore(deps): update all digest updates (#136)HEADmaster
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/package-lock.json b/package-lock.json
index f74ed8e..3c94333 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -59,9 +59,9 @@
"license": "MIT"
},
"node_modules/@astrojs/internal-helpers": {
- "version": "0.7.4",
- "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.4.tgz",
- "integrity": "sha512-lDA9MqE8WGi7T/t2BMi+EAXhs4Vcvr94Gqx3q15cFEz8oFZMO4/SFBqYr/UcmNlvW+35alowkVj+w9VhLvs5Cw==",
+ "version": "0.7.5",
+ "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.5.tgz",
+ "integrity": "sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==",
"license": "MIT"
},
"node_modules/@astrojs/language-server": {
@@ -106,12 +106,12 @@
}
},
"node_modules/@astrojs/markdown-remark": {
- "version": "6.3.8",
- "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.8.tgz",
- "integrity": "sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==",
+ "version": "6.3.9",
+ "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.9.tgz",
+ "integrity": "sha512-hX2cLC/KW74Io1zIbn92kI482j9J7LleBLGCVU9EP3BeH5MVrnFawOnqD0t/q6D1Z+ZNeQG2gNKMslCcO36wng==",
"license": "MIT",
"dependencies": {
- "@astrojs/internal-helpers": "0.7.4",
+ "@astrojs/internal-helpers": "0.7.5",
"@astrojs/prism": "3.3.0",
"github-slugger": "^2.0.0",
"hast-util-from-html": "^2.0.3",
@@ -130,7 +130,7 @@
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
- "unist-util-visit-parents": "^6.0.1",
+ "unist-util-visit-parents": "^6.0.2",
"vfile": "^6.0.3"
}
},
@@ -241,9 +241,9 @@
}
},
"node_modules/@capsizecss/unpack": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.0.tgz",
- "integrity": "sha512-+ntATQe1AlL7nTOYjwjj6w3299CgRot48wL761TUGYpYgAou3AaONZazp0PKZyCyWhudWsjhq1nvRHOvbMzhTA==",
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.1.tgz",
+ "integrity": "sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==",
"license": "MIT",
"dependencies": {
"fontkit": "^2.0.2"
@@ -2602,16 +2602,16 @@
}
},
"node_modules/astro": {
- "version": "5.15.8",
- "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.8.tgz",
- "integrity": "sha512-QiiRnNPdxCcAGO2UlO07o+QeGgRfEC5Dlm0x35WPB/ixFK1T2bsNB6KaXri70cVkYY1GYgoRtrWv3HCR26o9aw==",
+ "version": "5.15.9",
+ "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.9.tgz",
+ "integrity": "sha512-XLDXxu0282cC/oYHswWZm3johGlRvk9rLRS7pWVWSne+HsZe9JgrpHI+vewAJSSNHBGd1aCyaQOElT5RNGe7IQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.13.0",
- "@astrojs/internal-helpers": "0.7.4",
- "@astrojs/markdown-remark": "6.3.8",
+ "@astrojs/internal-helpers": "0.7.5",
+ "@astrojs/markdown-remark": "6.3.9",
"@astrojs/telemetry": "3.3.0",
- "@capsizecss/unpack": "^3.0.0",
+ "@capsizecss/unpack": "^3.0.1",
"@oslojs/encoding": "^1.1.0",
"@rollup/pluginutils": "^5.3.0",
"acorn": "^8.15.0",
@@ -2625,7 +2625,7 @@
"cssesc": "^3.0.0",
"debug": "^4.4.3",
"deterministic-object-hash": "^2.0.2",
- "devalue": "^5.4.2",
+ "devalue": "^5.5.0",
"diff": "^5.2.0",
"dlv": "^1.1.3",
"dset": "^3.1.4",
@@ -2638,7 +2638,7 @@
"html-escaper": "3.0.3",
"http-cache-semantics": "^4.2.0",
"import-meta-resolve": "^4.2.0",
- "js-yaml": "^4.1.0",
+ "js-yaml": "^4.1.1",
"magic-string": "^0.30.21",
"magicast": "^0.5.1",
"mrmime": "^2.0.1",
@@ -2652,7 +2652,7 @@
"rehype": "^13.0.2",
"semver": "^7.7.3",
"shiki": "^3.15.0",
- "smol-toml": "^1.4.2",
+ "smol-toml": "^1.5.0",
"tinyexec": "^1.0.2",
"tinyglobby": "^0.2.15",
"tsconfck": "^3.1.6",
@@ -4442,9 +4442,9 @@
}
},
"node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
@@ -6764,9 +6764,9 @@
"license": "MIT"
},
"node_modules/sass": {
- "version": "1.94.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz",
- "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==",
+ "version": "1.94.1",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.1.tgz",
+ "integrity": "sha512-/YVm5FRQaRlr3oNh2LLFYne1PdPlRZGyKnHh1sLleOqLcohTR4eUUvBjBIqkl1fEXd1MGOHgzJGJh+LgTtV4KQ==",
"license": "MIT",
"peer": true,
"dependencies": {
@@ -6981,9 +6981,9 @@
}
},
"node_modules/smol-toml": {
- "version": "1.4.2",
- "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.2.tgz",
- "integrity": "sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==",
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.5.2.tgz",
+ "integrity": "sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 18"
@@ -7496,9 +7496,9 @@
}
},
"node_modules/unist-util-visit-parents": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
- "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
+ "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
"license": "MIT",
"dependencies": {
"@types/unist": "^3.0.0",