Browse Source
Merge pull request #52475 from nextcloud/dependabot/npm_and_yarn/stable30/babel/plugin-transform-private-methods-7.25.9
pull/52463/head
dependabot[bot]
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
7 deletions
-
package-lock.json
-
package.json
|
|
|
@ -90,7 +90,7 @@ |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@babel/node": "^7.26.0", |
|
|
|
"@babel/plugin-transform-private-methods": "^7.24.7", |
|
|
|
"@babel/plugin-transform-private-methods": "^7.25.9", |
|
|
|
"@babel/preset-typescript": "^7.27.0", |
|
|
|
"@cypress/vue2": "^2.1.1", |
|
|
|
"@cypress/webpack-preprocessor": "^6.0.4", |
|
|
|
@ -1637,14 +1637,14 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@babel/plugin-transform-private-methods": { |
|
|
|
"version": "7.24.7", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", |
|
|
|
"integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", |
|
|
|
"version": "7.25.9", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", |
|
|
|
"integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@babel/helper-create-class-features-plugin": "^7.24.7", |
|
|
|
"@babel/helper-plugin-utils": "^7.24.7" |
|
|
|
"@babel/helper-create-class-features-plugin": "^7.25.9", |
|
|
|
"@babel/helper-plugin-utils": "^7.25.9" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=6.9.0" |
|
|
|
|
|
|
|
@ -118,7 +118,7 @@ |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@babel/node": "^7.26.0", |
|
|
|
"@babel/plugin-transform-private-methods": "^7.24.7", |
|
|
|
"@babel/plugin-transform-private-methods": "^7.25.9", |
|
|
|
"@babel/preset-typescript": "^7.27.0", |
|
|
|
"@cypress/vue2": "^2.1.1", |
|
|
|
"@cypress/webpack-preprocessor": "^6.0.4", |
|
|
|
|