Skip to content

Commit 4a3564a

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/braces-3.0.3
2 parents 3f0a5f4 + 3569ab3 commit 4a3564a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@babel/preset-env": "^7.25.4",
7878
"@rollup/plugin-babel": "^6.0.4",
7979
"@rollup/plugin-commonjs": "28.0.0",
80-
"@rollup/plugin-json": "^6.0.0",
80+
"@rollup/plugin-json": "^6.1.0",
8181
"@rollup/plugin-node-resolve": "15.3.0",
8282
"@types/jest": "^29.5.11",
8383
"@typescript-eslint/eslint-plugin": "^6.19.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,12 +1407,12 @@
14071407
magic-string "^0.30.3"
14081408
picomatch "^2.3.1"
14091409

1410-
"@rollup/plugin-json@^6.0.0":
1411-
version "6.0.0"
1412-
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.0.0.tgz#199fea6670fd4dfb1f4932250569b14719db234a"
1413-
integrity sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==
1410+
"@rollup/plugin-json@^6.1.0":
1411+
version "6.1.0"
1412+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz#fbe784e29682e9bb6dee28ea75a1a83702e7b805"
1413+
integrity sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==
14141414
dependencies:
1415-
"@rollup/pluginutils" "^5.0.1"
1415+
"@rollup/pluginutils" "^5.1.0"
14161416

14171417
14181418
version "15.3.0"
@@ -1433,10 +1433,10 @@
14331433
estree-walker "^2.0.1"
14341434
picomatch "^2.2.2"
14351435

1436-
"@rollup/pluginutils@^5.0.1":
1437-
version "5.0.2"
1438-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
1439-
integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==
1436+
"@rollup/pluginutils@^5.0.1", "@rollup/pluginutils@^5.1.0":
1437+
version "5.1.2"
1438+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.2.tgz#d3bc9f0fea4fd4086aaac6aa102f3fa587ce8bd9"
1439+
integrity sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==
14401440
dependencies:
14411441
"@types/estree" "^1.0.0"
14421442
estree-walker "^2.0.2"

0 commit comments

Comments
 (0)