chore(deps): update dependency strip-literal to v2 (main) (#24959)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-01 12:32:21 +00:00 committed by GitHub
parent 4028d0cae3
commit 5d22f8f34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 6 deletions

View File

@ -99,7 +99,7 @@
"radix3": "^1.1.0", "radix3": "^1.1.0",
"scule": "^1.1.1", "scule": "^1.1.1",
"std-env": "^3.7.0", "std-env": "^3.7.0",
"strip-literal": "^1.3.0", "strip-literal": "^2.0.0",
"ufo": "^1.3.2", "ufo": "^1.3.2",
"ultrahtml": "^1.5.2", "ultrahtml": "^1.5.2",
"uncrypto": "^0.1.3", "uncrypto": "^0.1.3",

View File

@ -58,7 +58,7 @@
"postcss": "^8.4.32", "postcss": "^8.4.32",
"rollup-plugin-visualizer": "^5.12.0", "rollup-plugin-visualizer": "^5.12.0",
"std-env": "^3.7.0", "std-env": "^3.7.0",
"strip-literal": "^1.3.0", "strip-literal": "^2.0.0",
"ufo": "^1.3.2", "ufo": "^1.3.2",
"unplugin": "^1.6.0", "unplugin": "^1.6.0",
"vite": "5.0.10", "vite": "5.0.10",

View File

@ -360,8 +360,8 @@ importers:
specifier: ^3.7.0 specifier: ^3.7.0
version: 3.7.0 version: 3.7.0
strip-literal: strip-literal:
specifier: ^1.3.0 specifier: ^2.0.0
version: 1.3.0 version: 2.0.0
ufo: ufo:
specifier: ^1.3.2 specifier: ^1.3.2
version: 1.3.2 version: 1.3.2
@ -611,8 +611,8 @@ importers:
specifier: ^3.7.0 specifier: ^3.7.0
version: 3.7.0 version: 3.7.0
strip-literal: strip-literal:
specifier: ^1.3.0 specifier: ^2.0.0
version: 1.3.0 version: 2.0.0
ufo: ufo:
specifier: ^1.3.2 specifier: ^1.3.2
version: 1.3.2 version: 1.3.2
@ -6121,6 +6121,10 @@ packages:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
requiresBuild: true requiresBuild: true
/js-tokens@8.0.2:
resolution: {integrity: sha512-Olnt+V7xYdvGze9YTbGFZIfQXuGV4R3nQwwl8BrtgaPE/wq8UFpUHWuTNc05saowhSr1ZO6tx+V6RjE9D5YQog==}
dev: false
/js-yaml@4.1.0: /js-yaml@4.1.0:
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
hasBin: true hasBin: true
@ -8701,6 +8705,12 @@ packages:
dependencies: dependencies:
acorn: 8.11.2 acorn: 8.11.2
/strip-literal@2.0.0:
resolution: {integrity: sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==}
dependencies:
js-tokens: 8.0.2
dev: false
/stylehacks@6.0.1(postcss@8.4.32): /stylehacks@6.0.1(postcss@8.4.32):
resolution: {integrity: sha512-jTqG2aIoX2fYg0YsGvqE4ooE/e75WmaEjnNiP6Ag7irLtHxML8NJRxRxS0HyDpde8DRGuEXTFVHVfR5Tmbxqzg==} resolution: {integrity: sha512-jTqG2aIoX2fYg0YsGvqE4ooE/e75WmaEjnNiP6Ag7irLtHxML8NJRxRxS0HyDpde8DRGuEXTFVHVfR5Tmbxqzg==}
engines: {node: ^14 || ^16 || >=18.0} engines: {node: ^14 || ^16 || >=18.0}