diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b86bfebe1f..ddd245e05f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -237,8 +237,8 @@ importers: specifier: ^6.0.2 version: 6.0.2 resolve: - specifier: 1.22.8 - version: 1.22.8 + specifier: 1.22.9 + version: 1.22.9 rusty-store-kv: specifier: ^1.3.1 version: 1.3.1 @@ -3318,6 +3318,10 @@ packages: resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==} engines: {node: '>= 0.4'} + is-core-module@2.16.0: + resolution: {integrity: sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==} + engines: {node: '>= 0.4'} + is-data-view@1.0.1: resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} engines: {node: '>= 0.4'} @@ -4165,8 +4169,8 @@ packages: resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} - resolve@1.22.8: - resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + resolve@1.22.9: + resolution: {integrity: sha512-QxrmX1DzraFIi9PxdG5VkRfRwIgjwyud+z/iBwfRRrVmHc+P9Q7u2lSSpQ6bjr2gy5lrqIiU9vb6iAeGf2400A==} hasBin: true responselike@3.0.0: @@ -7358,8 +7362,8 @@ snapshots: eslint-import-resolver-node@0.3.9: dependencies: debug: 3.2.7 - is-core-module: 2.15.0 - resolve: 1.22.8 + is-core-module: 2.16.0 + resolve: 1.22.9 transitivePeerDependencies: - supports-color @@ -7455,7 +7459,7 @@ snapshots: is-builtin-module: 3.2.1 is-core-module: 2.15.0 minimatch: 3.1.2 - resolve: 1.22.8 + resolve: 1.22.9 semver: 7.6.3 eslint-plugin-prefer-arrow@1.2.3(eslint@9.14.0): @@ -8133,6 +8137,10 @@ snapshots: dependencies: hasown: 2.0.2 + is-core-module@2.16.0: + dependencies: + hasown: 2.0.2 + is-data-view@1.0.1: dependencies: is-typed-array: 1.1.13 @@ -9020,9 +9028,9 @@ snapshots: resolve-pkg-maps@1.0.0: {} - resolve@1.22.8: + resolve@1.22.9: dependencies: - is-core-module: 2.15.0 + is-core-module: 2.16.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 diff --git a/src/package.json b/src/package.json index d633eba5d1e..e725cf16b62 100644 --- a/src/package.json +++ b/src/package.json @@ -62,7 +62,7 @@ "rate-limiter-flexible": "^5.0.4", "rehype": "^13.0.2", "rehype-minify-whitespace": "^6.0.2", - "resolve": "1.22.8", + "resolve": "1.22.9", "rusty-store-kv": "^1.3.1", "security": "1.0.0", "semver": "^7.6.3",