mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Bump @babel/core from 7.18.13 to 7.19.0 (#824)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.13 to 7.19.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									55c652a02a
								
							
						
					
					
						commit
						9fb651a04e
					
				
					 2 changed files with 34 additions and 34 deletions
				
			
		
							
								
								
									
										66
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										66
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -41,7 +41,7 @@
 | 
			
		|||
        "twemoji": "14.0.2"
 | 
			
		||||
      },
 | 
			
		||||
      "devDependencies": {
 | 
			
		||||
        "@babel/core": "7.18.13",
 | 
			
		||||
        "@babel/core": "7.19.0",
 | 
			
		||||
        "@babel/preset-env": "7.19.0",
 | 
			
		||||
        "@babel/preset-react": "7.18.6",
 | 
			
		||||
        "assert": "2.0.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -114,21 +114,21 @@
 | 
			
		|||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@babel/core": {
 | 
			
		||||
      "version": "7.18.13",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz",
 | 
			
		||||
      "integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==",
 | 
			
		||||
      "version": "7.19.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.0.tgz",
 | 
			
		||||
      "integrity": "sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@ampproject/remapping": "^2.1.0",
 | 
			
		||||
        "@babel/code-frame": "^7.18.6",
 | 
			
		||||
        "@babel/generator": "^7.18.13",
 | 
			
		||||
        "@babel/helper-compilation-targets": "^7.18.9",
 | 
			
		||||
        "@babel/helper-module-transforms": "^7.18.9",
 | 
			
		||||
        "@babel/helpers": "^7.18.9",
 | 
			
		||||
        "@babel/parser": "^7.18.13",
 | 
			
		||||
        "@babel/generator": "^7.19.0",
 | 
			
		||||
        "@babel/helper-compilation-targets": "^7.19.0",
 | 
			
		||||
        "@babel/helper-module-transforms": "^7.19.0",
 | 
			
		||||
        "@babel/helpers": "^7.19.0",
 | 
			
		||||
        "@babel/parser": "^7.19.0",
 | 
			
		||||
        "@babel/template": "^7.18.10",
 | 
			
		||||
        "@babel/traverse": "^7.18.13",
 | 
			
		||||
        "@babel/types": "^7.18.13",
 | 
			
		||||
        "@babel/traverse": "^7.19.0",
 | 
			
		||||
        "@babel/types": "^7.19.0",
 | 
			
		||||
        "convert-source-map": "^1.7.0",
 | 
			
		||||
        "debug": "^4.1.0",
 | 
			
		||||
        "gensync": "^1.0.0-beta.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -491,14 +491,14 @@
 | 
			
		|||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@babel/helpers": {
 | 
			
		||||
      "version": "7.18.9",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz",
 | 
			
		||||
      "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==",
 | 
			
		||||
      "version": "7.19.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.19.0.tgz",
 | 
			
		||||
      "integrity": "sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@babel/template": "^7.18.6",
 | 
			
		||||
        "@babel/traverse": "^7.18.9",
 | 
			
		||||
        "@babel/types": "^7.18.9"
 | 
			
		||||
        "@babel/template": "^7.18.10",
 | 
			
		||||
        "@babel/traverse": "^7.19.0",
 | 
			
		||||
        "@babel/types": "^7.19.0"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=6.9.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -11880,21 +11880,21 @@
 | 
			
		|||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "@babel/core": {
 | 
			
		||||
      "version": "7.18.13",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz",
 | 
			
		||||
      "integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==",
 | 
			
		||||
      "version": "7.19.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.0.tgz",
 | 
			
		||||
      "integrity": "sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@ampproject/remapping": "^2.1.0",
 | 
			
		||||
        "@babel/code-frame": "^7.18.6",
 | 
			
		||||
        "@babel/generator": "^7.18.13",
 | 
			
		||||
        "@babel/helper-compilation-targets": "^7.18.9",
 | 
			
		||||
        "@babel/helper-module-transforms": "^7.18.9",
 | 
			
		||||
        "@babel/helpers": "^7.18.9",
 | 
			
		||||
        "@babel/parser": "^7.18.13",
 | 
			
		||||
        "@babel/generator": "^7.19.0",
 | 
			
		||||
        "@babel/helper-compilation-targets": "^7.19.0",
 | 
			
		||||
        "@babel/helper-module-transforms": "^7.19.0",
 | 
			
		||||
        "@babel/helpers": "^7.19.0",
 | 
			
		||||
        "@babel/parser": "^7.19.0",
 | 
			
		||||
        "@babel/template": "^7.18.10",
 | 
			
		||||
        "@babel/traverse": "^7.18.13",
 | 
			
		||||
        "@babel/types": "^7.18.13",
 | 
			
		||||
        "@babel/traverse": "^7.19.0",
 | 
			
		||||
        "@babel/types": "^7.19.0",
 | 
			
		||||
        "convert-source-map": "^1.7.0",
 | 
			
		||||
        "debug": "^4.1.0",
 | 
			
		||||
        "gensync": "^1.0.0-beta.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -12162,14 +12162,14 @@
 | 
			
		|||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "@babel/helpers": {
 | 
			
		||||
      "version": "7.18.9",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz",
 | 
			
		||||
      "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==",
 | 
			
		||||
      "version": "7.19.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.19.0.tgz",
 | 
			
		||||
      "integrity": "sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@babel/template": "^7.18.6",
 | 
			
		||||
        "@babel/traverse": "^7.18.9",
 | 
			
		||||
        "@babel/types": "^7.18.9"
 | 
			
		||||
        "@babel/template": "^7.18.10",
 | 
			
		||||
        "@babel/traverse": "^7.19.0",
 | 
			
		||||
        "@babel/types": "^7.19.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "@babel/highlight": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue