Skip to content

Commit 7bcc18e

Browse files
renovate-botdgp1130
authored andcommitted
build: update dependency @ampproject/remapping to v2
1 parent 44c1e6d commit 7bcc18e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"ajv-formats/ajv": "8.9.0"
6363
},
6464
"devDependencies": {
65-
"@ampproject/remapping": "1.1.1",
65+
"@ampproject/remapping": "2.0.0",
6666
"@angular/animations": "14.0.0-next.0",
6767
"@angular/cdk": "14.0.0-next.0",
6868
"@angular/common": "14.0.0-next.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@ampproject/remapping": "1.1.1",
9+
"@ampproject/remapping": "2.0.0",
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
"@jridgewell/resolve-uri" "^3.0.3"
3535
sourcemap-codec "1.4.8"
3636

37+
"@ampproject/remapping@2.0.0":
38+
version "2.0.0"
39+
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.0.tgz#a1ffcd0e63cae5a6a441669fac1dbc5513cf6881"
40+
integrity sha512-Ag6L7Pjt3QxYKA5hgc1bvq6pQ3mD7b+BpPqciz38Het1uPsZn5C3/9NSlQyNPlKIKwZxupcU/9TMjLbcEssvsQ==
41+
dependencies:
42+
"@jridgewell/resolve-uri" "^3.0.3"
43+
"@jridgewell/trace-mapping" "^0.2.0"
44+
sourcemap-codec "1.4.8"
45+
3746
"@angular-devkit/architect@0.1302.0-rc.1":
3847
version "0.1302.0-rc.1"
3948
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1302.0-rc.1.tgz#090e86312f6c57da83e46cda4833b37843f1ebf1"
@@ -1418,6 +1427,14 @@
14181427
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.3.tgz#b80093f4edbb5490c49746231513669c8f518acb"
14191428
integrity sha512-fuIOnc81C5iRNevb/XPiM8Khp9bVjreydRQ37rt0C/dY0PAW1DRvEM3WrKX/5rStS5lbgwS0FCgqSndh9tvK5w==
14201429

1430+
"@jridgewell/trace-mapping@^0.2.0":
1431+
version "0.2.1"
1432+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.1.tgz#9e0a2ae258370bbb3aedbe45e26bc49e020f60a9"
1433+
integrity sha512-34FHiG7Gn+oXSF79LnqOogVHbsBgSnCjPYC3mfkViduAUciBbKA8lhhgeoaxytzFo7RZTloxlb9UyoW2dQgCEA==
1434+
dependencies:
1435+
"@jridgewell/resolve-uri" "^3.0.3"
1436+
sourcemap-codec "1.4.8"
1437+
14211438
"@mark.probst/unicode-properties@~1.1.0":
14221439
version "1.1.0"
14231440
resolved "https://registry.yarnpkg.com/@mark.probst/unicode-properties/-/unicode-properties-1.1.0.tgz#5caafeab4737df93163d6d288007df33f9939b80"

0 commit comments

Comments
 (0)