Update dependency @babel/cli to v7.17.6

This commit is contained in:
Renovate Bot 2022-02-21 23:56:10 +00:00 committed by renovate[bot]
parent c904c98d1b
commit f815cc6279
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.1.0", "version": "1.1.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/cli": "7.17.3", "@babel/cli": "7.17.6",
"@babel/plugin-transform-typescript": "7.16.8", "@babel/plugin-transform-typescript": "7.16.8",
"@fontsource/encode-sans": "4.5.2", "@fontsource/encode-sans": "4.5.2",
"@icons-pack/react-simple-icons": "4.6.1", "@icons-pack/react-simple-icons": "4.6.1",
@ -103,9 +103,9 @@
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
}, },
"node_modules/@babel/cli": { "node_modules/@babel/cli": {
"version": "7.17.3", "version": "7.17.6",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.17.3.tgz", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.17.6.tgz",
"integrity": "sha512-1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA==", "integrity": "sha512-l4w608nsDNlxZhiJ5tE3DbNmr61fIKMZ6fTBo171VEFuFMIYuJ3mHRhTLEkKKyvx2Mizkkv/0a8OJOnZqkKYNA==",
"dependencies": { "dependencies": {
"@jridgewell/trace-mapping": "^0.3.4", "@jridgewell/trace-mapping": "^0.3.4",
"commander": "^4.0.1", "commander": "^4.0.1",
@ -22029,9 +22029,9 @@
} }
}, },
"@babel/cli": { "@babel/cli": {
"version": "7.17.3", "version": "7.17.6",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.17.3.tgz", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.17.6.tgz",
"integrity": "sha512-1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA==", "integrity": "sha512-l4w608nsDNlxZhiJ5tE3DbNmr61fIKMZ6fTBo171VEFuFMIYuJ3mHRhTLEkKKyvx2Mizkkv/0a8OJOnZqkKYNA==",
"requires": { "requires": {
"@jridgewell/trace-mapping": "^0.3.4", "@jridgewell/trace-mapping": "^0.3.4",
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",

View file

@ -19,7 +19,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/cli": "7.17.3", "@babel/cli": "7.17.6",
"@babel/plugin-transform-typescript": "7.16.8", "@babel/plugin-transform-typescript": "7.16.8",
"@fontsource/encode-sans": "4.5.2", "@fontsource/encode-sans": "4.5.2",
"@icons-pack/react-simple-icons": "4.6.1", "@icons-pack/react-simple-icons": "4.6.1",

View file

@ -16,10 +16,10 @@
dependencies: dependencies:
tslib "~2.0.1" tslib "~2.0.1"
"@babel/cli@7.17.3": "@babel/cli@7.17.6":
version "7.17.3" version "7.17.6"
resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.17.3.tgz" resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.17.6.tgz"
integrity sha512-1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA== integrity sha512-l4w608nsDNlxZhiJ5tE3DbNmr61fIKMZ6fTBo171VEFuFMIYuJ3mHRhTLEkKKyvx2Mizkkv/0a8OJOnZqkKYNA==
dependencies: dependencies:
"@jridgewell/trace-mapping" "^0.3.4" "@jridgewell/trace-mapping" "^0.3.4"
commander "^4.0.1" commander "^4.0.1"