diff --git a/sample/09-babel-example/package-lock.json b/sample/09-babel-example/package-lock.json index 6ce71f9af76..5988d3a14c7 100644 --- a/sample/09-babel-example/package-lock.json +++ b/sample/09-babel-example/package-lock.json @@ -14,9 +14,9 @@ } }, "@babel/cli": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.17.3.tgz", - "integrity": "sha512-1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA==", + "version": "7.17.6", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.17.6.tgz", + "integrity": "sha512-l4w608nsDNlxZhiJ5tE3DbNmr61fIKMZ6fTBo171VEFuFMIYuJ3mHRhTLEkKKyvx2Mizkkv/0a8OJOnZqkKYNA==", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.4", diff --git a/sample/09-babel-example/package.json b/sample/09-babel-example/package.json index f5d270b7e2d..a75fc57d2c4 100644 --- a/sample/09-babel-example/package.json +++ b/sample/09-babel-example/package.json @@ -22,7 +22,7 @@ "rxjs": "7.4.0" }, "devDependencies": { - "@babel/cli": "7.17.3", + "@babel/cli": "7.17.6", "@babel/core": "7.17.5", "@babel/node": "7.16.8", "@babel/plugin-proposal-decorators": "7.17.2",