mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
chore(deps): bump google-closure-compiler (#6803)
Bumps [google-closure-compiler](https://github.com/google/closure-compiler-npm) from 20221102.0.1 to 20230103.0.0. - [Release notes](https://github.com/google/closure-compiler-npm/releases) - [Commits](https://github.com/google/closure-compiler-npm/compare/v20221102.0.1...v20230103.0.0) --- updated-dependencies: - dependency-name: google-closure-compiler dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
78
package-lock.json
generated
78
package-lock.json
generated
@@ -29,7 +29,7 @@
|
||||
"eslint": "^8.4.1",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"eslint-plugin-jsdoc": "^39.3.6",
|
||||
"google-closure-compiler": "^20221102.0.1",
|
||||
"google-closure-compiler": "^20230103.0.0",
|
||||
"google-closure-deps": "^20221102.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clang-format": "^1.0.27",
|
||||
@@ -5789,13 +5789,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/google-closure-compiler": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20221102.0.1.tgz",
|
||||
"integrity": "sha512-edAlsyJEsy2I983xWBlBfdSme16uyY007HM2OwPOoWPEFgmR100ggUabJbIegXZgbSLH51kyeJMQKuWhiHgzcA==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20230103.0.0.tgz",
|
||||
"integrity": "sha512-gejhxkvSocXTL83pVxvlGBfny9TIKg9XVzs/Mqc3jVghLoAQUy1s6Tu4AUNMHIgEdJTSmkfvB5QEYVZsABy1QQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chalk": "4.x",
|
||||
"google-closure-compiler-java": "^20221102.0.1",
|
||||
"google-closure-compiler-java": "^20230103.0.0",
|
||||
"minimist": "1.x",
|
||||
"vinyl": "2.x",
|
||||
"vinyl-sourcemaps-apply": "^0.2.0"
|
||||
@@ -5807,21 +5807,21 @@
|
||||
"node": ">=10"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"google-closure-compiler-linux": "^20221102.0.1",
|
||||
"google-closure-compiler-osx": "^20221102.0.1",
|
||||
"google-closure-compiler-windows": "^20221102.0.1"
|
||||
"google-closure-compiler-linux": "^20230103.0.0",
|
||||
"google-closure-compiler-osx": "^20230103.0.0",
|
||||
"google-closure-compiler-windows": "^20230103.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/google-closure-compiler-java": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20221102.0.1.tgz",
|
||||
"integrity": "sha512-rMKLEma3uSe/6MGHtivDezTv4u5iaDEyxoy9No+1WruPSZ5h1gBZLONcfCA8JaoGojFPdHZI1qbwT0EveEWnAg==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20230103.0.0.tgz",
|
||||
"integrity": "sha512-SUNv5HaAiXNjm6BjYMsGvJhizWisHk4sl9Kxq3LnaCCpZJeiJQX23Z391IPqD8lHcUQmmJkxe8+WMwQP6NV1Cg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/google-closure-compiler-linux": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20221102.0.1.tgz",
|
||||
"integrity": "sha512-rj1E1whT4j/giidQ44v4RoO8GcvU81VU9YB5RlRM0hWDvCGWjQasDABGnF/YLWLl5PXAAfJpa/hy8ckv5/r97g==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20230103.0.0.tgz",
|
||||
"integrity": "sha512-83v+8wHitIbD3fraRuaL8OlTfO1tFvepJbrB3yUCK/HU+3SjY6AFgbeCJ06nNPwzTo9zuQUwhrbCrpvNTkAqZg==",
|
||||
"cpu": [
|
||||
"x32",
|
||||
"x64"
|
||||
@@ -5833,9 +5833,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/google-closure-compiler-osx": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-osx/-/google-closure-compiler-osx-20221102.0.1.tgz",
|
||||
"integrity": "sha512-Cv993yr9a2DLFgYnsv4m6dNUk5jousd6W6la12x2fDbhxTLewYrw7CrCaVEVw1SU3XErVmdHOZQjFsVMhcZjCw==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-osx/-/google-closure-compiler-osx-20230103.0.0.tgz",
|
||||
"integrity": "sha512-TBoOUe6ySIepdiYF3S7/IzCNk0TN7Lwp8VfTBYLX+qOUFLLC+HHqXXrl8kVstgH3J202pTDb6XZl9pQD16rEXQ==",
|
||||
"cpu": [
|
||||
"x32",
|
||||
"x64",
|
||||
@@ -5848,9 +5848,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/google-closure-compiler-windows": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20221102.0.1.tgz",
|
||||
"integrity": "sha512-jRwHGekG/oDihHdKAEiYN5z0cBF+brL0bYtuEOXx4fAmq5tHe4OxKtSEEprCnVZZL0aG/boGprACPvsDRsXT7Q==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20230103.0.0.tgz",
|
||||
"integrity": "sha512-hMKtPeoFchaz/c4D6xgjWYmumxJwPTSoyELZ3jRI4xz2Zp9WsP4h44kCykZ9A65ynl60PuPfzsD3/IrK9HisyA==",
|
||||
"cpu": [
|
||||
"x32",
|
||||
"x64"
|
||||
@@ -17411,45 +17411,45 @@
|
||||
}
|
||||
},
|
||||
"google-closure-compiler": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20221102.0.1.tgz",
|
||||
"integrity": "sha512-edAlsyJEsy2I983xWBlBfdSme16uyY007HM2OwPOoWPEFgmR100ggUabJbIegXZgbSLH51kyeJMQKuWhiHgzcA==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20230103.0.0.tgz",
|
||||
"integrity": "sha512-gejhxkvSocXTL83pVxvlGBfny9TIKg9XVzs/Mqc3jVghLoAQUy1s6Tu4AUNMHIgEdJTSmkfvB5QEYVZsABy1QQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "4.x",
|
||||
"google-closure-compiler-java": "^20221102.0.1",
|
||||
"google-closure-compiler-linux": "^20221102.0.1",
|
||||
"google-closure-compiler-osx": "^20221102.0.1",
|
||||
"google-closure-compiler-windows": "^20221102.0.1",
|
||||
"google-closure-compiler-java": "^20230103.0.0",
|
||||
"google-closure-compiler-linux": "^20230103.0.0",
|
||||
"google-closure-compiler-osx": "^20230103.0.0",
|
||||
"google-closure-compiler-windows": "^20230103.0.0",
|
||||
"minimist": "1.x",
|
||||
"vinyl": "2.x",
|
||||
"vinyl-sourcemaps-apply": "^0.2.0"
|
||||
}
|
||||
},
|
||||
"google-closure-compiler-java": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20221102.0.1.tgz",
|
||||
"integrity": "sha512-rMKLEma3uSe/6MGHtivDezTv4u5iaDEyxoy9No+1WruPSZ5h1gBZLONcfCA8JaoGojFPdHZI1qbwT0EveEWnAg==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20230103.0.0.tgz",
|
||||
"integrity": "sha512-SUNv5HaAiXNjm6BjYMsGvJhizWisHk4sl9Kxq3LnaCCpZJeiJQX23Z391IPqD8lHcUQmmJkxe8+WMwQP6NV1Cg==",
|
||||
"dev": true
|
||||
},
|
||||
"google-closure-compiler-linux": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20221102.0.1.tgz",
|
||||
"integrity": "sha512-rj1E1whT4j/giidQ44v4RoO8GcvU81VU9YB5RlRM0hWDvCGWjQasDABGnF/YLWLl5PXAAfJpa/hy8ckv5/r97g==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20230103.0.0.tgz",
|
||||
"integrity": "sha512-83v+8wHitIbD3fraRuaL8OlTfO1tFvepJbrB3yUCK/HU+3SjY6AFgbeCJ06nNPwzTo9zuQUwhrbCrpvNTkAqZg==",
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"google-closure-compiler-osx": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-osx/-/google-closure-compiler-osx-20221102.0.1.tgz",
|
||||
"integrity": "sha512-Cv993yr9a2DLFgYnsv4m6dNUk5jousd6W6la12x2fDbhxTLewYrw7CrCaVEVw1SU3XErVmdHOZQjFsVMhcZjCw==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-osx/-/google-closure-compiler-osx-20230103.0.0.tgz",
|
||||
"integrity": "sha512-TBoOUe6ySIepdiYF3S7/IzCNk0TN7Lwp8VfTBYLX+qOUFLLC+HHqXXrl8kVstgH3J202pTDb6XZl9pQD16rEXQ==",
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"google-closure-compiler-windows": {
|
||||
"version": "20221102.0.1",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20221102.0.1.tgz",
|
||||
"integrity": "sha512-jRwHGekG/oDihHdKAEiYN5z0cBF+brL0bYtuEOXx4fAmq5tHe4OxKtSEEprCnVZZL0aG/boGprACPvsDRsXT7Q==",
|
||||
"version": "20230103.0.0",
|
||||
"resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20230103.0.0.tgz",
|
||||
"integrity": "sha512-hMKtPeoFchaz/c4D6xgjWYmumxJwPTSoyELZ3jRI4xz2Zp9WsP4h44kCykZ9A65ynl60PuPfzsD3/IrK9HisyA==",
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
"eslint": "^8.4.1",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"eslint-plugin-jsdoc": "^39.3.6",
|
||||
"google-closure-compiler": "^20221102.0.1",
|
||||
"google-closure-compiler": "^20230103.0.0",
|
||||
"google-closure-deps": "^20221102.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clang-format": "^1.0.27",
|
||||
|
||||
Reference in New Issue
Block a user