mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Bump resolve from 1.22.8 to 1.22.10
Bumps [resolve](https://github.com/browserify/resolve) from 1.22.8 to 1.22.10. - [Commits](https://github.com/browserify/resolve/compare/v1.22.8...v1.22.10) --- updated-dependencies: - dependency-name: resolve dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1c5fcfc0e7
commit
cc76866554
2 changed files with 19 additions and 10 deletions
|
@ -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.10
|
||||
version: 1.22.10
|
||||
rusty-store-kv:
|
||||
specifier: ^1.3.1
|
||||
version: 1.3.1
|
||||
|
@ -3324,6 +3324,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'}
|
||||
|
@ -4171,8 +4175,9 @@ 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.10:
|
||||
resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
|
||||
engines: {node: '>= 0.4'}
|
||||
hasBin: true
|
||||
|
||||
responselike@3.0.0:
|
||||
|
@ -7368,8 +7373,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.10
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
@ -7465,7 +7470,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.10
|
||||
semver: 7.6.3
|
||||
|
||||
eslint-plugin-prefer-arrow@1.2.3(eslint@9.14.0):
|
||||
|
@ -8143,6 +8148,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
|
||||
|
@ -9030,9 +9039,9 @@ snapshots:
|
|||
|
||||
resolve-pkg-maps@1.0.0: {}
|
||||
|
||||
resolve@1.22.8:
|
||||
resolve@1.22.10:
|
||||
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
|
||||
|
||||
|
|
|
@ -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.10",
|
||||
"rusty-store-kv": "^1.3.1",
|
||||
"security": "1.0.0",
|
||||
"semver": "^7.6.3",
|
||||
|
|
Loading…
Reference in a new issue